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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 397 public List<BluetoothHeadsetClientCall> getCurrentCalls(BluetoothDevice device) {
402 return service.getCurrentCalls(device);
791 public List<BluetoothHeadsetClientCall> getCurrentCalls(BluetoothDevice device) {
803 return sm.getCurrentCalls();
    [all...]
HeadsetClientStateMachine.java     [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClient.java 680 public List<BluetoothHeadsetClientCall> getCurrentCalls(BluetoothDevice device) {
681 if (DBG) log("getCurrentCalls()");
685 return service.getCurrentCalls(device);
701 if (DBG) log("getCurrentCalls()");
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 96 public void getCurrentCalls(Message result) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 95 public void getCurrentCalls(Message result) {
  /hardware/interfaces/radio/1.2/default/
Radio.cpp 150 Return<void> Radio::getCurrentCalls(int32_t /* serial */) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommandsVerifier.java 662 public void getCurrentCalls(Message result) {
SimulatedCommands.java 505 public void getCurrentCalls (Message result) {
506 SimulatedCommandsVerifier.getInstance().getCurrentCalls(result);
508 //Rlog.i("GSM", "[SimCmds] getCurrentCalls");
511 //Rlog.i("GSM", "[SimCmds] getCurrentCalls: RADIO_OFF or SIM not ready!");
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java 801 void getCurrentCalls (Message result);
    [all...]
RIL.java 750 public void getCurrentCalls(Message result) {
761 radioProxy.getCurrentCalls(rr.mSerial);
763 handleRadioProxyExceptionForRR(rr, "getCurrentCalls", e);
    [all...]
  /hardware/ril/libril/
ril_service.cpp 155 Return<void> getCurrentCalls(int32_t serial);
897 Return<void> RadioImpl::getCurrentCalls(int32_t serial) {
899 RLOGD("getCurrentCalls: serial %d", serial);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-stubs.jar 

Completed in 254 milliseconds