Home
last modified time | relevance | path

Searched refs:currentService (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
H A DAutofillPickerTrampolineActivity.java41 final ComponentName currentService = AutofillHelper.getCurrentAutofillAsComponentName(this); in onCreate() local
42 if (currentService != null && currentService.getPackageName().equals(packageName)) { in onCreate()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/autofill/
H A DAutofillPickerTrampolineActivity.java50 final ComponentName currentService = afm.getAutofillServiceComponentName(); in onCreate() local
51 if (currentService != null && currentService.getPackageName().equals(packageName)) { in onCreate()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessibility/
H A DAccessibilityShortcutServiceFragment.java53 final String currentService =
55 if ((Boolean) newValue && !TextUtils.equals(newCompString, currentService)) {
87 final String currentService = AccessibilityShortcutFragment.getCurrentService(getContext()); in onCreatePreferences() local
95 if (TextUtils.equals(currentService, serviceString)) { in onCreatePreferences()
H A DAccessibilityShortcutFragment.java59 final String currentService = getCurrentService(getContext()); in onCreatePreferences() local
87 final String currentService = getCurrentService(getContext()); in updateServicePrefSummary() local
90 if (TextUtils.equals(currentService, serviceString)) { in updateServicePrefSummary()
94 putLastShortcutService(currentService); in updateServicePrefSummary()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/assist/
H A DDefaultVoiceInputPicker.java69 final ComponentName currentService = getCurrentService(mHelper); in getDefaultKey() local
70 if (currentService == null) { in getDefaultKey()
73 return currentService.flattenToShortString(); in getDefaultKey()
H A DDefaultVoiceInputPreferenceController.java132 final ComponentName currentService = DefaultVoiceInputPicker.getCurrentService(mHelper); in getDefaultAppKey() local
133 if (currentService == null) { in getDefaultAppKey()
136 return currentService.flattenToShortString(); in getDefaultAppKey()
/aosp12/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperChange.java90 @Nullable ServiceInfo currentService) { in getDeleteAction() argument
97 if (currentService != null && TextUtils.equals(serviceInfo.name, currentService.name)) { in getDeleteAction()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DLivePreviewFragment.java479 ServiceInfo currentService = currentInfo == null ? null : currentInfo.getServiceInfo(); in getDeleteAction() local
481 if (currentService != null && TextUtils.equals(serviceInfo.name, currentService.name)) { in getDeleteAction()