Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DOpportunisticNetworkServiceTest.java57 private OpportunisticNetworkService mOpportunisticNetworkService;
71 Intent intent = new Intent(mContext, OpportunisticNetworkService.class); in setUp()
76 mOpportunisticNetworkService = new OpportunisticNetworkService(); in setUp()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSAutoBoot.java33 OpportunisticNetworkService.class.getName()); in onReceive()
DOpportunisticNetworkService.java55 public class OpportunisticNetworkService extends Service { class
DONSProfileSelector.java349 callbackIntent.setClass(mContext, OpportunisticNetworkService.class); in switchToSubscription()