Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppUtilityTest.java351 public void formatResultText() { in formatResultText() method in BluetoothOppUtilityTest
352 String text = BluetoothOppUtility.formatResultText(1, 2, mContext); in formatResultText()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java502 BluetoothOppUtility.formatResultText( in updateCompletedNotification()
591 BluetoothOppUtility.formatResultText( in updateCompletedNotification()
DBluetoothOppUtility.java348 static String formatResultText(int countSuccess, int countUnsuccessful, Context context) { in formatResultText() method in BluetoothOppUtility