Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapbMessage.java447 public void expect(String subString, String subString2) throws IllegalArgumentException { in expect() argument
453 if (!line.toUpperCase().contains(subString2.toUpperCase())) { in expect()