Searched defs:maxRevisionCode (Results 1 - 1 of 1) sorted by relevance

/packages/services/Car/car-lib/src/android/car/content/pm/
H A DAppBlockingPackageInfo.java69 public final int maxRevisionCode; field in class:AppBlockingPackageInfo
84 public AppBlockingPackageInfo(String packageName, int minRevisionCode, int maxRevisionCode, argument
93 this.maxRevisionCode = maxRevisionCode;
103 maxRevisionCode = in.readInt();
119 dest.writeInt(maxRevisionCode);
167 result = prime * result + maxRevisionCode;
192 if (maxRevisionCode != other.maxRevisionCode) {
212 + ", minRevisionCode=" + minRevisionCode + ", maxRevisionCode
[all...]

Completed in 118 milliseconds