Searched refs:uidMode (Results 1 – 1 of 1) sorted by relevance
2022 final int uidMode = uidState.evalMode(code, uidState.opModes.get(switchCode)); in noteOperationUnchecked() local2023 if (uidMode != AppOpsManager.MODE_ALLOWED) { in noteOperationUnchecked()2024 if (DEBUG) Slog.d(TAG, "noteOperation: uid reject #" + uidMode + " for code " in noteOperationUnchecked()2031 scheduleOpNotedIfNeededLocked(code, uid, packageName, uidMode); in noteOperationUnchecked()2032 return uidMode; in noteOperationUnchecked()2180 final int uidMode = uidState.evalMode(code, uidState.opModes.get(switchCode)); in startOperation() local2181 if (uidMode != AppOpsManager.MODE_ALLOWED in startOperation()2182 && (!startIfModeDefault || uidMode != AppOpsManager.MODE_DEFAULT)) { in startOperation()2183 if (DEBUG) Slog.d(TAG, "noteOperation: uid reject #" + uidMode + " for code " in startOperation()2191 return uidMode; in startOperation()