Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java408 int inboundFailNumber = 0; in updateCompletedNotification() local
499 inboundFailNumber++; in updateCompletedNotification()
505 Log.v(TAG, "inbound: succ-" + inboundSuccNumber + " fail-" + inboundFailNumber); in updateCompletedNotification()
509 inboundNum = inboundSuccNumber + inboundFailNumber; in updateCompletedNotification()
513 .getQuantityString(R.plurals.noti_caption_unsuccessful, inboundFailNumber, in updateCompletedNotification()
514 inboundFailNumber); in updateCompletedNotification()