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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSubscriptionSourceManager.java34 public class CdmaSubscriptionSourceManager extends Handler { class in inherits:Handler
45 private static CdmaSubscriptionSourceManager sInstance;
58 private CdmaSubscriptionSourceManager(Context context, CommandsInterface ci) { method in class:CdmaSubscriptionSourceManager
70 * @return object of type CdmaSubscriptionSourceManager
72 public static CdmaSubscriptionSourceManager getInstance(Context context,
76 sInstance = new CdmaSubscriptionSourceManager(context, ci);
78 CdmaSubscriptionSourceManager.sReferenceCount++;

Completed in 38 milliseconds