Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java257 String batchID = Long.toString(timeStamp); in updateActiveNotification() local
260 if (mNotifications.containsKey(batchID)) { in updateActiveNotification()
281 mNotifications.put(batchID, item); in updateActiveNotification()
283 if (V) Log.v(TAG, "ID=" + item.id + "; batchID=" + batchID + "; totoalCurrent" in updateActiveNotification()