/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaCallTrackerTest.java | 380 verify(mSimulatedCommandsVerifier).getCurrentCalls(any(Message.class)); in testUpdatePhoneType() 387 verify(mSimulatedCommandsVerifier, times(2)).getCurrentCalls(any(Message.class)); in testUpdatePhoneType() 412 verify(mSimulatedCommandsVerifier).getCurrentCalls(any(Message.class)); in testUpdatePhoneTypeWithActiveCall()
|
D | SimulatedCommands.java | 539 public void getCurrentCalls (Message result) { in getCurrentCalls() method in SimulatedCommands 540 SimulatedCommandsVerifier.getInstance().getCurrentCalls(result); in getCurrentCalls()
|
D | SimulatedCommandsVerifier.java | 671 public void getCurrentCalls(Message result) { in getCurrentCalls() method in SimulatedCommandsVerifier
|
D | RILTest.java | 450 mRILUnderTest.getCurrentCalls(obtainMessage()); in testGetCurrentCalls() 451 verify(mRadioProxy).getCurrentCalls(mSerialNumberCaptor.capture()); in testGetCurrentCalls()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CallTracker.java | 86 mCi.getCurrentCalls(mLastRelevantPoll); in pollCallsWhenSafe()
|
D | CommandsInterface.java | 867 void getCurrentCalls (Message result); in getCurrentCalls() method
|
D | GsmCdmaCallTracker.java | 743 mCi.getCurrentCalls(mLastRelevantPoll); in operationComplete()
|
D | RIL.java | 1078 public void getCurrentCalls(Message result) { in getCurrentCalls() method in RIL 1089 radioProxy.getCurrentCalls(rr.mSerial); in getCurrentCalls()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothHeadsetClient.java | 738 public List<BluetoothHeadsetClientCall> getCurrentCalls(BluetoothDevice device) { in getCurrentCalls() method in BluetoothHeadsetClient 744 return service.getCurrentCalls(device); in getCurrentCalls()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 101 public void getCurrentCalls(Message result) { in getCurrentCalls() method in ImsPhoneCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 100 public void getCurrentCalls(Message result) { in getCurrentCalls() method in SipCommandInterface
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java.broken | 222 public void getCurrentCalls(Message result) {
|
D | GSMPhoneTest.java.broken | 1513 // ensure getCurrentCalls() gets processed... 1551 // ensure getCurrentCalls() gets processed... 1590 // ensure getCurrentCalls() gets processed...
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 7481 HSPLandroid/hardware/radio/V1_3/IRadio$Proxy;->getCurrentCalls(I)V 22582 HSPLcom/android/internal/telephony/RIL;->getCurrentCalls(Landroid/os/Message;)V
|
D | hiddenapi-greylist-max-o.txt | 10385 Landroid/bluetooth/BluetoothHeadsetClient;->getCurrentCalls(Landroid/bluetooth/BluetoothDevice;)Lja… 11582 Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->getCurrentCalls(Landroid/bluetooth/Bluetoot… 11639 Landroid/bluetooth/IBluetoothHeadsetClient;->getCurrentCalls(Landroid/bluetooth/BluetoothDevice;)Lj…
|