Home
last modified time | relevance | path

Searched refs:PREFS (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DContextualNotificationChannelSlice.java33 public static final String PREFS = "notification_channel_slice_prefs"; field in ContextualNotificationChannelSlice
54 mContext.getSharedPreferences(PREFS, MODE_PRIVATE) in isUserInteracted()
DBatteryFixSlice.java64 static final String PREFS = "battery_fix_prefs"; field in BatteryFixSlice
190 final SharedPreferences prefs = context.getSharedPreferences(PREFS, MODE_PRIVATE); in isBatteryTipAvailableFromCache()
211 context.getSharedPreferences(PREFS, MODE_PRIVATE) in refreshBatteryTips()
DNotificationChannelWorker.java21 …atic com.android.settings.homepage.contextualcards.slices.ContextualNotificationChannelSlice.PREFS;
57 final SharedPreferences prefs = getContext().getSharedPreferences(PREFS, MODE_PRIVATE); in removeUninstalledPackages()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DBatteryFixSlice.java59 static final String PREFS = "battery_fix_prefs"; field in BatteryFixSlice
178 final SharedPreferences prefs = context.getSharedPreferences(PREFS, MODE_PRIVATE); in isBatteryTipAvailableFromCache()
199 context.getSharedPreferences(PREFS, MODE_PRIVATE) in refreshBatteryTips()
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DContextualNotificationChannelSliceTest.java21 …atic com.android.settings.homepage.contextualcards.slices.ContextualNotificationChannelSlice.PREFS;
56 mSharedPreferences = mContext.getSharedPreferences(PREFS, MODE_PRIVATE); in setUp()
DNotificationChannelWorkerTest.java21 …atic com.android.settings.homepage.contextualcards.slices.ContextualNotificationChannelSlice.PREFS;
63 mSharedPreferences = mContext.getSharedPreferences(PREFS, MODE_PRIVATE); in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
DContextualCardFeatureProviderImplTest.java21 …atic com.android.settings.homepage.contextualcards.slices.ContextualNotificationChannelSlice.PREFS;
70 mSharedPreferences = mContext.getSharedPreferences(PREFS, MODE_PRIVATE); in setUp()
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DTetherService.java69 private static final String PREFS = "tetherPrefs"; field in TetherService
92 SharedPreferences prefs = getSharedPreferences(PREFS, MODE_PRIVATE); in onCreate()
182 SharedPreferences prefs = getSharedPreferences(PREFS, MODE_PRIVATE); in onDestroy()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/tether/
DTetherService.java67 private static final String PREFS = "tetherPrefs"; field in TetherService
90 SharedPreferences prefs = getSharedPreferences(PREFS, MODE_PRIVATE); in onCreate()
168 SharedPreferences prefs = getSharedPreferences(PREFS, MODE_PRIVATE); in onDestroy()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DContextualCardFeatureProviderImpl.java56 ContextualNotificationChannelSlice.PREFS, MODE_PRIVATE); in logNotificationPackage()
/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
DTmaMediaEvent.java102 PREFS enumConstant
DTmaBrowser.java108 TmaMediaEvent.ResolutionIntent.PREFS, 0)); in onAccountChanged()
DTmaPlayer.java103 if (ResolutionIntent.PREFS.equals(event.mResolutionIntent)) { in setPlaybackState()