Home
last modified time | relevance | path

Searched defs:cancelBtn (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/sim/smartForwarding/
H A DMDNHandlerFragment.java51 Button cancelBtn = view.findViewById(R.id.cancel); in onCreateView() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPatternViewController.java237 View cancelBtn = mView.findViewById(R.id.cancel_button); in onViewAttached() local
253 View cancelBtn = mView.findViewById(R.id.cancel_button); in onViewDetached() local
H A DKeyguardPinViewController.java55 View cancelBtn = mView.findViewById(R.id.cancel_button); in onViewAttached() local
H A DKeyguardPasswordViewController.java153 View cancelBtn = mView.findViewById(R.id.cancel_button); in onViewAttached() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenRecordDialog.java82 TextView cancelBtn = findViewById(R.id.button_cancel); in onCreate() local