Searched defs:affectedForegroundPermissions (Results 1 – 4 of 4) sorted by relevance
60 void onPermissionGrantResult(String groupName, List<String> affectedForegroundPermissions, in onPermissionGrantResult()
454 List<String> affectedForegroundPermissions = new ArrayList<>(); in onClick() local
201 List<String> affectedForegroundPermissions = null; in onButtonClicked() local
506 var affectedForegroundPermissions: List<String>? = null in onClick() variable