Searched refs:appOpsToNote (Results 1 – 1 of 1) sorted by relevance
182 static uint8_t appOpsToNote[AppOpsManager::_NUM_OP] = {0}; in shouldCollectNotes() local184 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()