Searched refs:noteAppOp (Results 1 – 1 of 1) sorted by relevance
357 noteAppOp(appOpsManager, AppOpsManager.OPSTR_COARSE_LOCATION); in testForegroundServiceAccessAppOp()365 noteAppOp(appOpsManager, AppOpsManager.OPSTR_CAMERA); in testForegroundServiceAccessAppOp()366 noteAppOp(appOpsManager, AppOpsManager.OPSTR_FINE_LOCATION); in testForegroundServiceAccessAppOp()367 noteAppOp(appOpsManager, AppOpsManager.OPSTR_CAMERA); in testForegroundServiceAccessAppOp()369 noteAppOp(appOpsManager, AppOpsManager.OPSTR_RECORD_AUDIO); in testForegroundServiceAccessAppOp()375 noteAppOp(appOpsManager, AppOpsManager.OPSTR_COARSE_LOCATION); in testForegroundServiceAccessAppOp()394 noteAppOp(appOpsManager, opsList[i]); in testAppOps()400 private void noteAppOp(AppOpsManager aom, String opStr) { in noteAppOp() method in AtomTests