Home
last modified time | relevance | path

Searched refs:noteAppOp (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java482 noteAppOp(appOpsManager, AppOpsManager.OPSTR_COARSE_LOCATION); in testForegroundServiceAccessAppOp()
490 noteAppOp(appOpsManager, AppOpsManager.OPSTR_CAMERA); in testForegroundServiceAccessAppOp()
491 noteAppOp(appOpsManager, AppOpsManager.OPSTR_FINE_LOCATION); in testForegroundServiceAccessAppOp()
492 noteAppOp(appOpsManager, AppOpsManager.OPSTR_CAMERA); in testForegroundServiceAccessAppOp()
494 noteAppOp(appOpsManager, AppOpsManager.OPSTR_RECORD_AUDIO); in testForegroundServiceAccessAppOp()
500 noteAppOp(appOpsManager, AppOpsManager.OPSTR_COARSE_LOCATION); in testForegroundServiceAccessAppOp()
522 noteAppOp(appOpsManager, opsList[i]); in testAppOps()
528 private void noteAppOp(AppOpsManager aom, String opStr) { in noteAppOp() method in AtomTests