Searched refs:flattenedString (Results 1 – 2 of 2) sorted by relevance
72 final String flattenedString = service.flattenToShortString(); in isApprovedService() local75 if (approvedService.equals(flattenedString)) { in isApprovedService()
1415 private static ComponentName convertToComponentName(@Nullable String flattenedString, in convertToComponentName() argument1417 if (flattenedString == null) { in convertToComponentName()1421 if (!flattenedString.contains("/")) { in convertToComponentName()1422 return new ComponentName(serviceInfo.packageName, flattenedString); in convertToComponentName()1427 final ComponentName cn = ComponentName.unflattenFromString(flattenedString); in convertToComponentName()