Home
last modified time | relevance | path

Searched refs:ACTION_ONS_ESIM_DOWNLOAD (Results 1 – 3 of 3) sorted by relevance

/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileDownloaderTest.java152 intent.setAction(ONSProfileDownloader.ACTION_ONS_ESIM_DOWNLOAD); in testDownloadSuccessCallback()
197 intent.setAction(ONSProfileDownloader.ACTION_ONS_ESIM_DOWNLOAD); in testDownloadFailureUnresolvableError()
235 intent.setAction(ONSProfileDownloader.ACTION_ONS_ESIM_DOWNLOAD); in testDownloadFailureMemoryFullError()
285 intent.setAction(ONSProfileDownloader.ACTION_ONS_ESIM_DOWNLOAD); in testDownloadFailureConnectionError()
342 intent.setAction(ONSProfileDownloader.ACTION_ONS_ESIM_DOWNLOAD); in testDownloadFailureTimeout()
399 intent.setAction(ONSProfileDownloader.ACTION_ONS_ESIM_DOWNLOAD); in testDownloadFailureOperationBusy()
456 intent.setAction(ONSProfileDownloader.ACTION_ONS_ESIM_DOWNLOAD); in testDownloadFailureInvalidResponse()
650 intent.setAction(ONSProfileDownloader.ACTION_ONS_ESIM_DOWNLOAD); in testMultipleDownloadRequests()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileDownloader.java46 public static final String ACTION_ONS_ESIM_DOWNLOAD = "com.android.ons.action.ESIM_DOWNLOAD"; field in ONSProfileDownloader
258 intent.setAction(ACTION_ONS_ESIM_DOWNLOAD); in downloadProfile()
DOpportunisticNetworkService.java452 case ONSProfileDownloader.ACTION_ONS_ESIM_DOWNLOAD: { in onStartCommand()