Searched refs:onsProfileDownloader (Results 1 – 2 of 2) sorted by relevance
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/ |
D | ONSProfileDownloaderTest.java | 109 ONSProfileDownloader onsProfileDownloader = new ONSProfileDownloader(mMockContext, in testNullSMDPAddress() local 113 onsProfileDownloader.downloadProfile(mMockSubInfo.getSubscriptionId()); in testNullSMDPAddress() 147 ONSProfileDownloader onsProfileDownloader = new ONSProfileDownloader(mMockContext, in testDownloadSuccessCallback() 159 onsProfileDownloader.onCallbackIntentReceived(intent, in testDownloadSuccessCallback() 192 ONSProfileDownloader onsProfileDownloader = new ONSProfileDownloader(mMockContext, in testDownloadFailureUnresolvableError() 203 onsProfileDownloader.onCallbackIntentReceived(intent, in testDownloadFailureUnresolvableError() 230 ONSProfileDownloader onsProfileDownloader = new ONSProfileDownloader(mMockContext, in testDownloadFailureMemoryFullError() 245 onsProfileDownloader.onCallbackIntentReceived(intent, in testDownloadFailureMemoryFullError() 280 ONSProfileDownloader onsProfileDownloader = new ONSProfileDownloader(mContext, in testDownloadFailureConnectionError() 295 onsProfileDownloader.onCallbackIntentReceived(intent, in testDownloadFailureConnectionError() [all …]
|
/packages/services/AlternativeNetworkAccess/src/com/android/ons/ |
D | ONSProfileActivator.java | 101 ONSProfileDownloader onsProfileDownloader, ONSStats onsStats) { in ONSProfileActivator() argument 109 mONSProfileDownloader = onsProfileDownloader; in ONSProfileActivator()
|