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

/frameworks/base/core/tests/coretests/apks/install/
H A DAndroid.mk6 LOCAL_PACKAGE_NAME := install
/frameworks/base/services/java/com/android/server/updates/
H A DTZInfoInstallReceiver.java31 protected void install(byte[] encodedContent, int version) throws IOException { method in class:TZInfoInstallReceiver
32 super.install(Base64.decode(encodedContent, Base64.DEFAULT), version);
H A DConfigUpdateInstallReceiver.java101 // install the new content
103 install(altContent, altVersion);
257 protected void install(byte[] content, int version) throws IOException { method in class:ConfigUpdateInstallReceiver
/frameworks/base/core/java/android/view/
H A DIInputFilter.aidl29 void install(IInputFilterHost host);
H A DInputFilter.java136 public final void install(IInputFilterHost host) { method in class:InputFilter
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DHttpResponseCacheTest.java50 HttpResponseCache installed = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
57 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
58 HttpResponseCache another = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
63 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
64 HttpResponseCache another = HttpResponseCache.install(cacheDir, 8 * 1024 * 1024);
87 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
97 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
103 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
113 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
/frameworks/base/keystore/java/android/security/
H A DCredentials.java88 * Intent extra: install the certificate bundle as this UID instead of
182 public void install(Context context) { method in class:Credentials
191 public void install(Context context, KeyPair pair) { method in class:Credentials
202 public void install(Context context, String type, byte[] value) { method in class:Credentials
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java598 return installFromRawResource("install.apk", R.raw.install, flags, cleanUp, false, -1,
705 * PackageManager api to install it.
744 * PackageManager api to install it.
837 * PackageManager api to install first and then replace it
1301 if (localLOGV) Log.i(TAG, "Cleaning up install");
1373 installFromRawResource("install.apk", R.raw.install_loc_internal,
1384 installFromRawResource("install.apk", R.raw.install_loc_sdcard,
1390 installFromRawResource("install.apk", R.raw.install_loc_auto,
1396 installFromRawResource("install
[all...]
/frameworks/base/core/java/android/net/http/
H A DHttpResponseCache.java55 * HttpResponseCache.install(httpCacheDir, httpCacheSize);
149 * .getMethod("install", File.class, long.class)
187 public static HttpResponseCache install(File directory, long maxSize) throws IOException { method in class:HttpResponseCache
/frameworks/base/core/java/com/android/server/
H A DNetworkManagementSocketTagger.java49 public static void install() { method in class:NetworkManagementSocketTagger
/frameworks/wilhelm/tools/hashgen/
H A DMakefile3 install : IID_to_MPH.c
/frameworks/compile/libbcc/tests/debuginfo/
H A Dbuild_test_apk.sh238 run ant clean debug install
241 echo "ERROR: Apk build and install failed"
/frameworks/native/cmds/installd/
H A Dinstalld.h192 int install(const char *pkgname, uid_t uid, gid_t gid, const char *seinfo);
H A Dinstalld.c34 return install(arg[0], atoi(arg[1]), atoi(arg[2]), arg[3]); /* pkgname, uid, gid, seinfo */
132 { "install", 4, do_install },
H A Dcommands.c31 int install(const char *pkgname, uid_t uid, gid_t gid, const char *seinfo) function
76 ALOGE("couldn't delete lib directory during install for: %s", libsymlink);
81 ALOGE("couldn't unlink lib directory during install for: %s", libsymlink);
226 ALOGE("couldn't delete lib directory during install for non-primary: %s",
233 ALOGE("couldn't unlink lib directory during install for non-primary: %s",
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java136 NetworkManagementSocketTagger.install();
/frameworks/base/services/java/com/android/server/pm/
H A DInstaller.java191 public int install(String name, int uid, int gid, String seinfo) { method in class:Installer
192 StringBuilder builder = new StringBuilder("install");
H A DPackageManagerService.java173 adb install -r -f out/target/product/passion/data/app/AndroidTests.apk
208 // package apks to install directory.
543 // Recordkeeping of restore-after-install operations that are currently in flight
606 // need to do anything. The pending install
651 // Delete pending install
668 // of next pending install.
711 // of next pending install.
789 if (DEBUG_INSTALL) Log.v(TAG, "Handling post-install for " + msg.arg1);
891 Slog.e(TAG, "Bogus post-install token " + msg.arg1);
1153 // scanning install directorie
[all...]
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java495 filter.install(mInputFilterHost);

Completed in 7535 milliseconds