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()
1163 private static ComponentName convertToComponentName(@Nullable String flattenedString, in convertToComponentName() argument1165 if (flattenedString == null) { in convertToComponentName()1169 if (!flattenedString.contains("/")) { in convertToComponentName()1170 return new ComponentName(serviceInfo.packageName, flattenedString); in convertToComponentName()1175 final ComponentName cn = ComponentName.unflattenFromString(flattenedString); in convertToComponentName()