Searched defs:cancelHandover (Results 1 – 10 of 10) sorted by relevance
| /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 | 783 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 | 112 public void cancelHandover(int serial, int callId) throws RemoteException { in cancelHandover() method in RadioDataProxy
|
| D | CommandsInterface.java | 2708 default void cancelHandover(Message result, int callId) {}; in cancelHandover() method
|
| D | RIL.java | 5071 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 | 700 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 | 2140 public void cancelHandover(Message result, int callId) { in cancelHandover() method in SimulatedCommands
|
| D | SimulatedCommandsVerifier.java | 1550 public void cancelHandover(Message result, int callId) { in cancelHandover() method in SimulatedCommandsVerifier
|