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.java223 Intent callbackIntent = new Intent(MyONSProfileSelector.ACTION_SUB_SWITCH); in testStartProfileSelectionSuccess()
289 Intent callbackIntent = new Intent(MyONSProfileSelector.ACTION_SUB_SWITCH); in testStartProfileSelectionWithActivePrimarySimOnESim()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java100 public static final String ACTION_SUB_SWITCH = field in ONSProfileSelector
309 Intent callbackIntent = new Intent(ACTION_SUB_SWITCH); in switchToSubscription()
DOpportunisticNetworkService.java331 case ONSProfileSelector.ACTION_SUB_SWITCH: { in onStartCommand()