Home
last modified time | relevance | path

Searched refs:ACTION_SUB_SWITCH (Results 1 – 3 of 3) sorted by relevance

/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileSelectorTest.java300 Intent callbackIntent = new Intent(MyONSProfileSelector.ACTION_SUB_SWITCH); in testStartProfileSelectionSuccess()
471 Intent callbackIntent = new Intent(MyONSProfileSelector.ACTION_SUB_SWITCH); in testStartProfileSelectionWithActivePrimarySimOnESim()
693 Intent callbackIntent = new Intent(MyONSProfileSelector.ACTION_SUB_SWITCH); in testStartProfileSelectionSuccessWithSameArgumentsAgain()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java110 public static final String ACTION_SUB_SWITCH = field in ONSProfileSelector
361 Intent callbackIntent = new Intent(ACTION_SUB_SWITCH); in switchToSubscription()
DOpportunisticNetworkService.java445 case ONSProfileSelector.ACTION_SUB_SWITCH: { in onStartCommand()