Searched refs:mONSProfileActivator (Results 1 – 2 of 2) sorted by relevance
74 @VisibleForTesting protected ONSProfileActivator mONSProfileActivator; field in OpportunisticNetworkService453 mONSProfileActivator.getONSProfileDownloader().onCallbackIntentReceived( in onStartCommand()461 mONSProfileActivator.getONSProfileConfigurator().onCallbackIntentReceived( in onStartCommand()510 mONSProfileActivator = new ONSProfileActivator(mContext, mONSStats); in initialize()540 mONSProfileActivator.handleCarrierConfigChange();559 mONSProfileActivator.handleCarrierConfigChange();
91 private ONSProfileActivator mONSProfileActivator; field in OpportunisticNetworkServiceTest410 mOpportunisticNetworkService.mONSProfileActivator = mONSProfileActivator; in testCarrierConfigChangedUnlocked()427 verify(mONSProfileActivator, never()).handleCarrierConfigChange(); in testCarrierConfigChangedUnlocked()436 verify(mONSProfileActivator, times(1)).handleCarrierConfigChange(); in testCarrierConfigChangedUnlocked()441 verify(mONSProfileActivator, times(2)).handleCarrierConfigChange(); in testCarrierConfigChangedUnlocked()