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
49 private static CdmaSubscriptionSourceManager sInstance;
61 private CdmaSubscriptionSourceManager(Context context, CommandsInterface ci) { method in class:CdmaSubscriptionSourceManager
74 * @return object of type CdmaSubscriptionSourceManager
76 public static CdmaSubscriptionSourceManager getInstance(Context context,
80 sInstance = new CdmaSubscriptionSourceManager(context, ci);
82 CdmaSubscriptionSourceManager.sReferenceCount++;

Completed in 8316 milliseconds