Searched refs:formatResultText (Results 1 – 3 of 3) sorted by relevance
351 public void formatResultText() { in formatResultText() method in BluetoothOppUtilityTest352 String text = BluetoothOppUtility.formatResultText(1, 2, mContext); in formatResultText()
502 BluetoothOppUtility.formatResultText( in updateCompletedNotification()591 BluetoothOppUtility.formatResultText( in updateCompletedNotification()
348 static String formatResultText(int countSuccess, int countUnsuccessful, Context context) { in formatResultText() method in BluetoothOppUtility