Home
last modified time | relevance | path

Searched refs:MIN_VALUE (Results 1 – 25 of 200) sorted by relevance

12345678

/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
DProtoInputStreamUInt64Test.java120 assertEquals(Integer.MIN_VALUE, results[3]); in testRead()
122 assertEquals(Long.MIN_VALUE, results[5]); in testRead()
133 testReadCompat(Integer.MIN_VALUE); in testReadCompat()
135 testReadCompat(Long.MIN_VALUE); in testReadCompat()
287 assertEquals(Integer.MIN_VALUE, results[3][0]); in testRepeated()
288 assertEquals(Integer.MIN_VALUE, results[3][1]); in testRepeated()
291 assertEquals(Long.MIN_VALUE, results[5][0]); in testRepeated()
292 assertEquals(Long.MIN_VALUE, results[5][1]); in testRepeated()
302 testRepeatedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
462 assertEquals(Integer.MIN_VALUE, results[3][0]); in testPacked()
[all …]
DProtoInputStreamSFixed64Test.java123 assertEquals(Integer.MIN_VALUE, results[3]); in testRead()
125 assertEquals(Long.MIN_VALUE, results[5]); in testRead()
136 testReadCompat(Integer.MIN_VALUE); in testReadCompat()
138 testReadCompat(Long.MIN_VALUE); in testReadCompat()
297 assertEquals(Integer.MIN_VALUE, results[3][0]); in testRepeated()
298 assertEquals(Integer.MIN_VALUE, results[3][1]); in testRepeated()
301 assertEquals(Long.MIN_VALUE, results[5][0]); in testRepeated()
302 assertEquals(Long.MIN_VALUE, results[5][1]); in testRepeated()
312 testRepeatedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
468 assertEquals(Integer.MIN_VALUE, results[3][0]); in testPacked()
[all …]
DProtoInputStreamSInt64Test.java118 assertEquals(Integer.MIN_VALUE, results[3]); in testRead()
120 assertEquals(Long.MIN_VALUE, results[5]); in testRead()
131 testReadCompat(Integer.MIN_VALUE); in testReadCompat()
133 testReadCompat(Long.MIN_VALUE); in testReadCompat()
282 assertEquals(Integer.MIN_VALUE, results[3][0]); in testRepeated()
283 assertEquals(Integer.MIN_VALUE, results[3][1]); in testRepeated()
286 assertEquals(Long.MIN_VALUE, results[5][0]); in testRepeated()
287 assertEquals(Long.MIN_VALUE, results[5][1]); in testRepeated()
297 testRepeatedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
443 assertEquals(Integer.MIN_VALUE, results[3][0]); in testPacked()
[all …]
DProtoInputStreamInt64Test.java121 assertEquals(Integer.MIN_VALUE, results[3]); in testRead()
123 assertEquals(Long.MIN_VALUE, results[5]); in testRead()
134 testReadCompat(Integer.MIN_VALUE); in testReadCompat()
136 testReadCompat(Long.MIN_VALUE); in testReadCompat()
289 assertEquals(Integer.MIN_VALUE, results[3][0]); in testRepeated()
290 assertEquals(Integer.MIN_VALUE, results[3][1]); in testRepeated()
293 assertEquals(Long.MIN_VALUE, results[5][0]); in testRepeated()
294 assertEquals(Long.MIN_VALUE, results[5][1]); in testRepeated()
304 testRepeatedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
466 assertEquals(Integer.MIN_VALUE, results[3][0]); in testPacked()
[all …]
DProtoInputStreamFixed64Test.java123 assertEquals(Integer.MIN_VALUE, results[3]); in testRead()
125 assertEquals(Long.MIN_VALUE, results[5]); in testRead()
136 testReadCompat(Integer.MIN_VALUE); in testReadCompat()
138 testReadCompat(Long.MIN_VALUE); in testReadCompat()
297 assertEquals(Integer.MIN_VALUE, results[3][0]); in testRepeated()
298 assertEquals(Integer.MIN_VALUE, results[3][1]); in testRepeated()
301 assertEquals(Long.MIN_VALUE, results[5][0]); in testRepeated()
302 assertEquals(Long.MIN_VALUE, results[5][1]); in testRepeated()
312 testRepeatedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
468 assertEquals(Integer.MIN_VALUE, results[3][0]); in testPacked()
[all …]
DProtoInputStreamSInt32Test.java102 assertEquals(Integer.MIN_VALUE, results[3]); in testRead()
113 testReadCompat(Integer.MIN_VALUE); in testReadCompat()
238 assertEquals(Integer.MIN_VALUE, results[3][0]); in testRepeated()
239 assertEquals(Integer.MIN_VALUE, results[3][1]); in testRepeated()
249 testRepeatedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
372 assertEquals(Integer.MIN_VALUE, results[3][0]); in testPacked()
373 assertEquals(Integer.MIN_VALUE, results[3][1]); in testPacked()
383 testPackedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testPackedCompat()
DProtoInputStreamUInt32Test.java104 assertEquals(Integer.MIN_VALUE, results[3]); in testRead()
115 testReadCompat(Integer.MIN_VALUE); in testReadCompat()
243 assertEquals(Integer.MIN_VALUE, results[3][0]); in testRepeated()
244 assertEquals(Integer.MIN_VALUE, results[3][1]); in testRepeated()
254 testRepeatedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
389 assertEquals(Integer.MIN_VALUE, results[3][0]); in testPacked()
390 assertEquals(Integer.MIN_VALUE, results[3][1]); in testPacked()
400 testPackedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testPackedCompat()
DProtoInputStreamSFixed32Test.java102 assertEquals(Integer.MIN_VALUE, results[3]); in testRead()
113 testReadCompat(Integer.MIN_VALUE); in testReadCompat()
238 assertEquals(Integer.MIN_VALUE, results[3][0]); in testRepeated()
239 assertEquals(Integer.MIN_VALUE, results[3][1]); in testRepeated()
249 testRepeatedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
372 assertEquals(Integer.MIN_VALUE, results[3][0]); in testPacked()
373 assertEquals(Integer.MIN_VALUE, results[3][1]); in testPacked()
383 testPackedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testPackedCompat()
DProtoInputStreamFixed32Test.java102 assertEquals(Integer.MIN_VALUE, results[3]); in testRead()
113 testReadCompat(Integer.MIN_VALUE); in testReadCompat()
238 assertEquals(Integer.MIN_VALUE, results[3][0]); in testRepeated()
239 assertEquals(Integer.MIN_VALUE, results[3][1]); in testRepeated()
249 testRepeatedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
372 assertEquals(Integer.MIN_VALUE, results[3][0]); in testPacked()
373 assertEquals(Integer.MIN_VALUE, results[3][1]); in testPacked()
383 testPackedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testPackedCompat()
DProtoInputStreamInt32Test.java104 assertEquals(Integer.MIN_VALUE, results[3]); in testRead()
115 testReadCompat(Integer.MIN_VALUE); in testReadCompat()
244 assertEquals(Integer.MIN_VALUE, results[3][0]); in testRepeated()
245 assertEquals(Integer.MIN_VALUE, results[3][1]); in testRepeated()
255 testRepeatedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
390 assertEquals(Integer.MIN_VALUE, results[3][0]); in testPacked()
391 assertEquals(Integer.MIN_VALUE, results[3][1]); in testPacked()
401 testPackedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testPackedCompat()
DProtoInputStreamEnumTest.java104 assertEquals(Integer.MIN_VALUE, results[3]); in testRead()
115 testReadCompat(Integer.MIN_VALUE); in testReadCompat()
244 assertEquals(Integer.MIN_VALUE, results[3][0]); in testRepeated()
245 assertEquals(Integer.MIN_VALUE, results[3][1]); in testRepeated()
256 testRepeatedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat()
391 assertEquals(Integer.MIN_VALUE, results[3][0]); in testPacked()
392 assertEquals(Integer.MIN_VALUE, results[3][1]); in testPacked()
DProtoInputStreamDoubleTest.java141 assertEquals(Double.MIN_VALUE, results[5]); in testRead()
156 testReadCompat(Double.MIN_VALUE); in testReadCompat()
344 assertEquals(Double.MIN_VALUE, results[5][0]); in testRepeated()
345 assertEquals(Double.MIN_VALUE, results[5][1]); in testRepeated()
360 Double.MIN_NORMAL, Double.MIN_VALUE, Double.NEGATIVE_INFINITY, Double.NaN, in testRepeatedCompat()
544 assertEquals(Double.MIN_VALUE, results[5][0]); in testPacked()
545 assertEquals(Double.MIN_VALUE, results[5][1]); in testPacked()
560 Double.MIN_NORMAL, Double.MIN_VALUE, Double.NEGATIVE_INFINITY, Double.NaN, in testPackedCompat()
DProtoInputStreamFloatTest.java132 assertEquals(Float.MIN_VALUE, results[5]); in testRead()
147 testReadCompat(Float.MIN_VALUE); in testReadCompat()
317 assertEquals(Float.MIN_VALUE, results[5][0]); in testRepeated()
318 assertEquals(Float.MIN_VALUE, results[5][1]); in testRepeated()
333 Float.MIN_NORMAL, Float.MIN_VALUE, Float.NEGATIVE_INFINITY, Float.NaN, in testRepeatedCompat()
497 assertEquals(Float.MIN_VALUE, results[5][0]); in testPacked()
498 assertEquals(Float.MIN_VALUE, results[5][1]); in testPacked()
513 Float.MIN_NORMAL, Float.MIN_VALUE, Float.NEGATIVE_INFINITY, Float.NaN, in testPackedCompat()
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
DGridTouchVerticalSpacingTest.java106 int firstId = Integer.MIN_VALUE; in testManyScrolls()
107 int firstTop = Integer.MIN_VALUE; in testManyScrolls()
127 firstId = Integer.MIN_VALUE; in testManyScrolls()
128 firstTop = Integer.MIN_VALUE; in testManyScrolls()
DGridTouchVerticalSpacingStackFromBottomTest.java124 int firstId = Integer.MIN_VALUE; in testManyScrolls()
125 int firstTop = Integer.MIN_VALUE; in testManyScrolls()
144 firstId = Integer.MIN_VALUE; in testManyScrolls()
145 firstTop = Integer.MIN_VALUE; in testManyScrolls()
/frameworks/base/core/java/android/app/compat/
DPackageOverride.java99 if (mMinVersionCode == Long.MIN_VALUE && mMaxVersionCode == Long.MAX_VALUE) { in evaluateForAllVersions()
143 if (mMinVersionCode == Long.MIN_VALUE && mMaxVersionCode == Long.MAX_VALUE) { in toString()
153 private long mMinVersionCode = Long.MIN_VALUE;
/frameworks/base/core/java/android/view/
DKeyboardShortcutInfo.java20 import static java.lang.Character.MIN_VALUE;
54 mBaseCharacter = MIN_VALUE; in KeyboardShortcutInfo()
85 checkArgument(baseCharacter != MIN_VALUE); in KeyboardShortcutInfo()
/frameworks/base/core/java/android/widget/
DAlphabetIndexer.java173 if (Integer.MIN_VALUE != (pos = alphaMap.get(key, Integer.MIN_VALUE))) { in getPositionForSection()
190 int prevLetterPos = alphaMap.get(prevLetter, Integer.MIN_VALUE); in getPositionForSection()
191 if (prevLetterPos != Integer.MIN_VALUE) { in getPositionForSection()
/frameworks/base/core/java/android/os/
DBatteryManager.java302 return Long.MIN_VALUE; in queryProperty()
311 ret = Long.MIN_VALUE; in queryProperty()
330 if (value == Long.MIN_VALUE && mContext != null in getIntProperty()
333 return Integer.MIN_VALUE; in getIntProperty()
/frameworks/libs/net/common/framework/com/android/net/module/util/
DConnectivityUtils.java62 if (value < Integer.MIN_VALUE) { in saturatedCast()
63 return Integer.MIN_VALUE; in saturatedCast()
/frameworks/base/location/java/android/location/
DGpsMeasurement.java707 mCarrierCycles = Long.MIN_VALUE; in resetCarrierCycles()
840 mBitNumber = Integer.MIN_VALUE; in resetBitNumber()
873 mTimeFromLastBitInMs = Short.MIN_VALUE; in resetTimeFromLastBitInMs()
1374 setPrn(Byte.MIN_VALUE); in initialize()
1375 setTimeOffsetInNs(Long.MIN_VALUE); in initialize()
1377 setReceivedGpsTowInNs(Long.MIN_VALUE); in initialize()
1379 setCn0InDbHz(Double.MIN_VALUE); in initialize()
1380 setPseudorangeRateInMetersPerSec(Double.MIN_VALUE); in initialize()
1381 setPseudorangeRateUncertaintyInMetersPerSec(Double.MIN_VALUE); in initialize()
1383 setAccumulatedDeltaRangeInMeters(Double.MIN_VALUE); in initialize()
[all …]
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZoneFilterTypeAdapter.java204 if (num != Integer.MIN_VALUE) { in performFiltering()
349 int num = Integer.MIN_VALUE; in parseNum()
361 return Integer.MIN_VALUE; in parseNum()
370 return Integer.MIN_VALUE; in parseNum()
383 return Integer.MIN_VALUE; in parseNum()
389 return Integer.MIN_VALUE; in parseNum()
/frameworks/base/services/core/java/com/android/server/wm/
DWallpaperController.java79 private int mLastWallpaperDisplayOffsetX = Integer.MIN_VALUE;
80 private int mLastWallpaperDisplayOffsetY = Integer.MIN_VALUE;
312 if (mLastWallpaperDisplayOffsetX != Integer.MIN_VALUE) { in updateWallpaperOffset()
327 if (mLastWallpaperDisplayOffsetY != Integer.MIN_VALUE) { in updateWallpaperOffset()
455 if (target.mWallpaperDisplayOffsetX != Integer.MIN_VALUE) { in updateWallpaperOffsetLocked()
457 } else if (changingTarget.mWallpaperDisplayOffsetX != Integer.MIN_VALUE) { in updateWallpaperOffsetLocked()
460 if (target.mWallpaperDisplayOffsetY != Integer.MIN_VALUE) { in updateWallpaperOffsetLocked()
462 } else if (changingTarget.mWallpaperDisplayOffsetY != Integer.MIN_VALUE) { in updateWallpaperOffsetLocked()
637 if (mWallpaperTarget.mWallpaperDisplayOffsetX != Integer.MIN_VALUE) { in adjustWallpaperWindows()
640 if (mWallpaperTarget.mWallpaperDisplayOffsetY != Integer.MIN_VALUE) { in adjustWallpaperWindows()
[all …]
DWindowOrientationListener.java605 private long mTouchEndedTimestampNanos = Long.MIN_VALUE;
889 mLastFilteredTimestampNanos = Long.MIN_VALUE; in resetLocked()
893 mFlatTimestampNanos = Long.MIN_VALUE; in resetLocked()
895 mSwingTimestampNanos = Long.MIN_VALUE; in resetLocked()
897 mAccelerationTimestampNanos = Long.MIN_VALUE; in resetLocked()
1005 mPredictedRotationTimestampNanos = Long.MIN_VALUE; in clearPredictedRotationLocked()
1021 mTiltHistoryTimestampNanos[0] = Long.MIN_VALUE; in clearTiltHistoryLocked()
1029 mTiltHistoryTimestampNanos[mTiltHistoryIndex] = Long.MIN_VALUE; in addTiltHistoryEntryLocked()
1060 return mTiltHistoryTimestampNanos[index] != Long.MIN_VALUE ? index : -1; in nextTiltHistoryIndexLocked()
1076 private long mTouchEndedTimestampNanos = Long.MIN_VALUE;
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/
DSharedPreferencesLogger.java124 } else if (longVal < Integer.MIN_VALUE) { in logValue()
125 intVal = Integer.MIN_VALUE; in logValue()
137 } else if (floatValue < Integer.MIN_VALUE) { in logValue()
138 intVal = Integer.MIN_VALUE; in logValue()

12345678