Searched refs:OP_NONE (Results 1 – 4 of 4) sorted by relevance
92 private int mAppOpsOpCode = AppOpsManager.OP_NONE;151 if (mAppOpsOpCode == AppOpsManager.OP_NONE) { in checkInitialized()
80 public static final int OP_NONE = 0; field in PackageUpdatedTask457 case OP_NONE -> "NONE"; in getOpString()
105 mPreferenceController.init(AppOpsManager.OP_NONE, PERMISSION, NEGATIVE_MODE); in checkInitialized_noOpCode_throwsIllegalStateException()
2683 if (opCode != AppOpsManager.OP_NONE in enforceAnswerCallPermission()