Home
last modified time | relevance | path

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

12345678910

/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
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 …]
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 …]
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 …]
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 …]
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 …]
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()
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()
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()
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()
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()
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/wifi/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java160 private int mUpdateIdentifier = Integer.MIN_VALUE;
179 private int mCredentialPriority = Integer.MIN_VALUE;
199 private long mSubscriptionCreationTimeInMillis = Long.MIN_VALUE;
219 private long mSubscriptionExpirationTimeInMillis = Long.MIN_VALUE;
256 private long mUsageLimitUsageTimePeriodInMinutes = Long.MIN_VALUE;
276 private long mUsageLimitStartTimeInMillis = Long.MIN_VALUE;
296 private long mUsageLimitDataLimit = Long.MIN_VALUE;
314 private long mUsageLimitTimeLimitInMinutes = Long.MIN_VALUE;
485 mSubscriptionCreationTimeInMillis != Long.MIN_VALUE in toString()
488 mSubscriptionExpirationTimeInMillis != Long.MIN_VALUE in toString()
[all …]
/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.java122 int firstId = Integer.MIN_VALUE; in testManyScrolls()
123 int firstTop = Integer.MIN_VALUE; in testManyScrolls()
142 firstId = Integer.MIN_VALUE; in testManyScrolls()
143 firstTop = Integer.MIN_VALUE; in testManyScrolls()
/frameworks/base/core/java/android/os/
DBatteryManager.java303 return Long.MIN_VALUE; in queryProperty()
312 ret = Long.MIN_VALUE; in queryProperty()
331 if (value == Long.MIN_VALUE && mContext != null in getIntProperty()
334 return Integer.MIN_VALUE; in getIntProperty()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java551 private long mTouchEndedTimestampNanos = Long.MIN_VALUE;
835 mLastFilteredTimestampNanos = Long.MIN_VALUE; in resetLocked()
839 mFlatTimestampNanos = Long.MIN_VALUE; in resetLocked()
841 mSwingTimestampNanos = Long.MIN_VALUE; in resetLocked()
843 mAccelerationTimestampNanos = Long.MIN_VALUE; in resetLocked()
951 mPredictedRotationTimestampNanos = Long.MIN_VALUE; in clearPredictedRotationLocked()
967 mTiltHistoryTimestampNanos[0] = Long.MIN_VALUE; in clearTiltHistoryLocked()
975 mTiltHistoryTimestampNanos[mTiltHistoryIndex] = Long.MIN_VALUE; in addTiltHistoryEntryLocked()
1006 return mTiltHistoryTimestampNanos[index] != Long.MIN_VALUE ? index : -1; in nextTiltHistoryIndexLocked()
1021 private long mTouchEndedTimestampNanos = Long.MIN_VALUE;
[all …]
/frameworks/base/tests/net/java/android/net/
DNetworkStatsHistoryTest.java94 entry = history.getValues(Long.MIN_VALUE, Long.MAX_VALUE, entry); in testReadOriginalVersion()
432 assertEquals(Long.MIN_VALUE, performVarLong(Long.MIN_VALUE)); in testVarLong()
434 assertEquals(Long.MIN_VALUE + 40, performVarLong(Long.MIN_VALUE + 40)); in testVarLong()
460 assertIndexBeforeAfter(stats, 0, 0, Long.MIN_VALUE); in testIndexBeforeAfter()
502 assertFalse(stats.intersects(Long.MAX_VALUE, Long.MIN_VALUE)); in testIntersects()
504 assertTrue(stats.intersects(Long.MIN_VALUE, Long.MAX_VALUE)); in testIntersects()
511 assertFalse(stats.intersects(Long.MIN_VALUE, TEST_START - 1)); in testIntersects()
512 assertTrue(stats.intersects(Long.MIN_VALUE, TEST_START)); in testIntersects()
513 assertTrue(stats.intersects(Long.MIN_VALUE, TEST_START + 1)); in testIntersects()
548 long lastStart = Long.MIN_VALUE; in assertConsistent()
[all …]
/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/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/location/java/android/location/
DGpsMeasurement.java704 mCarrierCycles = Long.MIN_VALUE; in resetCarrierCycles()
837 mBitNumber = Integer.MIN_VALUE; in resetBitNumber()
870 mTimeFromLastBitInMs = Short.MIN_VALUE; in resetTimeFromLastBitInMs()
1371 setPrn(Byte.MIN_VALUE); in initialize()
1372 setTimeOffsetInNs(Long.MIN_VALUE); in initialize()
1374 setReceivedGpsTowInNs(Long.MIN_VALUE); in initialize()
1376 setCn0InDbHz(Double.MIN_VALUE); in initialize()
1377 setPseudorangeRateInMetersPerSec(Double.MIN_VALUE); in initialize()
1378 setPseudorangeRateUncertaintyInMetersPerSec(Double.MIN_VALUE); in initialize()
1380 setAccumulatedDeltaRangeInMeters(Double.MIN_VALUE); in initialize()
[all …]
DGnssMeasurement.java1058 mCarrierCycles = Long.MIN_VALUE; in resetCarrierCycles()
1521 setTimeOffsetNanos(Long.MIN_VALUE); in initialize()
1523 setReceivedSvTimeNanos(Long.MIN_VALUE); in initialize()
1525 setCn0DbHz(Double.MIN_VALUE); in initialize()
1526 setPseudorangeRateMetersPerSecond(Double.MIN_VALUE); in initialize()
1527 setPseudorangeRateUncertaintyMetersPerSecond(Double.MIN_VALUE); in initialize()
1529 setAccumulatedDeltaRangeMeters(Double.MIN_VALUE); in initialize()
1530 setAccumulatedDeltaRangeUncertaintyMeters(Double.MIN_VALUE); in initialize()
/frameworks/base/services/core/java/com/android/server/wm/
DWallpaperController.java77 private int mLastWallpaperDisplayOffsetX = Integer.MIN_VALUE;
78 private int mLastWallpaperDisplayOffsetY = Integer.MIN_VALUE;
296 if (mLastWallpaperDisplayOffsetX != Integer.MIN_VALUE) { in updateWallpaperOffset()
311 if (mLastWallpaperDisplayOffsetY != Integer.MIN_VALUE) { in updateWallpaperOffset()
417 if (target.mWallpaperDisplayOffsetX != Integer.MIN_VALUE) { in updateWallpaperOffsetLocked()
419 } else if (changingTarget.mWallpaperDisplayOffsetX != Integer.MIN_VALUE) { in updateWallpaperOffsetLocked()
422 if (target.mWallpaperDisplayOffsetY != Integer.MIN_VALUE) { in updateWallpaperOffsetLocked()
424 } else if (changingTarget.mWallpaperDisplayOffsetY != Integer.MIN_VALUE) { in updateWallpaperOffsetLocked()
594 if (mWallpaperTarget.mWallpaperDisplayOffsetX != Integer.MIN_VALUE) { in adjustWallpaperWindows()
597 if (mWallpaperTarget.mWallpaperDisplayOffsetY != Integer.MIN_VALUE) { in adjustWallpaperWindows()
[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()

12345678910