Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyCenterActivity.java310 String[] splitKey; in getParentGroupId() local
312 splitKey = preferenceKey.split("_" + PERSONAL_PROFILE_SUFFIX); in getParentGroupId()
314 splitKey = preferenceKey.split("_" + WORK_PROFILE_SUFFIX); in getParentGroupId()
316 splitKey = preferenceKey.split("_" + PRIVATE_PROFILE_SUFFIX); in getParentGroupId()
321 if (safetyCenterConfig == null || splitKey.length == 0) { in getParentGroupId()
332 if (Objects.equals(source.getId(), splitKey[0])) { in getParentGroupId()