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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
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...]

Completed in 2763 milliseconds