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.java405 int inboundFailNumber = 0; in updateCompletedNotification() local
492 inboundFailNumber++; in updateCompletedNotification()
498 Log.v(TAG, "inbound: succ-" + inboundSuccNumber + " fail-" + inboundFailNumber); in updateCompletedNotification()
502 inboundNum = inboundSuccNumber + inboundFailNumber; in updateCompletedNotification()
506 .getQuantityString(R.plurals.noti_caption_unsuccessful, inboundFailNumber, in updateCompletedNotification()
507 inboundFailNumber); in updateCompletedNotification()