Home
last modified time | relevance | path

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

/frameworks/native/libs/permission/
DAppOpsManager.cpp182 static uint8_t appOpsToNote[AppOpsManager::_NUM_OP] = {0}; in shouldCollectNotes() local
184 if (appOpsToNote[opcode] == 0) { in shouldCollectNotes()
186 appOpsToNote[opcode] = 2; in shouldCollectNotes()
188 appOpsToNote[opcode] = 1; in shouldCollectNotes()
192 return appOpsToNote[opcode] == 2; in shouldCollectNotes()