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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java59 * SubscriptionController to provide an inter-process communication to
75 public class SubscriptionController extends ISub.Stub { class in inherits:ISub.Stub
76 static final String LOG_TAG = "SubscriptionController";
123 private static SubscriptionController sInstance = null;
139 public static SubscriptionController init(Phone phone) {
140 synchronized (SubscriptionController.class) {
142 sInstance = new SubscriptionController(phone);
150 public static SubscriptionController init(Context c, CommandsInterface[] ci) {
151 synchronized (SubscriptionController.class) {
153 sInstance = new SubscriptionController(
170 protected SubscriptionController(Context c) { method in class:SubscriptionController
192 private SubscriptionController(Phone phone) { method in class:SubscriptionController
[all...]

Completed in 61 milliseconds