Searched refs:BugleSubscriptionPrefs (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
H A DBugleSubscriptionPrefs.java29 public class BugleSubscriptionPrefs extends BuglePrefsImpl { class in inherits:BuglePrefsImpl
32 public BugleSubscriptionPrefs(final Context context, final int subId) { method in class:BugleSubscriptionPrefs
/packages/apps/Messaging/src/com/android/messaging/
H A DFactoryImpl.java40 import com.android.messaging.util.BugleSubscriptionPrefs;
64 private SparseArray<BugleSubscriptionPrefs> mSubscriptionPrefs;
101 factory.mSubscriptionPrefs = new SparseArray<BugleSubscriptionPrefs>();
161 BugleSubscriptionPrefs pref = mSubscriptionPrefs.get(subId);
165 pref = new BugleSubscriptionPrefs(getApplicationContext(), subId);

Completed in 102 milliseconds