Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java401 int outboundFailNumber = 0; in updateCompletedNotification() local
426 outboundFailNumber++; in updateCompletedNotification()
432 Log.v(TAG, "outbound: succ-" + outboundSuccNumber + " fail-" + outboundFailNumber); in updateCompletedNotification()
436 outboundNum = outboundSuccNumber + outboundFailNumber; in updateCompletedNotification()
440 .getQuantityString(R.plurals.noti_caption_unsuccessful, outboundFailNumber, in updateCompletedNotification()
441 outboundFailNumber); in updateCompletedNotification()