Searched refs:sendRequestAsync (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/ |
D | SatelliteAccessController.java | 408 sendRequestAsync(CMD_IS_SATELLITE_COMMUNICATION_ALLOWED, new Pair<>(subId, result)); in requestIsCommunicationAllowedForCurrentLocation() 1520 private void sendRequestAsync(int command, @NonNull Object argument) { in sendRequestAsync() method in SatelliteAccessController
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneInterfaceManager.java | 2432 private void sendRequestAsync(int command) { in sendRequestAsync() method in PhoneInterfaceManager 2440 private void sendRequestAsync(int command, Object argument) { in sendRequestAsync() method in PhoneInterfaceManager 2441 sendRequestAsync(command, argument, null, null); in sendRequestAsync() 2448 private void sendRequestAsync( in sendRequestAsync() method in PhoneInterfaceManager 3637 sendRequestAsync(CMD_REQUEST_CELL_INFO_UPDATE, cb, phone, workSource); in requestCellInfoUpdateInternal() 6946 sendRequestAsync(CMD_GET_CALL_FORWARDING, argument, phone, null); in getCallForwarding() 6985 sendRequestAsync(CMD_SET_CALL_FORWARDING, arguments, phone, null); in setCallForwarding() 7039 sendRequestAsync(CMD_GET_CALL_WAITING, argument, phone, null); in getCallWaitingStatus() 7100 sendRequestAsync(CMD_SET_CALL_WAITING, arguments, phone, null); in setCallWaitingStatus() 8692 sendRequestAsync(CMD_GET_MODEM_ACTIVITY_INFO, result, null, workSource); in requestModemActivityInfo() [all …]
|