Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DBugleSubscriptionPrefs.java55 migratePrefBooleanInternal(BuglePrefs.getApplicationPrefs(), "delivery_reports", in onUpgrade()
57 migratePrefBooleanInternal(BuglePrefs.getApplicationPrefs(), "auto_retrieve_mms", in onUpgrade()
59 migratePrefBooleanInternal(BuglePrefs.getApplicationPrefs(), in onUpgrade()
63 migratePrefBooleanInternal(BuglePrefs.getApplicationPrefs(), "group_messaging", in onUpgrade()
67 migratePrefStringInternal(BuglePrefs.getApplicationPrefs(), "mms_phone_number", in onUpgrade()
DBuglePrefs.java59 public static BuglePrefs getApplicationPrefs() { in getApplicationPrefs() method in BuglePrefs
60 return Factory.get().getApplicationPrefs(); in getApplicationPrefs()
DRingtoneUtil.java36 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in getNotificationRingtoneUri()
DDebugUtils.java141 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in showDebugOptions()
/packages/apps/Messaging/src/com/android/messaging/
DBugleApplication.java105 final BuglePrefs buglePrefs = factory.getApplicationPrefs(); in initializeSync()
230 final int existingVersion = factory.getApplicationPrefs().getInt( in maybeHandleSharedPrefsUpgrade()
239 factory.getApplicationPrefs().onUpgrade(existingVersion, targetVersion); in maybeHandleSharedPrefsUpgrade()
248 factory.getApplicationPrefs().putInt(BuglePrefsKeys.SHARED_PREFERENCES_VERSION, in maybeHandleSharedPrefsUpgrade()
DFactory.java60 public abstract BuglePrefs getApplicationPrefs(); in getApplicationPrefs() method in Factory
DFactoryImpl.java149 public BuglePrefs getApplicationPrefs() { in getApplicationPrefs() method in FactoryImpl
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DSyncManager.java229 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in delayUntilFullSync()
266 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in getHasFirstSyncCompleted()
342 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in resetLastSyncTimestamps()
DBugleNotifications.java304 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in shouldNotify()
324 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in shouldVibrate()
643 final BuglePrefs prefs = Factory.get().getApplicationPrefs(); in updateBuilderAudioVibrate()
1158 final String groupChildIdsText = BuglePrefs.getApplicationPrefs().getString(prefKey, ""); in getGroupChildIds()
1176 BuglePrefs.getApplicationPrefs().putString(prefKey, childIds.getDelimitedString()); in writeGroupChildIds()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DMediaPickerData.java161 return BuglePrefs.getApplicationPrefs().getInt( in getSelectedChooserIndex()
171 BuglePrefs.getApplicationPrefs().putInt(BuglePrefsKeys.SELECTED_MEDIA_PICKER_CHOOSER_INDEX, in saveSelectedChooserIndex()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncMessagesAction.java124 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in sync()
376 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in processBackgroundResponse()
456 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in processBackgroundResponse()
DProcessPendingMessagesAction.java198 final BuglePrefs prefs = Factory.get().getApplicationPrefs(); in setRetry()
203 final BuglePrefs prefs = Factory.get().getApplicationPrefs(); in getNextRetry()
/packages/apps/Messaging/src/com/android/messaging/receiver/
DBootAndPackageReplacedReceiver.java38 Factory.get().getApplicationPrefs().putLong( in onReceive()
/packages/apps/Messaging/tests/src/com/android/messaging/
DFakeFactory.java177 public BuglePrefs getApplicationPrefs() { in getApplicationPrefs() method in FakeFactory
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java456 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in playSentSound()
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java1618 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in getDumpSmsOrMmsPref()