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.java812 String compareValue = "", currentValue; in createList() local
827 compareValue = names.get(i).trim(); in createList()
828 if (D) Log.d(TAG, "compareValue=" + compareValue); in createList()
834 if (currentValue.equals(compareValue)) { in createList()
854 compareValue = appParamValue.searchValue.trim().toLowerCase(); in createList()
867 .startsWith(compareValue.toLowerCase()))) { in createList()