Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarDemoMode.java112 dispatchDemoCommandToView(command, args, mClockView); in dispatchDemoCommand()
115 dispatchDemoCommandToView(command, args, mOperatorNameView); in dispatchDemoCommand()
139 private void dispatchDemoCommandToView(String command, Bundle args, View v) { in dispatchDemoCommandToView() method in StatusBarDemoMode