Searched refs:mAcceptableLeftDistance (Results 1 – 2 of 2) sorted by relevance
37 private final @IntRange(from = 0L, to = AppOpsManager._NUM_OP - 1) int mAcceptableLeftDistance; field in MessageSamplingConfig80 this.mAcceptableLeftDistance = acceptableLeftDistance; in MessageSamplingConfig()82 IntRange.class, null, mAcceptableLeftDistance, in MessageSamplingConfig()106 return mAcceptableLeftDistance; in getAcceptableLeftDistance()124 dest.writeInt(mAcceptableLeftDistance); in writeToParcel()148 this.mAcceptableLeftDistance = acceptableLeftDistance; in MessageSamplingConfig()150 IntRange.class, null, mAcceptableLeftDistance, in MessageSamplingConfig()
352 private int mAcceptableLeftDistance = 0; field in AppOpsService5855 return new MessageSamplingConfig(mSampledAppOpCode, mAcceptableLeftDistance, in reportRuntimeAppOpAccessMessageAndGetConfig()5890 if (mAcceptableLeftDistance < newLeftDistance) { in reportRuntimeAppOpAccessMessageInternalLocked()5894 if (mAcceptableLeftDistance > newLeftDistance) { in reportRuntimeAppOpAccessMessageInternalLocked()5895 mAcceptableLeftDistance = newLeftDistance; in reportRuntimeAppOpAccessMessageInternalLocked()5965 mAcceptableLeftDistance = _NUM_OP; in resampleAppOpForPackageLocked()