Searched refs:toLong (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/tests/privacytests/src/android/privacy/ |
D | RapporEncoderTest.java | 76 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/ |
D | BatteryStateSnapshot.kt | 50 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/ |
D | HandlerUtils.kt | 28 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/ |
D | Estimate.kt | 53 ESTIMATE_MILLIS_UNKNOWN.toLong()), in getCachedEstimateIfAvailable() 57 AVERAGE_TIME_TO_DISCHARGE_UNKNOWN.toLong())) in getCachedEstimateIfAvailable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | PulseExpansionHandler.kt | 275 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/ |
D | NotificationWakeUpCoordinator.kt | 303 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/ |
D | TestNetworkStackService.kt | 80 doReturn(responseBytes.size.toLong()).`when`(connection).contentLengthLong in openConnection()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 31074 HSPLorg/json/JSON;->toLong(Ljava/lang/Object;)Ljava/lang/Long;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 22499 method public static long toLong(long, int);
|
/frameworks/base/api/ |
D | current.txt | 22499 method public static long toLong(long, int);
|