Searched refs:REQUEST_CODE_DOWNLOAD_SUB (Results 1 – 2 of 2) sorted by relevance
50 @VisibleForTesting protected static final int REQUEST_CODE_DOWNLOAD_SUB = 1; field in ONSProfileDownloader96 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()
156 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()