Searched refs:AppPermSubGroup (Results 1 – 1 of 1) sorted by relevance
82 val foreground = AppPermSubGroup(permissions.filter { it.key in foregroundPermNames },85 val background = AppPermSubGroup(permissions.filter { it.key in backgroundPermNames },157 data class AppPermSubGroup internal constructor( dataClass