Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
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()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java378 private int mAcceptableLeftDistance = 0; field in AppOpsService
6784 return new MessageSamplingConfig(mSampledAppOpCode, mAcceptableLeftDistance,
6819 if (mAcceptableLeftDistance < newLeftDistance
6824 if (mAcceptableLeftDistance > newLeftDistance
6826 mAcceptableLeftDistance = newLeftDistance;
6908 mAcceptableLeftDistance = _NUM_OP - 1;