Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java171 private static final int MSG_SHOW_REAR_DISPLAY_DIALOG = 69 << MSG_SHIFT; field in CommandQueue
1374 mHandler.obtainMessage(MSG_SHOW_REAR_DISPLAY_DIALOG, currentBaseState).sendToTarget(); in showRearDisplayDialog()
1950 case MSG_SHOW_REAR_DISPLAY_DIALOG: in handleMessage()