/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaCallTrackerTest.java | 394 verify(mSimulatedCommandsVerifier).getCurrentCalls(any(Message.class)); in testUpdatePhoneType() 401 verify(mSimulatedCommandsVerifier, times(2)).getCurrentCalls(any(Message.class)); in testUpdatePhoneType() 426 verify(mSimulatedCommandsVerifier).getCurrentCalls(any(Message.class)); in testUpdatePhoneTypeWithActiveCall()
|
D | SimulatedCommandsVerifier.java | 684 public void getCurrentCalls(Message result) { in getCurrentCalls() method in SimulatedCommandsVerifier
|
D | SimulatedCommands.java | 550 public void getCurrentCalls (Message result) { in getCurrentCalls() method in SimulatedCommands 551 SimulatedCommandsVerifier.getInstance().getCurrentCalls(result); in getCurrentCalls()
|
D | RILTest.java | 460 mRILUnderTest.getCurrentCalls(obtainMessage()); in testGetCurrentCalls() 461 verify(mRadioProxy).getCurrentCalls(mSerialNumberCaptor.capture()); in testGetCurrentCalls()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CallTracker.java | 87 mCi.getCurrentCalls(mLastRelevantPoll); in pollCallsWhenSafe()
|
D | CommandsInterface.java | 877 void getCurrentCalls (Message result); in getCurrentCalls() method
|
D | GsmCdmaCallTracker.java | 784 mCi.getCurrentCalls(mLastRelevantPoll); in operationComplete()
|
D | RIL.java | 1038 public void getCurrentCalls(Message result) { in getCurrentCalls() method in RIL 1055 radioProxy.getCurrentCalls(rr.mSerial); in getCurrentCalls()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothHeadsetClient.java | 795 public List<BluetoothHeadsetClientCall> getCurrentCalls(BluetoothDevice device) { in getCurrentCalls() method in BluetoothHeadsetClient 802 service.getCurrentCalls(device, mAttributionSource), mAttributionSource); in getCurrentCalls()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 103 public void getCurrentCalls(Message result) { in getCurrentCalls() method in SipCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 104 public void getCurrentCalls(Message result) { in getCurrentCalls() method in ImsPhoneCommandInterface
|
/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/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 10376 Landroid/bluetooth/BluetoothHeadsetClient;->getCurrentCalls(Landroid/bluetooth/BluetoothDevice;)Lja… 11573 Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->getCurrentCalls(Landroid/bluetooth/Bluetoot… 11630 Landroid/bluetooth/IBluetoothHeadsetClient;->getCurrentCalls(Landroid/bluetooth/BluetoothDevice;)Lj…
|