Home
last modified time | relevance | path

Searched refs:NOTIFY (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java176 if (!mHandler.hasMessages(NOTIFY)) { in updateNotification()
180 mHandler.sendMessage(mHandler.obtainMessage(NOTIFY)); in updateNotification()
185 private static final int NOTIFY = 0; field in BluetoothOppNotification
197 case NOTIFY:
208 mHandler.sendMessageDelayed(mHandler.obtainMessage(NOTIFY), 1000);
213 mHandler.sendMessageDelayed(mHandler.obtainMessage(NOTIFY), 1000);