Home
last modified time | relevance | path

Searched refs:OpportunisticNetworkService (Results 1 – 5 of 5) sorted by relevance

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java155 OpportunisticNetworkService
180 OpportunisticNetworkService
362 callbackIntent.setClass(mContext, OpportunisticNetworkService.class); in switchToSubscription()
445 OpportunisticNetworkService.CALLBACK_ON_MORE_ERROR_CODE_CHANGE)) { in onSubSwitchComplete()
525 OpportunisticNetworkService.CALLBACK_ON_MORE_ERROR_CODE_CHANGE)) { in checkProfileUpdate()
581 OpportunisticNetworkService.CALLBACK_ON_MORE_ERROR_CODE_CHANGE)) { in checkProfileUpdate()
599 OpportunisticNetworkService.CALLBACK_ON_MORE_ERROR_CODE_CHANGE)) { in checkProfileUpdate()
689 OpportunisticNetworkService.CALLBACK_ON_MORE_ERROR_CODE_CHANGE)) { in disableOpportunisticModem()
703 OpportunisticNetworkService.CALLBACK_ON_MORE_ERROR_CODE_CHANGE)) { in disableOpportunisticModem()
851 OpportunisticNetworkService.CALLBACK_ON_MORE_ERROR_CODE_CHANGE)) { in selectProfileForData()
[all …]
DONSAutoBoot.java33 OpportunisticNetworkService.class.getName()); in onReceive()
DONSProfileResultReceiver.java50 Intent serviceIntent = new Intent(context, OpportunisticNetworkService.class); in onReceive()
DOpportunisticNetworkService.java69 public class OpportunisticNetworkService extends Service { class
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DOpportunisticNetworkServiceTest.java80 private OpportunisticNetworkService mOpportunisticNetworkService;
104 Intent intent = new Intent(mContext, OpportunisticNetworkService.class); in setUp()
109 mOpportunisticNetworkService = new OpportunisticNetworkService(); in setUp()
474 replaceInstance(OpportunisticNetworkService.class, "mVendorApiLevel", in testTelephonyFeatureAndCompatChanges()