Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java596 String compareValue = "", currentValue; in createList() local
605 compareValue = names.get(i).trim(); in createList()
606 if (D) Log.d(TAG, "compareValue=" + compareValue); in createList()
611 if (currentValue.startsWith(compareValue)) { in createList()
622 compareValue = searchValue.trim(); in createList()
628 if (searchValue == null || currentValue.startsWith(compareValue)) { in createList()