Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccConnectorTest.java143 public void onSwitchComplete(int result) { in testInitialState_switchCommandRejected()
DEuiccControllerTest.java1374 cb.onSwitchComplete(result); in callSwitchToSubscription()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccConnector.java295 void onSwitchComplete(int result); in onSwitchComplete() method
841 .onSwitchComplete(result); in processMessage()
DEuiccController.java1046 public void onSwitchComplete(int result) { in switchToSubscriptionPrivileged()