Searched refs:MSG_SET_ACTIVE (Results 1 – 2 of 2) sorted by relevance
43 private static final int MSG_SET_ACTIVE = 2; field in ConnectionServiceAdapterServant103 case MSG_SET_ACTIVE:341 mHandler.obtainMessage(MSG_SET_ACTIVE, connectionId).sendToTarget();
394 static final int MSG_SET_ACTIVE = 4; field in InputMethodManager478 case MSG_SET_ACTIVE: { in handleMessage()623 mH.obtainMessage(MSG_SET_ACTIVE, active ? 1 : 0, fullscreen ? 1 : 0).sendToTarget();