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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java70 * SubscriptionController to provide an inter-process communication to
86 public class SubscriptionController extends ISub.Stub { class in inherits:ISub.Stub
87 static final String LOG_TAG = "SubscriptionController";
150 private static SubscriptionController sInstance = null;
167 public static SubscriptionController init(Phone phone) {
168 synchronized (SubscriptionController.class) {
170 sInstance = new SubscriptionController(phone);
178 public static SubscriptionController init(Context c, CommandsInterface[] ci) {
179 synchronized (SubscriptionController.class) {
181 sInstance = new SubscriptionController(
198 protected SubscriptionController(Context c) { method in class:SubscriptionController
222 private SubscriptionController(Phone phone) { method in class:SubscriptionController
[all...]

Completed in 64 milliseconds