Searched refs:ONSProfileConfigurator (Results 1 – 7 of 7) sorted by relevance
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/ |
D | ONSProfileConfiguratorTest.java | 61 private ONSProfileConfigurator.ONSProfConfigListener mMockConfigListener; 74 ONSProfileConfigurator mOnsProfileConfigurator = new ONSProfileConfigurator(mContext, in testDeleteSubscription() 79 ONSProfileConfigurator.PARAM_REQUEST_TYPE, in testDeleteSubscription() 80 ONSProfileConfigurator.REQUEST_CODE_DELETE_SUB); in testDeleteSubscription() 81 intent.putExtra(ONSProfileConfigurator.PARAM_SUB_ID, TEST_SUB_ID); in testDeleteSubscription() 94 ONSProfileConfigurator mOnsProfileConfigurator = new ONSProfileConfigurator(mContext, in testGroupSubscriptionAndSetOpportunistic() 111 ONSProfileConfigurator mOnsProfileConfigurator = new ONSProfileConfigurator(mContext, in testAlreadyGroupedSubscriptions() 124 ONSProfileConfigurator mOnsProfileConfigurator = new ONSProfileConfigurator(mContext, in testActivateSubscription() 128 intent.setAction(ONSProfileConfigurator.ACTION_ONS_ESIM_CONFIG); in testActivateSubscription() 130 ONSProfileConfigurator.PARAM_REQUEST_TYPE, in testActivateSubscription() [all …]
|
D | ONSProfileActivatorTest.java | 69 ONSProfileConfigurator mMockONSProfileConfigurator;
|
D | ONSProfileDownloaderTest.java | 67 private ONSProfileConfigurator mMockONSProfileConfig;
|
/packages/services/AlternativeNetworkAccess/src/com/android/ons/ |
D | ONSProfileActivator.java | 51 public class ONSProfileActivator implements ONSProfileConfigurator.ONSProfConfigListener, 60 private final ONSProfileConfigurator mONSProfileConfig; 80 mONSProfileConfig = new ONSProfileConfigurator(mContext, mSubManager, in ONSProfileActivator() 100 ONSProfileConfigurator onsProfileConfigurator, in ONSProfileActivator() 113 ONSProfileConfigurator getONSProfileConfigurator() { in getONSProfileConfigurator()
|
D | ONSProfileConfigurator.java | 43 public class ONSProfileConfigurator { class 45 private static final String TAG = ONSProfileConfigurator.class.getName(); 60 public ONSProfileConfigurator(Context context, SubscriptionManager subscriptionManager, in ONSProfileConfigurator() method in ONSProfileConfigurator
|
D | ONSProfileDownloader.java | 57 private final ONSProfileConfigurator mONSProfileConfig; 74 ONSProfileConfigurator onsProfileConfigurator, in ONSProfileDownloader()
|
D | OpportunisticNetworkService.java | 460 case ONSProfileConfigurator.ACTION_ONS_ESIM_CONFIG: { in onStartCommand()
|