Searched refs:opStrs (Results 1 – 2 of 2) sorted by relevance
188 String[] opStrs = {OPSTR_CAMERA, OPSTR_RECORD_AUDIO}; in PermissionUsageHelper() local189 mAppOpsManager.startWatchingActive(opStrs, context.getMainExecutor(), this); in PermissionUsageHelper()
9981 String[] opStrs = new String[sAppOpInfos.length]; in getOpStrs() local9983 opStrs[i] = sAppOpInfos[i].name; in getOpStrs()9985 return opStrs; in getOpStrs()