Home
last modified time | relevance | path

Searched refs:toLong (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/privacytests/src/android/privacy/
DRapporEncoderTest.java76 assertEquals(768, toLong(encoder.encodeString("Testing"))); in testRapporEncoder_basicIRRTest()
97 assertEquals(expectedPrrValue, toLong(encoder1.encodeBits(toBytes(inputValue)))); in testRapporEncoder_IRRWithPRR()
112 toLong(encoder2.encodeBits(toBytes(expectedPrrValue)))); in testRapporEncoder_IRRWithPRR()
125 assertEquals(expectedPrrAndIrrValue, toLong(encoder3.encodeBits(toBytes(inputValue)))); in testRapporEncoder_IRRWithPRR()
146 assertEquals(prrValue, toLong(encoder1.encodeBits(toBytes(inputValue)))); in testRapporEncoder_ensureSecureEncoderIsSecure()
161 hasDifferentResult2 |= (prrAndIrrValue != toLong( in testRapporEncoder_ensureSecureEncoderIsSecure()
180 hasDifferentResults3 |= (prrAndIrrValue != toLong( in testRapporEncoder_ensureSecureEncoderIsSecure()
192 private static long toLong(byte[] bytes) { in toLong() method in RapporEncoderTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DBatteryStateSnapshot.kt50 NO_ESTIMATE_AVAILABLE.toLong(),
51 NO_ESTIMATE_AVAILABLE.toLong(),
52 NO_ESTIMATE_AVAILABLE.toLong(),
53 NO_ESTIMATE_AVAILABLE.toLong(),
/frameworks/libs/net/common/devicetests/com/android/testutils/
DHandlerUtils.kt28 fun HandlerThread.waitForIdle(timeoutMs: Int) = threadHandler.waitForIdle(timeoutMs.toLong()) in HandlerThread()
30 fun Handler.waitForIdle(timeoutMs: Int) = waitForIdle(timeoutMs.toLong()) in HandlerThread()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/fuelgauge/
DEstimate.kt53 ESTIMATE_MILLIS_UNKNOWN.toLong()), in getCachedEstimateIfAvailable()
57 AVERAGE_TIME_TO_DISCHARGE_UNKNOWN.toLong())) in getCachedEstimateIfAvailable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt275 anim.duration = SPRING_BACK_ANIMATION_LENGTH_MS.toLong() in <lambda>()
293 anim.duration = SPRING_BACK_ANIMATION_LENGTH_MS.toLong() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt303 var duration = StackStateAnimator.ANIMATION_DURATION_WAKEUP.toLong() in startVisibilityAnimation()
305 duration = (duration.toFloat() / 1.5F).toLong(); in startVisibilityAnimation()
/frameworks/base/tests/net/integration/src/com/android/server/net/integrationtests/
DTestNetworkStackService.kt80 doReturn(responseBytes.size.toLong()).`when`(connection).contentLengthLong in openConnection()
/frameworks/base/config/
Dboot-image-profile.txt31074 HSPLorg/json/JSON;->toLong(Ljava/lang/Object;)Ljava/lang/Long;
/frameworks/base/non-updatable-api/
Dcurrent.txt22499 method public static long toLong(long, int);
/frameworks/base/api/
Dcurrent.txt22499 method public static long toLong(long, int);