Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java163 mLockIcon.setOnClickListener(this::handleLockClick); in KeyguardIndicationController()
206 private void handleLockClick(View view) { in handleLockClick() method in KeyguardIndicationController