Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceTestable.java410 boolean securityLogIsLoggingEnabled() { in securityLogIsLoggingEnabled() method in DevicePolicyManagerServiceTestable.MockInjector
411 return services.settings.securityLogIsLoggingEnabled(); in securityLogIsLoggingEnabled()
DMockSystemServices.java438 public boolean securityLogIsLoggingEnabled() { in securityLogIsLoggingEnabled() method in MockSystemServices.SettingsForMock
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java2072 boolean securityLogIsLoggingEnabled() { in securityLogIsLoggingEnabled() method in DevicePolicyManagerService.Injector
2361 if (mInjector.securityLogIsLoggingEnabled()) { in maybeStartSecurityLogMonitorOnActivityManagerReady()
6214 if (mInjector.securityLogIsLoggingEnabled()) { in reportFailedPasswordAttempt()
6245 if (mInjector.securityLogIsLoggingEnabled()) { in reportSuccessfulPasswordAttempt()
6256 if (mInjector.securityLogIsLoggingEnabled()) { in reportFailedFingerprintAttempt()
6267 if (mInjector.securityLogIsLoggingEnabled()) { in reportSuccessfulFingerprintAttempt()
6279 if (mInjector.securityLogIsLoggingEnabled()) { in reportKeyguardDismissed()
6290 if (mInjector.securityLogIsLoggingEnabled()) { in reportKeyguardSecured()