HomeSort by relevance Sort by last modified time
    Searched defs:MSG_REGISTER_CLIENT (Results 1 - 2 of 2) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
MessengerService.java 65 static final int MSG_REGISTER_CLIENT = 1;
70 * the client as previously given with MSG_REGISTER_CLIENT.
88 case MSG_REGISTER_CLIENT:
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverService.java 37 static final int MSG_REGISTER_CLIENT = 0;
222 case MSG_REGISTER_CLIENT:

Completed in 100 milliseconds