OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getApplicationPrefs
(Results
1 - 16
of
16
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/util/
BugleSubscriptionPrefs.java
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",
BuglePrefs.java
59
public static BuglePrefs
getApplicationPrefs
() {
60
return Factory.get().
getApplicationPrefs
();
RingtoneUtil.java
36
final BuglePrefs prefs = BuglePrefs.
getApplicationPrefs
();
DebugUtils.java
138
final BuglePrefs prefs = BuglePrefs.
getApplicationPrefs
();
/packages/apps/Messaging/src/com/android/messaging/receiver/
BootAndPackageReplacedReceiver.java
38
Factory.get().
getApplicationPrefs
().putLong(
/packages/apps/Messaging/src/com/android/messaging/
BugleApplication.java
105
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,
Factory.java
60
public abstract BuglePrefs
getApplicationPrefs
();
FactoryImpl.java
149
public BuglePrefs
getApplicationPrefs
() {
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MediaPickerData.java
161
return BuglePrefs.
getApplicationPrefs
().getInt(
171
BuglePrefs.
getApplicationPrefs
().putInt(BuglePrefsKeys.SELECTED_MEDIA_PICKER_CHOOSER_INDEX,
/packages/apps/Messaging/src/com/android/messaging/datamodel/
SyncManager.java
228
final BuglePrefs prefs = BuglePrefs.
getApplicationPrefs
();
265
final BuglePrefs prefs = BuglePrefs.
getApplicationPrefs
();
333
final BuglePrefs prefs = BuglePrefs.
getApplicationPrefs
();
BugleNotifications.java
304
final BuglePrefs prefs = BuglePrefs.
getApplicationPrefs
();
324
final BuglePrefs prefs = BuglePrefs.
getApplicationPrefs
();
643
final BuglePrefs prefs = Factory.get().
getApplicationPrefs
();
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
SyncMessagesAction.java
124
final BuglePrefs prefs = BuglePrefs.
getApplicationPrefs
();
376
final BuglePrefs prefs = BuglePrefs.
getApplicationPrefs
();
456
final BuglePrefs prefs = BuglePrefs.
getApplicationPrefs
();
ProcessPendingMessagesAction.java
198
final BuglePrefs prefs = Factory.get().
getApplicationPrefs
();
203
final BuglePrefs prefs = Factory.get().
getApplicationPrefs
();
/packages/apps/Messaging/tests/src/com/android/messaging/
FakeFactory.java
177
public BuglePrefs
getApplicationPrefs
() {
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ComposeMessageView.java
456
final BuglePrefs prefs = BuglePrefs.
getApplicationPrefs
();
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java
[
all
...]
Completed in 3924 milliseconds