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.java175 if (!mHandler.hasMessages(NOTIFY)) { in updateNotification()
179 mHandler.sendMessage(mHandler.obtainMessage(NOTIFY)); in updateNotification()
184 private static final int NOTIFY = 0; field in BluetoothOppNotification
196 case NOTIFY:
207 mHandler.sendMessageDelayed(mHandler.obtainMessage(NOTIFY), 1000);
212 mHandler.sendMessageDelayed(mHandler.obtainMessage(NOTIFY), 1000);