Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/permission/
H A DAppOpsManager.cpp174 static uint8_t appOpsToNote[AppOpsManager::_NUM_OP] = {0}; in shouldCollectNotes() local
176 if (appOpsToNote[opcode] == 0) { in shouldCollectNotes()
178 appOpsToNote[opcode] = 2; in shouldCollectNotes()
180 appOpsToNote[opcode] = 1; in shouldCollectNotes()
184 return appOpsToNote[opcode] == 2; in shouldCollectNotes()