Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceDelegate.java162 if (!context.bindServiceAsUser(intent, mKeyguardConnection, in bindService()
183 private final ServiceConnection mKeyguardConnection = new ServiceConnection() { field in KeyguardServiceDelegate