Searched defs:subscriptionController (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionMonitor.java71 SubscriptionController subscriptionController, int numPhones) {
78 mSubscriptionController = subscriptionController;
70 SubscriptionMonitor(ITelephonyRegistry tr, Context context, SubscriptionController subscriptionController, int numPhones) argument
H A DPhoneSwitcher.java105 SubscriptionController subscriptionController, Looper looper, ITelephonyRegistry tr,
115 mSubscriptionController = subscriptionController;
104 PhoneSwitcher(int maxActivePhones, int numPhones, Context context, SubscriptionController subscriptionController, Looper looper, ITelephonyRegistry tr, CommandsInterface[] cis, Phone[] phones) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DTelephonyNetworkFactory.java71 SubscriptionController subscriptionController, SubscriptionMonitor subscriptionMonitor,
76 setCapabilityFilter(makeNetworkFilter(subscriptionController, phoneId));
80 mSubscriptionController = subscriptionController;
101 private NetworkCapabilities makeNetworkFilter(SubscriptionController subscriptionController, argument
103 final int subscriptionId = subscriptionController.getSubIdUsingPhoneId(phoneId);
70 TelephonyNetworkFactory(PhoneSwitcher phoneSwitcher, SubscriptionController subscriptionController, SubscriptionMonitor subscriptionMonitor, Looper looper, Context context, int phoneId, DcTracker dcTracker) argument

Completed in 83 milliseconds