Home
last modified time | relevance | path

Searched refs:SwitchCommandCallback (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccConnector.java276 SwitchCommandCallback mCallback;
281 public interface SwitchCommandCallback extends BaseEuiccCommandCallback { interface in EuiccConnector
467 SwitchCommandCallback callback) { in switchToSubscription()
794 ((SwitchCommandCallback) callback) in processMessage()
DEuiccController.java774 new EuiccConnector.SwitchCommandCallback() { in switchToSubscriptionPrivileged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccConnectorTest.java137 mConnector.switchToSubscription("12345", true, new EuiccConnector.SwitchCommandCallback() { in testInitialState_switchCommandRejected()
DEuiccControllerTest.java1014 EuiccConnector.SwitchCommandCallback cb = invocation.getArgument(2); in callSwitchToSubscription()