Searched refs:opStrs (Results 1 – 2 of 2) sorted by relevance
186 String[] opStrs = {OPSTR_CAMERA, OPSTR_RECORD_AUDIO}; in PermissionUsageHelper() local187 mAppOpsManager.startWatchingActive(opStrs, context.getMainExecutor(), this); in PermissionUsageHelper()
10727 String[] opStrs = new String[sAppOpInfos.length]; in getOpStrs() local10729 opStrs[i] = sAppOpInfos[i].name; in getOpStrs()10731 return opStrs; in getOpStrs()