Searched refs:appOpsToNote (Results 1 – 1 of 1) sorted by relevance
172 static uint8_t appOpsToNote[AppOpsManager::_NUM_OP] = {0}; in shouldCollectNotes() local174 if (appOpsToNote[opcode] == 0) { in shouldCollectNotes()176 appOpsToNote[opcode] = 2; in shouldCollectNotes()178 appOpsToNote[opcode] = 1; in shouldCollectNotes()182 return appOpsToNote[opcode] == 2; in shouldCollectNotes()