Home
last modified time | relevance | path

Searched defs:token (Results 1 – 4 of 4) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DWindowFocusObserver.java96 WindowId token = getWindow().getDecorView().getWindowId(); in onAttachedToWindow() local
DExpandableList2.java59 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DSoftInputWindow.java51 SoftInputWindow(Context context, IBinder token) { in SoftInputWindow()
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DPduParser.java497 int token = extractByteValue(pduDataStream); in parseHeaders() local