Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DMessageSamplingConfig.java73 @IntRange(from = 0L, to = AppOpsManager._NUM_OP - 1) int acceptableLeftDistance, in MessageSamplingConfig()
80 this.mAcceptableLeftDistance = acceptableLeftDistance; in MessageSamplingConfig()
140 int acceptableLeftDistance = in.readInt(); in MessageSamplingConfig() local
148 this.mAcceptableLeftDistance = acceptableLeftDistance; in MessageSamplingConfig()