HomeSort by relevance Sort by last modified time
    Searched defs:searchValue (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 463 public String searchValue;
486 searchValue = "";
498 + " searchValue=" + searchValue + " searchAttr=" + searchAttr + " needTag="
535 appParamValue.searchValue = new String(appParam, i + 1, length-1);
537 appParamValue.searchValue = new String(appParam, i + 1, length);
586 final int maxListCount, final int listStartOffset, final String searchValue,
597 itemsFound = createList(maxListCount, listStartOffset, searchValue, result,
600 itemsFound = createList(maxListCount, listStartOffset, searchValue, result,
630 final String searchValue, StringBuilder result, String type)
    [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 558 milliseconds