OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendRequestAsync
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
TelecomServiceImpl.java
341
sendRequestAsync
(MSG_SILENCE_RINGER, 0);
400
sendRequestAsync
(MSG_ACCEPT_RINGING_CALL, 0);
409
sendRequestAsync
(MSG_SHOW_CALL_SCREEN, showDialpad ? 1 : 0);
418
sendRequestAsync
(MSG_CANCEL_MISSED_CALLS_NOTIFICATION, 0);
623
private MainThreadRequest
sendRequestAsync
(int command, int arg1) {
639
MainThreadRequest request =
sendRequestAsync
(command, 0);
/packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java
622
* @see #
sendRequestAsync
631
* @see #
sendRequestAsync
661
private void
sendRequestAsync
(int command) {
666
* Same as {@link #
sendRequestAsync
(int)} except it takes an argument.
669
private void
sendRequestAsync
(int command, Object argument) {
[
all
...]
Completed in 302 milliseconds