Searched refs:MSG_SET_ACTIVE (Results 1 – 4 of 4) sorted by relevance
46 private static final int MSG_SET_ACTIVE = 1; field in DisplayWhiteBalanceSettings143 Message msg = mHandler.obtainMessage(MSG_SET_ACTIVE, activated ? 1 : 0, 0); in onDisplayWhiteBalanceStatusChanged()186 case MSG_SET_ACTIVE: in handleMessage()
44 private static final int MSG_SET_ACTIVE = 2; field in ConnectionServiceAdapterServant123 case MSG_SET_ACTIVE:424 mHandler.obtainMessage(MSG_SET_ACTIVE, connectionId).sendToTarget();
703 private static final int MSG_SET_ACTIVE = 4; field in InputMethodManager1260 case MSG_SET_ACTIVE: { in handleMessage()1452 mH.obtainMessage(MSG_SET_ACTIVE, active ? 1 : 0, fullscreen ? 1 : 0).sendToTarget();1469 mH.obtainMessage(MSG_SET_ACTIVE, 0 /* active */, fullscreen ? 1 : 0).sendToTarget();1470 mH.obtainMessage(MSG_SET_ACTIVE, 1 /* active */, fullscreen ? 1 : 0).sendToTarget();
51431 Landroid/telecom/ConnectionServiceAdapterServant;->MSG_SET_ACTIVE:I59894 Landroid/view/inputmethod/InputMethodManager;->MSG_SET_ACTIVE:I