HomeSort by relevance Sort by last modified time
    Searched refs:BuglePrefs (Results 1 - 24 of 24) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/util/
BugleSubscriptionPrefs.java 52 case BuglePrefs.NO_SHARED_PREFERENCES_VERSION:
55 migratePrefBooleanInternal(BuglePrefs.getApplicationPrefs(), "delivery_reports",
57 migratePrefBooleanInternal(BuglePrefs.getApplicationPrefs(), "auto_retrieve_mms",
59 migratePrefBooleanInternal(BuglePrefs.getApplicationPrefs(),
63 migratePrefBooleanInternal(BuglePrefs.getApplicationPrefs(), "group_messaging",
67 migratePrefStringInternal(BuglePrefs.getApplicationPrefs(), "mms_phone_number",
73 private void migratePrefBooleanInternal(final BuglePrefs oldPrefs, final String oldKey,
85 private void migratePrefStringInternal(final BuglePrefs oldPrefs, final String oldKey,
BuglePrefs.java 24 public abstract class BuglePrefs {
59 public static BuglePrefs getApplicationPrefs() {
66 public static BuglePrefs getSubscriptionPrefs(final int subId) {
BuglePrefsKeys.java 33 BuglePrefs.NO_SHARED_PREFERENCES_VERSION;
RingtoneUtil.java 36 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
BuglePrefsImpl.java 26 public abstract class BuglePrefsImpl extends BuglePrefs {
DebugUtils.java 138 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
PhoneUtils.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/
Factory.java 30 import com.android.messaging.util.BuglePrefs;
60 public abstract BuglePrefs getApplicationPrefs();
61 public abstract BuglePrefs getSubscriptionPrefs(int subId);
62 public abstract BuglePrefs getWidgetPrefs();
FactoryImpl.java 39 import com.android.messaging.util.BuglePrefs;
149 public BuglePrefs getApplicationPrefs() {
154 public BuglePrefs getWidgetPrefs() {
159 public BuglePrefs getSubscriptionPrefs(int subId) {
BugleApplication.java 40 import com.android.messaging.util.BuglePrefs;
105 final BuglePrefs buglePrefs = factory.getApplicationPrefs();
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
EnterSelfPhoneNumberDialog.java 30 import com.android.messaging.util.BuglePrefs;
85 final BuglePrefs subPrefs = BuglePrefs.getSubscriptionPrefs(mSubId);
ComposeMessageView.java 65 import com.android.messaging.util.BuglePrefs;
456 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
WidgetPickConversationActivity.java 28 import com.android.messaging.util.BuglePrefs;
98 final BuglePrefs prefs = Factory.get().getWidgetPrefs();
104 final BuglePrefs prefs = Factory.get().getWidgetPrefs();
110 final BuglePrefs prefs = Factory.get().getWidgetPrefs();
  /packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
GroupMmsSettingDialog.java 27 import com.android.messaging.util.BuglePrefs;
60 BuglePrefs.getSubscriptionPrefs(mSubId).putBoolean(
85 final boolean mmsEnabled = BuglePrefs.getSubscriptionPrefs(mSubId).getBoolean(
PerSubscriptionSettingsActivity.java 45 import com.android.messaging.util.BuglePrefs;
101 final BuglePrefs subPrefs = Factory.get().getSubscriptionPrefs(mSubId);
226 final BuglePrefs subPrefs = BuglePrefs.getSubscriptionPrefs(mSubId);
ApplicationSettingsActivity.java 42 import com.android.messaging.util.BuglePrefs;
109 getPreferenceManager().setSharedPreferencesName(BuglePrefs.SHARED_PREFERENCES_NAME);
  /packages/apps/Messaging/tests/src/com/android/messaging/util/
FakeBuglePrefs.java 23 public class FakeBuglePrefs extends BuglePrefs {
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
SyncManager.java 31 import com.android.messaging.util.BuglePrefs;
228 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
265 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
333 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
BugleNotifications.java 70 import com.android.messaging.util.BuglePrefs;
304 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
324 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
643 final BuglePrefs prefs = Factory.get().getApplicationPrefs();
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/
FakeFactory.java 36 import com.android.messaging.util.BuglePrefs;
55 private BuglePrefs mBuglePrefs;
177 public BuglePrefs getApplicationPrefs() {
182 public BuglePrefs getWidgetPrefs() {
187 public BuglePrefs getSubscriptionPrefs(final int subId) {
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MediaPickerData.java 31 import com.android.messaging.util.BuglePrefs;
161 return BuglePrefs.getApplicationPrefs().getInt(
171 BuglePrefs.getApplicationPrefs().putInt(BuglePrefsKeys.SELECTED_MEDIA_PICKER_CHOOSER_INDEX,
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
SyncMessagesAction.java 45 import com.android.messaging.util.BuglePrefs;
124 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
376 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
456 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
ProcessPendingMessagesAction.java 40 import com.android.messaging.util.BuglePrefs;
198 final BuglePrefs prefs = Factory.get().getApplicationPrefs();
203 final BuglePrefs prefs = Factory.get().getApplicationPrefs();
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java 73 import com.android.messaging.util.BuglePrefs;
642 final BuglePrefs prefs = BuglePrefs.getSubscriptionPrefs(subId);
    [all...]

Completed in 537 milliseconds