Home
last modified time | relevance | path

Searched refs:flattenedName (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/slices/
DSliceDataConverter.java277 final String flattenedName = componentName.flattenToString(); in getAccessibilitySliceData() local
279 if (!a11yServiceNames.contains(flattenedName)) { in getAccessibilitySliceData()
289 sliceDataBuilder.setKey(flattenedName) in getAccessibilitySliceData()
295 .appendPath(flattenedName) in getAccessibilitySliceData()
302 Log.w(TAG, "Invalid data when building a11y SliceData for " + flattenedName, e); in getAccessibilitySliceData()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/settingslib/
DAutofillHelper.java80 String flattenedName = getCurrentAutofill(context); in getCurrentAutofillAsComponentName() local
81 return TextUtils.isEmpty(flattenedName) in getCurrentAutofillAsComponentName()
82 ? null : ComponentName.unflattenFromString(flattenedName); in getCurrentAutofillAsComponentName()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
DAutofillHelper.java82 String flattenedName = getCurrentAutofill(context); in getCurrentAutofillAsComponentName() local
83 return TextUtils.isEmpty(flattenedName) in getCurrentAutofillAsComponentName()
84 ? null : ComponentName.unflattenFromString(flattenedName); in getCurrentAutofillAsComponentName()
/packages/apps/Settings/src/com/android/settings/applications/credentials/
DCombinedProviderInfo.java195 final String flattenedName = cpi.getComponentName().flattenToString(); in getBrandingService() local
196 flattenedNamesToServices.put(flattenedName, cpi.getServiceInfo()); in getBrandingService()
197 flattenedNames.add(flattenedName); in getBrandingService()