Searched defs:groupNames (Results 1 – 4 of 4) sorted by relevance
42 val groupNames = mutableListOf<String>() regex
42 private var groupNames = emptyList<String>() regex
169 boolean getNonPlatformPermissions, @Nullable String[] groupNames, in getPermissionGroups()309 @NonNull Context context, @Nullable String[] groupNames) { in getPermissionGroupInfos()
246 val groupNames = groups?.keys?.toMutableList() ?: mutableListOf() regex