Home
last modified time | relevance | path

Searched refs:randomLong (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSecureRandomUtils.java33 public static long randomLong() { in randomLong() method in SecureRandomUtils
H A DLockSettingsService.java1799 salt = SecureRandomUtils.randomLong(); in getSalt()
2790 handle = SecureRandomUtils.randomLong(); in storeGatekeeperPasswordTemporarily()
H A DSyntheticPasswordManager.java1840 final long result = SecureRandomUtils.randomLong(); in generateProtectorId()
/aosp14/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreManagerService.java240 final long randomLong = mRandom.nextLong(); in generateNextSessionIdLocked() local
241 sessionId = (randomLong == Long.MIN_VALUE) ? INVALID_BLOB_ID : Math.abs(randomLong); in generateNextSessionIdLocked()