Searched defs:cancelHandover (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/telephony/java/android/telephony/data/ |
D | IDataService.aidl | 48 void cancelHandover(int slotId, int cid, IDataServiceCallback callback); in cancelHandover() method
|
D | DataService.java | 351 public void cancelHandover(int cid, @NonNull DataServiceCallback callback) { in cancelHandover() method in DataService.DataServiceProvider 896 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 | 266 public void cancelHandover(int cid, @Nullable DataServiceCallback callback) { in cancelHandover() method in CellularDataService.CellularDataServiceProvider
|
D | DataServiceManager.java | 745 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 | 110 public void cancelHandover(int serial, int callId) throws RemoteException { in cancelHandover() method in RadioDataProxy
|
D | CommandsInterface.java | 2588 default void cancelHandover(Message result, int callId) {}; in cancelHandover() method
|
D | RIL.java | 4739 public void cancelHandover(Message result, int callId) { in cancelHandover() method in RIL
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 646 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 | 2031 public void cancelHandover(Message result, int callId) { in cancelHandover() method in SimulatedCommands
|
D | SimulatedCommandsVerifier.java | 1476 public void cancelHandover(Message result, int callId) { in cancelHandover() method in SimulatedCommandsVerifier
|