Searched refs:flattenedName (Results 1 – 4 of 4) sorted by relevance
277 final String flattenedName = componentName.flattenToString(); in getAccessibilitySliceData() local279 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()
80 String flattenedName = getCurrentAutofill(context); in getCurrentAutofillAsComponentName() local81 return TextUtils.isEmpty(flattenedName) in getCurrentAutofillAsComponentName()82 ? null : ComponentName.unflattenFromString(flattenedName); in getCurrentAutofillAsComponentName()
82 String flattenedName = getCurrentAutofill(context); in getCurrentAutofillAsComponentName() local83 return TextUtils.isEmpty(flattenedName) in getCurrentAutofillAsComponentName()84 ? null : ComponentName.unflattenFromString(flattenedName); in getCurrentAutofillAsComponentName()
195 final String flattenedName = cpi.getComponentName().flattenToString(); in getBrandingService() local196 flattenedNamesToServices.put(flattenedName, cpi.getServiceInfo()); in getBrandingService()197 flattenedNames.add(flattenedName); in getBrandingService()