Home | History | Annotate | Download | only in content

Lines Matching defs:MSG_WRITE_STATUS

150     private static final int MSG_WRITE_STATUS = 1;
571 if (msg.what == MSG_WRITE_STATUS) {
1288 } else if (!mHandler.hasMessages(MSG_WRITE_STATUS)) {
1289 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_WRITE_STATUS),
2188 mHandler.removeMessages(MSG_WRITE_STATUS);