Searched refs:mSeparateIntent (Results 1 – 1 of 1) sorted by relevance
66 private Intent mSeparateIntent; field in ClonedSecureRandomTest86 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()