Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
H A DEuiccConnectorTest.java143 public void onSwitchComplete(int result) { in testInitialState_switchCommandRejected()
H A DEuiccControllerTest.java1379 cb.onSwitchComplete(result); in callSwitchToSubscription()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccConnector.java295 void onSwitchComplete(int result); in onSwitchComplete() method
848 .onSwitchComplete(result); in processMessage()
H A DEuiccController.java1054 public void onSwitchComplete(int result) { in switchToSubscriptionPrivileged()