Searched refs:mONSProfileActivator (Results 1 – 2 of 2) sorted by relevance
77 @VisibleForTesting protected ONSProfileActivator mONSProfileActivator; field in OpportunisticNetworkService460 mONSProfileActivator.getONSProfileDownloader().onCallbackIntentReceived( in onStartCommand()468 mONSProfileActivator.getONSProfileConfigurator().onCallbackIntentReceived( in onStartCommand()517 mONSProfileActivator = new ONSProfileActivator(mContext, mONSStats); in initialize()547 mONSProfileActivator.handleCarrierConfigChange();566 mONSProfileActivator.handleCarrierConfigChange();874 mONSProfileActivator.dump(fd, pw, args); in dump()
91 private ONSProfileActivator mONSProfileActivator; field in OpportunisticNetworkServiceTest406 mOpportunisticNetworkService.mONSProfileActivator = mONSProfileActivator; in testCarrierConfigChangedUnlocked()423 verify(mONSProfileActivator, never()).handleCarrierConfigChange(); in testCarrierConfigChangedUnlocked()432 verify(mONSProfileActivator, times(1)).handleCarrierConfigChange(); in testCarrierConfigChangedUnlocked()437 verify(mONSProfileActivator, times(2)).handleCarrierConfigChange(); in testCarrierConfigChangedUnlocked()