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

  /frameworks/base/core/java/android/content/pm/
PackageUserState.java 30 public boolean installed; field in class:PackageUserState
39 installed = true;
44 installed = o.installed;
  /external/icu4c/common/
locavailable.cpp 132 UResourceBundle installed; local
138 ures_initStackObject(&installed);
140 ures_getByKey(indexLocale, _kIndexTag, &installed, &status);
143 localeCount = ures_getSize(&installed);
147 ures_resetIterator(&installed);
148 while(ures_hasNext(&installed)) {
149 ures_getNextString(&installed, NULL, (const char **)&temp[i++], &status);
166 ures_close(&installed);
uresbund.cpp 2259 UResourceBundle installed; member in struct:ULocalesContext
    [all...]
  /frameworks/base/core/java/android/net/http/
HttpResponseCache.java 164 * Returns the currently-installed {@code HttpResponseCache}, or null if
165 * there is no cache installed or it is not a {@code HttpResponseCache}.
168 ResponseCache installed = ResponseCache.getDefault(); local
169 return installed instanceof HttpResponseCache ? (HttpResponseCache) installed : null;
178 * @return the newly-installed cache
184 HttpResponseCache installed = getInstalled(); local
185 if (installed != null) {
186 // don't close and reopen if an equivalent cache is already installed
187 DiskLruCache installedCache = installed.delegate.getCache()
    [all...]
  /packages/apps/Settings/src/com/android/settings/
AppWidgetLoader.java 141 * installed {@link AppWidgetProviderInfo} and those provided through
176 * Create list entries for installed {@link AppWidgetProviderInfo} widgets.
179 List<AppWidgetProviderInfo> installed = local
181 putAppWidgetItems(installed, null, items, categoryFilter, false);
  /frameworks/base/core/tests/coretests/src/android/net/http/
HttpResponseCacheTest.java 50 HttpResponseCache installed = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); local
51 assertNotNull(installed);
52 assertSame(installed, ResponseCache.getDefault());
53 assertSame(installed, HttpResponseCache.getDefault());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
InstallDependencyPage.java 100 "either not installed, or the template depends on a more recent version than " +
101 "the one you have installed.");
118 installedLabel.setText("Installed version:");
186 int installed = -1; local
188 installed = getInstalledSupportLibVersion();
191 if (installed == -1) {
194 if (required > installed) {
216 mInstalledVersion.setText("Not installed");
275 File installed = AddSupportJarAction.installSupport(version); local
276 if (installed != null)
    [all...]
  /external/icu4c/i18n/
coll.cpp 280 UResourceBundle installed; local
285 ures_initStackObject(&installed);
287 ures_getByKey(index, "InstalledLocales", &installed, &status);
290 localeCount = ures_getSize(&installed);
294 ures_resetIterator(&installed);
295 while(ures_hasNext(&installed)) {
297 ures_getNextString(&installed, NULL, &tempKey, &status);
317 ures_close(&installed);
  /packages/apps/Email/src/com/android/email/activity/
UIControllerOnePane.java 42 * One one-pane, only at most one fragment can be installed at a time.
379 * @return currently installed {@link Fragment} (1-pane has only one at most), or null if none
410 * Push the installed fragment into our custom back stack (or optionally
419 final Fragment installed = getInstalledFragment(); local
420 if ((installed instanceof MessageViewFragment)
439 if (installed != null) {
440 if (installed instanceof MessageViewFragment) {
443 Log.d(Logging.LOG_TAG, this + " showFragment: removing " + installed);
445 ft.remove(installed);
448 mPreviousFragment = installed;
478 final Fragment installed = getInstalledFragment(); local
511 final Fragment installed = getInstalledFragment(); local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_prefs_unittest.cc 340 // Blacklist one installed and one not-installed extension id.
373 // An id we'll make up that doesn't match any installed extension id.
660 installed() {
681 for (size_t i = 0; i < arraysize(installed); ++i)
682 installed[i] = false;
719 // Flags indicating whether each of the extensions has been installed, yet.
720 bool installed[3]; member in class:ExtensionPrefsPreferencesBase
727 if (ext == extensions[i] && !installed[i]) {
729 installed[i] = true
    [all...]
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 557 Set<ComponentName> installed = new HashSet<ComponentName>(); local
570 installed.add(new ComponentName(info.packageName, info.name));
574 if (!installed.isEmpty()) {
579 if (installed.contains(enabledComponent)) {
    [all...]
  /ndk/build/core/
definitions.mk 366 # Note that some modules are never installed (e.g. static libraries).
422 # LOCAL_INSTALLED will contain the location of the installed version
425 modules-LOCALS += INSTALLED
756 module-get-installed = $(__ndk_modules.$1.INSTALLED)
    [all...]
  /build/core/
definitions.mk 33 # $(ALL_MODULES.$(target)).INSTALLED
35 # target, and the INSTALLED variable contains the LOCAL_INSTALLED_MODULE.
36 # Some targets may have multiple files listed in the BUILT and INSTALLED
41 # set of installed targets.
84 # Target and host installed module's dependencies on shared libraries.
478 ## into the list of files that are installed for those modules.
484 define module-installed-files
485 $(foreach module,$(1),$(ALL_MODULES.$(module).INSTALLED))
674 # Given a list of installed modules (short or long names)
677 # therefore, should not be installed
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 1104 milliseconds