Searched refs:onCallbackIntentReceived (Results 1 – 4 of 4) sorted by relevance
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/ |
D | ONSProfileDownloaderTest.java | 159 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/ |
D | OpportunisticNetworkService.java | 453 mONSProfileActivator.getONSProfileDownloader().onCallbackIntentReceived( in onStartCommand() 461 mONSProfileActivator.getONSProfileConfigurator().onCallbackIntentReceived( in onStartCommand()
|
D | ONSProfileDownloader.java | 341 public void onCallbackIntentReceived(Intent intent, int resultCode) { in onCallbackIntentReceived() method in ONSProfileDownloader
|
D | ONSProfileConfigurator.java | 84 public void onCallbackIntentReceived(Intent intent, int resultCode) { in onCallbackIntentReceived() method in ONSProfileConfigurator
|