Searched refs:MSG_BUGREPORT_TV (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java829 private static final int MSG_BUGREPORT_TV = 22; field in class:PhoneWindowManager
912 case MSG_BUGREPORT_TV:
3848 Message msg = Message.obtain(mHandler, MSG_BUGREPORT_TV);
3853 mHandler.removeMessages(MSG_BUGREPORT_TV);

Completed in 322 milliseconds