public class SubscriptionMonitor extends Object
Constructor and Description |
---|
SubscriptionMonitor() |
SubscriptionMonitor(ITelephonyRegistry tr,
Context context,
SubscriptionController subscriptionController,
int numPhones) |
Modifier and Type | Method and Description |
---|---|
void |
dump(FileDescriptor fd,
PrintWriter printWriter,
String[] args) |
void |
registerForDefaultDataSubscriptionChanged(int phoneId,
Handler h,
int what,
Object o) |
void |
registerForSubscriptionChanged(int phoneId,
Handler h,
int what,
Object o) |
void |
unregisterForDefaultDataSubscriptionChanged(int phoneId,
Handler h) |
void |
unregisterForSubscriptionChanged(int phoneId,
Handler h) |
public SubscriptionMonitor(ITelephonyRegistry tr, Context context, SubscriptionController subscriptionController, int numPhones)
public SubscriptionMonitor()
public void registerForSubscriptionChanged(int phoneId, Handler h, int what, Object o)
public void unregisterForSubscriptionChanged(int phoneId, Handler h)
public void registerForDefaultDataSubscriptionChanged(int phoneId, Handler h, int what, Object o)
public void unregisterForDefaultDataSubscriptionChanged(int phoneId, Handler h)
public void dump(FileDescriptor fd, PrintWriter printWriter, String[] args)