Home
last modified time | relevance | path

Searched refs:getSharedPrefs (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/
H A DSuggestionFeatureProvider.java39 public SharedPreferences getSharedPrefs(Context context) { in getSharedPrefs() method in SuggestionFeatureProvider
64 getSharedPrefs(context) in markSuggestionDismissed()
76 getSharedPrefs(context) in markSuggestionNotDismissed()
90 return getSharedPrefs(context) in isSuggestionDismissed()
H A DSuggestionParser.java64 .suggestionFeatureProvider().getSharedPrefs(mContext); in SuggestionParser()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
H A DDoubleTapScreenPreferenceControllerTest.java81 new SuggestionFeatureProviderImpl(context).getSharedPrefs(context); in isSuggestionCompleted_ambientDisplay_falseWhenNotVisited()
92 new SuggestionFeatureProviderImpl(context).getSharedPrefs(context); in isSuggestionCompleted_ambientDisplay_trueWhenVisited()
H A DDoubleTapPowerPreferenceControllerTest.java114 new SuggestionFeatureProviderImpl(mContext).getSharedPrefs(mContext); in isSuggestionCompleted_doubleTapPower_falseWhenNotVisited()
124 new SuggestionFeatureProviderImpl(mContext).getSharedPrefs(mContext); in isSuggestionCompleted_doubleTapPower_trueWhenVisited()
H A DSwipeToNotificationPreferenceControllerTest.java144 .getSharedPrefs(context); in isSuggestionCompleted_notVisited_shouldReturnFalse()
160 .getSharedPrefs(context); in isSuggestionCompleted_visited_shouldReturnTrue()
H A DPickupGesturePreferenceControllerTest.java83 new SuggestionFeatureProviderImpl(context).getSharedPrefs(context); in isSuggestionCompleted_ambientDisplayPickup_trueWhenVisited()
/aosp12/packages/apps/Dialer/java/com/android/dialer/configprovider/
H A DSharedPrefConfigProvider.java81 Editor editor = getSharedPrefs(getApplicationContext()).edit(); in put()
129 private static SharedPreferences getSharedPrefs(Context appContext) { in getSharedPrefs() method in SharedPrefConfigProvider
/aosp12/packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/shared/
H A DLauncherExterns.java32 SharedPreferences getSharedPrefs(); in getSharedPrefs() method
/aosp12/packages/apps/Settings/src/com/android/settings/dashboard/suggestions/
H A DSuggestionFeatureProvider.java45 SharedPreferences getSharedPrefs(Context context); in getSharedPrefs() method
H A DSuggestionFeatureProviderImpl.java86 public SharedPreferences getSharedPrefs(Context context) { in getSharedPrefs() method in SuggestionFeatureProviderImpl
/aosp12/packages/apps/Settings/src/com/android/settings/gestures/
H A DDoubleTapPowerSettings.java47 SharedPreferences prefs = suggestionFeatureProvider.getSharedPrefs(context); in onAttach()
H A DSwipeToNotificationSettings.java43 SharedPreferences prefs = suggestionFeatureProvider.getSharedPrefs(context); in onAttach()
H A DPickupGestureSettings.java44 SharedPreferences prefs = suggestionFeatureProvider.getSharedPrefs(context); in onAttach()
H A DDoubleTapScreenSettings.java48 SharedPreferences prefs = suggestionFeatureProvider.getSharedPrefs(context); in onAttach()
H A DDoubleTwistGestureSettings.java47 SharedPreferences prefs = suggestionFeatureProvider.getSharedPrefs(context); in onAttach()
H A DTapScreenGestureSettings.java48 SharedPreferences prefs = suggestionFeatureProvider.getSharedPrefs(context); in onAttach()
H A DSystemNavigationGestureSettings.java105 SharedPreferences prefs = suggestionFeatureProvider.getSharedPrefs(context); in onAttach()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
H A DAppsDividerView.java272 mLauncher.getSharedPrefs().edit().putInt(ALL_APPS_VISITED_COUNT, count).apply(); in setAllAppsVisitedCount()
276 return mLauncher.getSharedPrefs().getInt(ALL_APPS_VISITED_COUNT, 0); in getAllAppsVisitedCount()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DBaseWidgetSheet.java299 mActivityContext.getSharedPrefs().edit() in showEducationTipOnViewIfPossible()
307 return mActivityContext.getSharedPrefs().getBoolean(KEY_WIDGETS_EDUCATION_TIP_SEEN, false) in hasSeenEducationTip()
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/eligibility/
H A DDismissedChecker.java57 final SharedPreferences prefs = featureProvider.getSharedPrefs(context); in isEligible()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DWorkEduCard.java78 mLauncher.getSharedPrefs().edit().putInt(WorkAdapterProvider.KEY_WORK_EDU_STEP, 1).apply(); in onClick()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DWorkProfileTest.java152 l.getSharedPrefs().edit().putInt(WorkAdapterProvider.KEY_WORK_EDU_STEP, 0).commit(); in testEdu()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenOnboardingActivity.java184 final SharedPreferences prefs = featureProvider.getSharedPrefs(context); in withinShowTimeThreshold()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/zen/
H A DZenOnboardingActivityTest.java86 when(mFeatureFactory.suggestionsFeatureProvider.getSharedPrefs(any(Context.class))) in setUp()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsFullSheet.java707 mActivityContext.getSharedPrefs().edit() in showEducationDialog()
714 return mActivityContext.getSharedPrefs() in hasSeenEducationDialog()

12