/frameworks/base/telephony/java/android/telephony/data/ |
D | IDataService.aidl | 46 void cancelHandover(int slotId, int cid, IDataServiceCallback callback); in cancelHandover() method
|
D | DataService.java | 340 public void cancelHandover(int cid, @NonNull DataServiceCallback callback) { in cancelHandover() method in DataService.DataServiceProvider 827 public void cancelHandover(int slotIndex, int cid, IDataServiceCallback callback) { in cancelHandover() method in DataService.IDataServiceWrapper
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | CellularDataService.java | 260 public void cancelHandover(int cid, DataServiceCallback callback) { in cancelHandover() method in CellularDataService.CellularDataServiceProvider
|
D | DataServiceManager.java | 797 public void cancelHandover(int cid, @NonNull Message onCompleteMessage) { in cancelHandover() method in DataServiceManager
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioDataProxy.java | 102 public void cancelHandover(int serial, int callId) throws RemoteException { in cancelHandover() method in RadioDataProxy
|
D | CommandsInterface.java | 2654 default void cancelHandover(Message result, int callId) {}; in cancelHandover() method
|
D | RIL.java | 4881 public void cancelHandover(Message result, int callId) { in cancelHandover() method in RIL
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DataServiceManager.java | 757 public void cancelHandover(int cid, @NonNull Message onCompleteMessage) { in cancelHandover() method in DataServiceManager
|
D | DataConnection.java | 1133 private void cancelHandover() { in cancelHandover() method in DataConnection
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 695 public void cancelHandover(Message result, int callId) { in cancelHandover() method in ImsPhoneCommandInterface
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommands.java | 2087 public void cancelHandover(Message result, int callId) { in cancelHandover() method in SimulatedCommands
|
D | SimulatedCommandsVerifier.java | 1544 public void cancelHandover(Message result, int callId) { in cancelHandover() method in SimulatedCommandsVerifier
|