Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileDownloaderTest.java159 onsProfileDownloader.onCallbackIntentReceived(intent, in testDownloadSuccessCallback()
203 onsProfileDownloader.onCallbackIntentReceived(intent, in testDownloadFailureUnresolvableError()
245 onsProfileDownloader.onCallbackIntentReceived(intent, in testDownloadFailureMemoryFullError()
295 onsProfileDownloader.onCallbackIntentReceived(intent, in testDownloadFailureConnectionError()
352 onsProfileDownloader.onCallbackIntentReceived(intent, in testDownloadFailureTimeout()
409 onsProfileDownloader.onCallbackIntentReceived(intent, in testDownloadFailureOperationBusy()
466 onsProfileDownloader.onCallbackIntentReceived(intent, in testDownloadFailureInvalidResponse()
658 onsProfileDownloader.onCallbackIntentReceived(intent, in testMultipleDownloadRequests()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DOpportunisticNetworkService.java453 mONSProfileActivator.getONSProfileDownloader().onCallbackIntentReceived( in onStartCommand()
461 mONSProfileActivator.getONSProfileConfigurator().onCallbackIntentReceived( in onStartCommand()
DONSProfileDownloader.java341 public void onCallbackIntentReceived(Intent intent, int resultCode) { in onCallbackIntentReceived() method in ONSProfileDownloader
DONSProfileConfigurator.java84 public void onCallbackIntentReceived(Intent intent, int resultCode) { in onCallbackIntentReceived() method in ONSProfileConfigurator