Searched refs:MSG_BRING_TO_FOREGROUND (Results 1 – 1 of 1) sorted by relevance
56 private static final int MSG_BRING_TO_FOREGROUND = 6; field in InCallService92 case MSG_BRING_TO_FOREGROUND:141 mHandler.obtainMessage(MSG_BRING_TO_FOREGROUND, showDialpad ? 1 : 0, 0).sendToTarget(); in bringToForeground()