Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileDownloaderTest.java154 intent.putExtra(ONSProfileDownloader.PARAM_PRIMARY_SUBID, TEST_SUB_ID); in testDownloadSuccessCallback()
199 intent.putExtra(ONSProfileDownloader.PARAM_PRIMARY_SUBID, TEST_SUB_ID); in testDownloadFailureUnresolvableError()
237 intent.putExtra(ONSProfileDownloader.PARAM_PRIMARY_SUBID, TEST_SUB_ID); in testDownloadFailureMemoryFullError()
287 intent.putExtra(ONSProfileDownloader.PARAM_PRIMARY_SUBID, TEST_SUB_ID); in testDownloadFailureConnectionError()
344 intent.putExtra(ONSProfileDownloader.PARAM_PRIMARY_SUBID, TEST_SUB_ID); in testDownloadFailureTimeout()
401 intent.putExtra(ONSProfileDownloader.PARAM_PRIMARY_SUBID, TEST_SUB_ID); in testDownloadFailureOperationBusy()
458 intent.putExtra(ONSProfileDownloader.PARAM_PRIMARY_SUBID, TEST_SUB_ID); in testDownloadFailureInvalidResponse()
652 intent.putExtra(ONSProfileDownloader.PARAM_PRIMARY_SUBID, TEST_SUB_ID); in testMultipleDownloadRequests()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileDownloader.java48 @VisibleForTesting protected static final String PARAM_PRIMARY_SUBID = "PrimarySubscriptionID"; field in ONSProfileDownloader
104 int pSIMSubId = ((Intent) msg.obj).getIntExtra(PARAM_PRIMARY_SUBID, 0); in handleMessage()
260 intent.putExtra(PARAM_PRIMARY_SUBID, primarySubId); in downloadProfile()