Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DClonedSecureRandomTest.java66 private Intent mSeparateIntent; field in ClonedSecureRandomTest
86 mSeparateIntent = new Intent(getContext(), SecureRandomService.class); in setUp()
132 getContext().startService(mSeparateIntent); in testCheckForDuplicateOutput()
133 getContext().bindService(mSeparateIntent, mServiceConnection, 0); in testCheckForDuplicateOutput()
163 getContext().stopService(mSeparateIntent); in testCheckForDuplicateOutput()