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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java54 * SubscriptionController to provide an inter-process communication to
69 public class SubscriptionController extends ISub.Stub { class in inherits:ISub.Stub
118 private static SubscriptionController sInstance = null;
155 public static SubscriptionController init(Phone phone) {
156 synchronized (SubscriptionController.class) {
158 sInstance = new SubscriptionController(phone);
166 public static SubscriptionController init(Context c, CommandsInterface[] ci) {
167 synchronized (SubscriptionController.class) {
169 sInstance = new SubscriptionController(c);
177 public static SubscriptionController getInstanc
186 private SubscriptionController(Context c) { method in class:SubscriptionController
201 private SubscriptionController(Phone phone) { method in class:SubscriptionController
[all...]

Completed in 215 milliseconds