Searched refs:uidMode (Results 1 – 1 of 1) sorted by relevance
2084 final int uidMode = uidState.evalMode(code, uidState.opModes.get(switchCode)); in noteOperationUnchecked() local2085 if (uidMode != AppOpsManager.MODE_ALLOWED) { in noteOperationUnchecked()2086 if (DEBUG) Slog.d(TAG, "noteOperation: uid reject #" + uidMode + " for code " in noteOperationUnchecked()2093 scheduleOpNotedIfNeededLocked(code, uid, packageName, uidMode); in noteOperationUnchecked()2094 return uidMode; in noteOperationUnchecked()2251 final int uidMode = uidState.evalMode(code, uidState.opModes.get(switchCode)); in startOperation() local2252 if (uidMode != AppOpsManager.MODE_ALLOWED in startOperation()2253 && (!startIfModeDefault || uidMode != AppOpsManager.MODE_DEFAULT)) { in startOperation()2254 if (DEBUG) Slog.d(TAG, "noteOperation: uid reject #" + uidMode + " for code " in startOperation()2262 return uidMode; in startOperation()