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

  /frameworks/ex/common/java/com/android/common/
Search.java 95 final String contentPath = searchable.getSuggestPath();
96 if (contentPath != null) {
97 uriBuilder.appendEncodedPath(contentPath);
  /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 )
828 i->contentPath = ASTRDUP(androidOut);
942 return _getFullFilePath(i->contentPath, imageName);
1000 return _getFullFilePath(i->contentPath, imageName)
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 565 milliseconds