Searched refs:getApplicationPrefs (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
H A DBugleSubscriptionPrefs.java55 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",
H A DBuglePrefs.java59 public static BuglePrefs getApplicationPrefs() { method in class:BuglePrefs
60 return Factory.get().getApplicationPrefs();
H A DRingtoneUtil.java36 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
H A DDebugUtils.java141 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
/packages/apps/Messaging/src/com/android/messaging/receiver/
H A DBootAndPackageReplacedReceiver.java38 Factory.get().getApplicationPrefs().putLong(
/packages/apps/Messaging/src/com/android/messaging/
H A DBugleApplication.java105 final BuglePrefs buglePrefs = factory.getApplicationPrefs();
230 final int existingVersion = factory.getApplicationPrefs().getInt(
239 factory.getApplicationPrefs().onUpgrade(existingVersion, targetVersion);
248 factory.getApplicationPrefs().putInt(BuglePrefsKeys.SHARED_PREFERENCES_VERSION,
H A DFactory.java60 public abstract BuglePrefs getApplicationPrefs(); method in class:Factory
H A DFactoryImpl.java149 public BuglePrefs getApplicationPrefs() { method in class:FactoryImpl
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DMediaPickerData.java161 return BuglePrefs.getApplicationPrefs().getInt(
171 BuglePrefs.getApplicationPrefs().putInt(BuglePrefsKeys.SELECTED_MEDIA_PICKER_CHOOSER_INDEX,
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DSyncManager.java228 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
265 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
333 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
H A DBugleNotifications.java304 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
324 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
643 final BuglePrefs prefs = Factory.get().getApplicationPrefs();
1158 final String groupChildIdsText = BuglePrefs.getApplicationPrefs().getString(prefKey, "");
1176 BuglePrefs.getApplicationPrefs().putString(prefKey, childIds.getDelimitedString());
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DSyncMessagesAction.java124 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
376 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
456 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
H A DProcessPendingMessagesAction.java198 final BuglePrefs prefs = Factory.get().getApplicationPrefs();
203 final BuglePrefs prefs = Factory.get().getApplicationPrefs();
/packages/apps/Messaging/tests/src/com/android/messaging/
H A DFakeFactory.java177 public BuglePrefs getApplicationPrefs() { method in class:FakeFactory
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DComposeMessageView.java456 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();
/packages/apps/Messaging/src/com/android/messaging/sms/
H A DMmsUtils.java1618 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs();

Completed in 197 milliseconds