Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java348 static String formatResultText(int countSuccess, int countUnsuccessful, Context context) { in formatResultText() argument
353 mapUnsuccessful.put("count", countUnsuccessful); in formatResultText()