OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_REGISTER_CLIENT
(Results
1 - 4
of
4
) 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
:
MessengerServiceActivities.java
80
MessengerService.
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
:
HandoverManager.java
127
Message msg = Message.obtain(null, HandoverService.
MSG_REGISTER_CLIENT
);
Completed in 505 milliseconds