Searched refs:SubscriptionController (Results 1 - 24 of 24) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DSubscriptionControllerMock.java35 import com.android.internal.telephony.SubscriptionController;
43 // must extend SubscriptionController as some people use it directly within-process
44 public class SubscriptionControllerMock extends SubscriptionController {
49 public static SubscriptionController init(Phone phone) {
52 public static SubscriptionController init(Context c, CommandsInterface[] ci) {
55 public static SubscriptionController getInstance() {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneFactory.java153 Rlog.i(LOG_TAG, "Creating SubscriptionController");
154 SubscriptionController.init(context, sCommandsInterfaces);
203 SubscriptionController.getInstance().updatePhonesAvailability(sPhones);
214 SubscriptionController sc = SubscriptionController.getInstance();
293 // TODO: Fix when we "properly" have TelephonyDevController/SubscriptionController ..
305 return SubscriptionController.getInstance().getDefaultSubId();
428 pw.println("SubscriptionController:");
431 SubscriptionController.getInstance().dump(fd, pw, args);
H A DSubscriptionMonitor.java55 private final SubscriptionController mSubscriptionController;
71 SubscriptionController subscriptionController, int numPhones) {
H A DUiccSmsController.java331 int phoneId = SubscriptionController.getInstance().getPhoneId(subId) ;
356 return SubscriptionController.getInstance().getDefaultSmsSubId();
399 return SubscriptionController.getInstance().isActiveSubId(subId);
H A DUiccPhoneBookController.java136 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
H A DSubscriptionController.java58 * SubscriptionController to provide an inter-process communication to
74 public class SubscriptionController extends ISub.Stub { class in inherits:ISub.Stub
75 static final String LOG_TAG = "SubscriptionController";
122 private static SubscriptionController sInstance = null;
138 public static SubscriptionController init(Phone phone) {
139 synchronized (SubscriptionController.class) {
141 sInstance = new SubscriptionController(phone);
149 public static SubscriptionController init(Context c, CommandsInterface[] ci) {
150 synchronized (SubscriptionController.class) {
152 sInstance = new SubscriptionController(
169 protected SubscriptionController(Context c) { method in class:SubscriptionController
191 private SubscriptionController(Phone phone) { method in class:SubscriptionController
[all...]
H A DSubscriptionInfoUpdater.java414 int[] subIds = SubscriptionController.getInstance().getSubId(slotId);
425 if (subId == SubscriptionController.getInstance().getDefaultSubId()) {
428 SubscriptionController.getInstance().setMccMnc(operator, subId);
560 SubscriptionController.getInstance().getSubInfoUsingSlotIdWithCheck(i, false,
660 SubscriptionController.getInstance().notifySubscriptionInfoChanged();
H A DProxyController.java172 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
180 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
188 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
H A DPhoneSwitcher.java69 private final SubscriptionController mSubscriptionController;
105 SubscriptionController subscriptionController, Looper looper, ITelephonyRegistry tr,
H A DSMSDispatcher.java1742 return SubscriptionController.getInstance().getSubIdUsingPhoneId(mPhone.getPhoneId());
H A DServiceStateTracker.java275 private SubscriptionController mSubscriptionController;
509 mSubscriptionController = SubscriptionController.getInstance();
H A DGsmCdmaPhone.java310 SubscriptionController.getInstance().setMccMnc(operatorNumeric, getSubId());
H A DPhone.java2880 return SubscriptionController.getInstance().getSubIdUsingPhoneId(mPhoneId);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DTelephonyNetworkFactory.java33 import com.android.internal.telephony.SubscriptionController;
47 private final SubscriptionController mSubscriptionController;
71 SubscriptionController subscriptionController, SubscriptionMonitor subscriptionMonitor,
101 private NetworkCapabilities makeNetworkFilter(SubscriptionController subscriptionController,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionControllerTest.java49 private SubscriptionController mSubscriptionControllerUT;
149 replaceInstance(SubscriptionController.class, "sInstance", null, null);
151 SubscriptionController.init(mContext, null);
152 mSubscriptionControllerUT = SubscriptionController.getInstance();
H A DTelephonyTest.java129 protected SubscriptionController mSubscriptionController;
290 replaceInstance(SubscriptionController.class, "sInstance", null, mSubscriptionController);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java33 import com.android.internal.telephony.SubscriptionController;
H A DSIMRecords.java36 import com.android.internal.telephony.SubscriptionController;
1486 final SubscriptionController subController = SubscriptionController.getInstance();
H A DRuimRecords.java40 import com.android.internal.telephony.SubscriptionController;
796 // TODO: The below is hacky since the SubscriptionController may not be ready at this time.
799 int[] subIds = SubscriptionController.getInstance().getSubId(phoneId);
H A DUiccCardApplication.java33 import com.android.internal.telephony.SubscriptionController;
H A DIccCardProxy.java46 import com.android.internal.telephony.SubscriptionController;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java34 import com.android.internal.telephony.SubscriptionController;
776 SubscriptionController sControl = SubscriptionController.getInstance();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DRetryManagerTest.java24 import com.android.internal.telephony.SubscriptionController;
134 replaceInstance(SubscriptionController.class, "sInstance", null, mSubscriptionController);
/frameworks/base/
H A Dcompiled-classes-phone5640 com.android.internal.telephony.SubscriptionController
5641 com.android.internal.telephony.SubscriptionController$1
5642 com.android.internal.telephony.SubscriptionController$ScLocalLog

Completed in 245 milliseconds