Home
last modified time | relevance | path

Searched defs:IntegerPolicyValue (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DIntegerPolicyValue.java28 public final class IntegerPolicyValue extends PolicyValue<Integer> { class
30 public IntegerPolicyValue(int value) { in IntegerPolicyValue() method in IntegerPolicyValue
34 private IntegerPolicyValue(Parcel source) { in IntegerPolicyValue() method in IntegerPolicyValue