Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DClonedSecureRandomTest.java68 private ISecureRandomService mSecureRandomService; field in ClonedSecureRandomTest
72 mSecureRandomService = ISecureRandomService.Stub.asInterface(service);
140 mSecureRandomService.asBinder().linkToDeath(new IBinder.DeathRecipient() { in testCheckForDuplicateOutput()
147 pid = mSecureRandomService.getRandomBytesAndPid(output); in testCheckForDuplicateOutput()