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

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchableSource.java 100 String contentPath = mSearchable.getSuggestPath();
101 if (contentPath != null) {
102 uriBuilder.appendEncodedPath(contentPath);
360 final String contentPath = searchable.getSuggestPath();
361 if (contentPath != null) {
362 uriBuilder.appendEncodedPath(contentPath);
402 final String contentPath = searchable.getSuggestPath();
403 if (contentPath != null) {
404 uriBuilder.appendEncodedPath(contentPath);
  /external/qemu/android/avd/
info.c 133 char* contentPath;
180 AFREE(i->contentPath);
325 i->contentPath = iniFile_getString(i->rootIni, ROOT_PATH_KEY);
327 if (i->contentPath == NULL) {
332 D("virtual device content at %s", i->contentPath);
342 p = bufprint(p, end, "%s/config.ini", i->contentPath);
488 p = bufprint(temp, end, "%s/%s", i->contentPath, l->imageFile);
988 p = bufprint(temp, end, "%s/skin", i->contentPath);
993 i->skinDirPath = ASTRDUP(i->contentPath);
999 if (_checkSkinDir(temp, end, i->contentPath, skinName)
    [all...]
  /frameworks/base/core/java/android/app/
SearchManager.java 743 final String contentPath = searchable.getSuggestPath();
744 if (contentPath != null) {
745 uriBuilder.appendEncodedPath(contentPath);
    [all...]
  /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);

Completed in 67 milliseconds