Home
last modified time | relevance | path

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

/aosp12/packages/apps/KeyChain/robotests/src/com/android/keychain/
H A DKeyChainServiceRoboTest.java146 setUpLoggingAndAccess(true); in testCaInstallSuccessLogging()
156 setUpLoggingAndAccess(true); in testCaInstallFailedLogging()
173 setUpLoggingAndAccess(true); in testCaRemoveSuccessLogging()
185 setUpLoggingAndAccess(true); in testCaRemoveFailedLogging()
198 setUpLoggingAndAccess(false); in testNoLoggingWhenDisabled()
337 private void setUpLoggingAndAccess(boolean loggingEnabled) { in setUpLoggingAndAccess() method in KeyChainServiceRoboTest