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()
378 private int mAcceptableLeftDistance = 0; field in AppOpsService6784 return new MessageSamplingConfig(mSampledAppOpCode, mAcceptableLeftDistance,6819 if (mAcceptableLeftDistance < newLeftDistance6824 if (mAcceptableLeftDistance > newLeftDistance6826 mAcceptableLeftDistance = newLeftDistance;6908 mAcceptableLeftDistance = _NUM_OP - 1;