Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java511 String[] opsList = appOpsManager.getOpStrs(); in testAppOps() local
513 for (int i = 0; i < opsList.length; i++) { in testAppOps()
514 String op = opsList[i]; in testAppOps()
519 int noteCount = APP_OPS_ENUM_MAP.getOrDefault(op, opsList.length) + 1; in testAppOps()
522 noteAppOp(appOpsManager, opsList[i]); in testAppOps()