/packages/apps/Messaging/src/com/android/messaging/util/ |
D | BugleSubscriptionPrefs.java | 55 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()
|
D | BuglePrefs.java | 59 public static BuglePrefs getApplicationPrefs() { in getApplicationPrefs() method in BuglePrefs 60 return Factory.get().getApplicationPrefs(); in getApplicationPrefs()
|
D | RingtoneUtil.java | 36 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in getNotificationRingtoneUri()
|
D | DebugUtils.java | 141 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in showDebugOptions()
|
/packages/apps/Messaging/src/com/android/messaging/ |
D | BugleApplication.java | 105 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()
|
D | Factory.java | 60 public abstract BuglePrefs getApplicationPrefs(); in getApplicationPrefs() method in Factory
|
D | FactoryImpl.java | 149 public BuglePrefs getApplicationPrefs() { in getApplicationPrefs() method in FactoryImpl
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | SyncManager.java | 229 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in delayUntilFullSync() 266 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in getHasFirstSyncCompleted() 342 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in resetLastSyncTimestamps()
|
D | BugleNotifications.java | 304 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/ |
D | MediaPickerData.java | 161 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/ |
D | SyncMessagesAction.java | 124 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in sync() 376 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in processBackgroundResponse() 456 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in processBackgroundResponse()
|
D | ProcessPendingMessagesAction.java | 198 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/ |
D | BootAndPackageReplacedReceiver.java | 38 Factory.get().getApplicationPrefs().putLong( in onReceive()
|
/packages/apps/Messaging/tests/src/com/android/messaging/ |
D | FakeFactory.java | 177 public BuglePrefs getApplicationPrefs() { in getApplicationPrefs() method in FakeFactory
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ComposeMessageView.java | 456 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in playSentSound()
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | MmsUtils.java | 1618 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in getDumpSmsOrMmsPref()
|