Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java3274 dispatchDemoCommandToView(command, args, R.id.clock); in dispatchDemoCommand()
3277 dispatchDemoCommandToView(command, args, R.id.battery); in dispatchDemoCommand()
3315 private void dispatchDemoCommandToView(String command, Bundle args, int id) { in dispatchDemoCommandToView() method in PhoneStatusBar