OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sendrequestasync
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
TelecomService.java
485
sendRequestAsync
(MSG_SILENCE_RINGER, 0);
544
sendRequestAsync
(MSG_ACCEPT_RINGING_CALL, 0);
553
sendRequestAsync
(MSG_SHOW_CALL_SCREEN, showDialpad ? 1 : 0);
562
sendRequestAsync
(MSG_CANCEL_MISSED_CALLS_NOTIFICATION, 0);
672
sendRequestAsync
(MSG_NEW_INCOMING_CALL, 0, intent);
[
all
...]
/packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java
646
* @see #
sendRequestAsync
655
* @see #
sendRequestAsync
685
private void
sendRequestAsync
(int command) {
690
* Same as {@link #
sendRequestAsync
(int)} except it takes an argument.
693
private void
sendRequestAsync
(int command, Object argument) {
[
all
...]
Completed in 4366 milliseconds