Searched refs:getRevision (Results 1 - 16 of 16) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
H A DEuiccSpecVersion.java100 public int getRevision() { method in class:EuiccSpecVersion
116 if (getRevision() > that.getRevision()) {
118 } else if (getRevision() < that.getRevision()) {
/frameworks/support/slices/core/src/main/java/androidx/slice/
H A DSliceSpec.java63 public int getRevision() { method in class:SliceSpec
H A DSliceConvert.java78 return new android.app.slice.SliceSpec(spec.getType(), spec.getRevision());
130 return new androidx.slice.SliceSpec(spec.getType(), spec.getRevision());
H A DSlice.java159 b.putInt(SPEC_REVISION, mSpec.getRevision());
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
H A DCamera2UtilsTest.java150 assertEquals(0, setUp.getRevision());
156 long revision = settings.getRevision();
158 assertEquals(shouldHaveChanged ? revision + 1 : revision, settings.getRevision());
186 long revision = settings.getRevision();
188 assertEquals(shouldHaveChanged ? revision + 1 : revision, settings.getRevision());
299 assertEquals(0, setUp.getRevision());
306 assertEquals(0, setUp.getRevision());
323 assertEquals(original.getRevision(), unchanged.getRevision());
327 assertEquals(original.getRevision(), change
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
H A DEuiccSpecVersionTest.java35 assertEquals(3, ver.getRevision());
43 assertEquals(3, ver.getRevision());
/frameworks/base/core/java/android/app/slice/
H A DSliceSpec.java80 public int getRevision() { method in class:SliceSpec
/frameworks/base/core/java/android/app/timezone/
H A DDistroRulesVersion.java65 public int getRevision() { method in class:DistroRulesVersion
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteBridge.java47 * number of the library is {@link #getApiLevel()}.{@link #getRevision()}
51 int getRevision() throws RemoteException; method in interface:RemoteBridge
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/
H A DRemoteBridgeClient.java68 public int getRevision() { method in class:RemoteBridgeClient
70 return mDelegate.getRevision();
/frameworks/support/slices/core/src/main/java/androidx/slice/compat/
H A DCompatPinnedList.java128 specRevs[i] = String.valueOf(specs.valueAt(i).getRevision());
179 } else if (other.getRevision() < s.getRevision()) {
H A DSliceProviderCompat.java320 revs.add(spec.getRevision());
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
H A DCamera2RequestSettingsSet.java187 public long getRevision() { method in class:Camera2RequestSettingsSet
/frameworks/base/services/core/java/com/android/server/slice/
H A DPinnedSliceState.java84 if (other.getRevision() < s.getRevision()) {
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
H A DRemoteBridgeImpl.java67 public int getRevision() { method in class:RemoteBridgeImpl
68 return mBridge.getRevision();
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 312 milliseconds