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

  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java 181 final String contentPath = searchable.getSuggestPath();
182 if (contentPath != null) {
183 uriBuilder.appendEncodedPath(contentPath);
  /frameworks/base/core/java/android/app/
SearchManager.java     [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchableSource.java 105 String contentPath = mSearchable.getSuggestPath();
106 if (contentPath != null) {
107 uriBuilder.appendEncodedPath(contentPath);
364 final String contentPath = searchable.getSuggestPath();
365 if (contentPath != null) {
366 uriBuilder.appendEncodedPath(contentPath);
422 final String contentPath = searchable.getSuggestPath();
423 if (contentPath != null) {
424 uriBuilder.appendEncodedPath(contentPath);
  /external/qemu/android/avd/
info.c 141 char* contentPath;
191 AFREE(i->contentPath);
481 i->contentPath = iniFile_getString(i->rootIni, ROOT_PATH_KEY, NULL);
483 if (i->contentPath == NULL) {
488 D("virtual device content at %s", i->contentPath);
570 p = bufprint(p, end, "%s/%s", i->contentPath, fileName);
732 _avdInfo_getCoreHwIniPath(i, i->contentPath) < 0 )
815 i->contentPath = ASTRDUP(androidOut);
929 return _getFullFilePath(i->contentPath, imageName);
987 return _getFullFilePath(i->contentPath, imageName)
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 

Completed in 382 milliseconds