Searched refs:securityLogIsLoggingEnabled (Results 1 – 4 of 4) sorted by relevance
418 boolean securityLogIsLoggingEnabled() { in securityLogIsLoggingEnabled() method in DevicePolicyManagerServiceTestable.MockInjector419 return services.settings.securityLogIsLoggingEnabled(); in securityLogIsLoggingEnabled()
444 public boolean securityLogIsLoggingEnabled() { in securityLogIsLoggingEnabled() method in MockSystemServices.SettingsForMock
2184 boolean securityLogIsLoggingEnabled() { in securityLogIsLoggingEnabled() method in DevicePolicyManagerService.Injector2478 if (mInjector.securityLogIsLoggingEnabled()) { in maybeStartSecurityLogMonitorOnActivityManagerReady()6812 if (mInjector.securityLogIsLoggingEnabled()) { in reportFailedPasswordAttempt()6843 if (mInjector.securityLogIsLoggingEnabled()) { in reportSuccessfulPasswordAttempt()6854 if (mInjector.securityLogIsLoggingEnabled()) { in reportFailedBiometricAttempt()6865 if (mInjector.securityLogIsLoggingEnabled()) { in reportSuccessfulBiometricAttempt()6877 if (mInjector.securityLogIsLoggingEnabled()) { in reportKeyguardDismissed()6888 if (mInjector.securityLogIsLoggingEnabled()) { in reportKeyguardSecured()
6183 …om/android/server/devicepolicy/DevicePolicyManagerService$Injector;->securityLogIsLoggingEnabled()Z