Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java162 mLockIcon.setOnLongClickListener(this::handleLockLongClick); in KeyguardIndicationController()
196 private boolean handleLockLongClick(View view) { in handleLockLongClick() method in KeyguardIndicationController