Home
last modified time | relevance | path

Searched refs:onDownloadComplete (Results 1 – 7 of 7) sorted by relevance

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileDownloader.java41 void onDownloadComplete(int primarySubId); in onDownloadComplete() method
122 mListener.onDownloadComplete(pSIMSubId); in handleMessage()
DONSProfileActivator.java304 public void onDownloadComplete(int primarySubId) { in onDownloadComplete() method in ONSProfileActivator
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java270 void onDownloadComplete(@NonNull Uri inputFile, @NonNull String mimeType, int downloadId, in onDownloadComplete() method
348 mProgressCallback.onDownloadComplete(task.mOutFile, task.mMimeType, in processDownload()
DCaptivePortalLoginActivity.java188 public void onDownloadComplete(Uri inputFile, String mimeType, int downloadId,
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java960 mActivityScenario.onActivity(a -> a.mProgressCallback.onDownloadComplete( in testDirectlyOpen_cancelPendingTask()
990 a.mProgressCallback.onDownloadComplete(otherFile, mimeType, downloadId, false)); in testDirectlyOpen_successfullyDownload()
996 mActivityScenario.onActivity(a -> a.mProgressCallback.onDownloadComplete( in testDirectlyOpen_successfullyDownload()
DDownloadServiceTest.kt360 override fun onDownloadComplete( in makeDownloadCompleteCallback() method
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileDownloaderTest.java125 public void onDownloadComplete(int primarySubId) { in testDownloadSuccessCallback()