Home
last modified time | relevance | path

Searched refs:REQUEST_CODE_DOWNLOAD_SUB (Results 1 – 2 of 2) sorted by relevance

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileDownloader.java50 @VisibleForTesting protected static final int REQUEST_CODE_DOWNLOAD_SUB = 1; field in ONSProfileDownloader
96 case REQUEST_CODE_DOWNLOAD_SUB: { in handleMessage()
259 intent.putExtra(PARAM_REQUEST_TYPE, REQUEST_CODE_DOWNLOAD_SUB); in downloadProfile()
262 REQUEST_CODE_DOWNLOAD_SUB, intent, PendingIntent.FLAG_MUTABLE); in downloadProfile()
343 msg.what = REQUEST_CODE_DOWNLOAD_SUB; in onCallbackIntentReceived()
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileDownloaderTest.java156 ONSProfileDownloader.REQUEST_CODE_DOWNLOAD_SUB); in testDownloadSuccessCallback()
201 ONSProfileDownloader.REQUEST_CODE_DOWNLOAD_SUB); in testDownloadFailureUnresolvableError()
239 ONSProfileDownloader.REQUEST_CODE_DOWNLOAD_SUB); in testDownloadFailureMemoryFullError()
289 ONSProfileDownloader.REQUEST_CODE_DOWNLOAD_SUB); in testDownloadFailureConnectionError()
346 ONSProfileDownloader.REQUEST_CODE_DOWNLOAD_SUB); in testDownloadFailureTimeout()
403 ONSProfileDownloader.REQUEST_CODE_DOWNLOAD_SUB); in testDownloadFailureOperationBusy()
460 ONSProfileDownloader.REQUEST_CODE_DOWNLOAD_SUB); in testDownloadFailureInvalidResponse()
654 ONSProfileDownloader.REQUEST_CODE_DOWNLOAD_SUB); in testMultipleDownloadRequests()