Home
last modified time | relevance | path

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

/packages/services/Car/car-builtin-lib/src/android/car/builtin/keyguard/
DKeyguardServiceDelegate.java150 ComponentName keyguardComponent = ComponentName.unflattenFromString( in bindService() local
152 intent.setComponent(keyguardComponent); in bindService()
156 Slogf.e(TAG, "Keyguard: can't bind to " + keyguardComponent); in bindService()