Home
last modified time | relevance | path

Searched refs:mAcceptableLeftDistance (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DMessageSamplingConfig.java37 private final @IntRange(from = 0L, to = AppOpsManager._NUM_OP - 1) int mAcceptableLeftDistance; field in MessageSamplingConfig
80 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()
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java350 private int mAcceptableLeftDistance = 0; field in AppOpsService
5817 return new MessageSamplingConfig(mSampledAppOpCode, mAcceptableLeftDistance,
5852 if (mAcceptableLeftDistance < newLeftDistance
5857 if (mAcceptableLeftDistance > newLeftDistance
5859 mAcceptableLeftDistance = newLeftDistance;
5942 mAcceptableLeftDistance = _NUM_OP - 1;