Home | History | Annotate | Download | only in opp

Lines Matching defs:NOTIFY

150             if (!mHandler.hasMessages(NOTIFY)) {
152 mHandler.sendMessage(mHandler.obtainMessage(NOTIFY));
157 private static final int NOTIFY = 0;
168 case NOTIFY:
171 if (V) Log.v(TAG, "new notify threadi!");
175 mHandler.sendMessageDelayed(mHandler.obtainMessage(NOTIFY), 1000);
178 mHandler.sendMessageDelayed(mHandler.obtainMessage(NOTIFY), 1000);
336 mNotificationMgr.notify(item.id, b.getNotification());
412 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND, outNoti);
459 mNotificationMgr.notify(NOTIFICATION_ID_INBOUND, inNoti);
505 mNotificationMgr.notify(id, n);