Searched refs:install (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/net/http/
H A DHttpResponseCacheTest.java46 HttpResponseCache installed = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
53 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
54 HttpResponseCache another = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
59 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
60 HttpResponseCache another = HttpResponseCache.install(cacheDir, 8 * 1024 * 1024);
83 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
93 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
99 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
/frameworks/base/core/java/android/webkit/
H A DCertTool.java62 Credentials.getInstance().install(context, pair);
71 Credentials.getInstance().install(context, type, value);
/frameworks/base/keystore/java/android/security/
H A DCredentials.java127 public void install(Context context) { method in class:Credentials
136 public void install(Context context, KeyPair pair) { method in class:Credentials
147 public void install(Context context, String type, byte[] value) { method in class:Credentials
/frameworks/base/services/java/com/android/server/wm/
H A DInputFilter.java131 final void install(Host host) { method in class:InputFilter
H A DInputManager.java323 filter.install(mInputFilterHost);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java196 Log.i(TAG, "Failed to install with error code = " + observer.returnCode);
458 return installFromRawResource("install.apk", R.raw.install, flags, cleanUp,
563 * PackageManager api to install it.
605 * PackageManager api to install it.
693 * PackageManager api to install first and then replace it
1127 if (localLOGV) Log.i(TAG, "Cleaning up install");
1175 installFromRawResource("install.apk", R.raw.install_loc_internal,
1186 installFromRawResource("install.apk", R.raw.install_loc_sdcard,
1192 installFromRawResource("install
[all...]
/frameworks/base/cmds/installd/
H A Dinstalld.h140 int install(const char *pkgname, uid_t uid, gid_t gid);
H A Dinstalld.c31 return install(arg[0], atoi(arg[1]), atoi(arg[2])); /* pkgname, uid, gid */
133 { "install", 3, do_install },
H A Dcommands.c27 int install(const char *pkgname, uid_t uid, gid_t gid) function
/frameworks/base/core/java/android/net/http/
H A DHttpResponseCache.java53 * HttpResponseCache.install(httpCacheDir, httpCacheSize);
168 public static HttpResponseCache install(File directory, long maxSize) throws IOException { method in class:HttpResponseCache
/frameworks/base/core/java/com/android/server/
H A DNetworkManagementSocketTagger.java55 public static void install() { method in class:NetworkManagementSocketTagger
/frameworks/compile/libbcc/runtime/make/
H A DAppleBI.mk31 install: $(SYMROOT)/usr/local/lib/system/libcompiler_rt.a
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java131 NetworkManagementSocketTagger.install();
/frameworks/base/services/java/com/android/server/pm/
H A DInstaller.java191 public int install(String name, int uid, int gid) { method in class:Installer
192 StringBuilder builder = new StringBuilder("install");
296 * @param packagePathSuffix The name of the path relative to install
H A DPackageManagerService.java147 adb install -r -f out/target/product/passion/data/app/AndroidTests.apk
183 // package apks to install directory.
423 // Recordkeeping of restore-after-install operations that are currently in flight
487 // need to do anything. The pending install
533 // Delete pending install
550 // of next pending install.
594 // of next pending install.
656 if (DEBUG_INSTALL) Log.v(TAG, "Handling post-install for " + msg.arg1);
705 Slog.e(TAG, "Bogus post-install token " + msg.arg1);
934 // scanning install directorie
[all...]
/frameworks/base/docs/html/resources/
H A Dresources-data.js82 en: 'Input Method Editors (IMEs) provide the mechanism for entering text into text fields and other Views. Android devices come bundled with at least one IME, but users can install additional IMEs. This article covers the basics of developing an IME for the Android platform.'
202 en: 'Live wallpapers are richer, animated, interactive backgrounds that users can display in their home screens. Learn how to create a live wallpaper and bundle it in an application that users can install on their devices.'
507 en: 'An application that demonstrates how to create a live wallpaper and bundle it in an application that users can install on their devices.'

Completed in 426 milliseconds