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

/frameworks/base/core/java/android/webkit/
H A DCertTool.java57 Credentials.getInstance().install(context, pair);
66 Credentials.getInstance().install(context, type, value);
/frameworks/base/keystore/java/android/security/
H A DCredentials.java90 public void install(Context context, KeyPair pair) { method in class:Credentials
101 public void install(Context context, String type, byte[] value) { method in class:Credentials
/frameworks/base/cmds/installd/
H A Dinstalld.h101 int install(const char *pkgname, int encrypted_fs_flag, uid_t uid, gid_t gid);
H A Dinstalld.c32 return install(arg[0], atoi(arg[1]), atoi(arg[2]), atoi(arg[3])); /* pkgname, uid, gid */
122 { "install", 4, do_install },
H A Dcommands.c19 int install(const char *pkgname, int encrypted_fs_flag, uid_t uid, gid_t gid) function
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java194 Log.i(TAG, "Failed to install with error code = " + observer.returnCode);
456 return installFromRawResource("install.apk", R.raw.install, flags, cleanUp,
561 * PackageManager api to install it.
603 * PackageManager api to install it.
686 * PackageManager api to install first and then replace it
1090 if (localLOGV) Log.i(TAG, "Cleaning up install");
1133 installFromRawResource("install.apk", R.raw.install_loc_internal,
1139 installFromRawResource("install.apk", R.raw.install_loc_sdcard,
1145 installFromRawResource("install
[all...]
/frameworks/base/services/java/com/android/server/
H A DInstaller.java169 public int install(String name, boolean useEncryptedFilesystem, int uid, int gid) { method in class:Installer
170 StringBuilder builder = new StringBuilder("install");
282 * @param packagePathSuffix The name of the path relative to install
H A DPackageManagerService.java136 adb install -r -f out/target/product/passion/data/app/AndroidTests.apk
168 // package apks to install directory.
390 // Recordkeeping of restore-after-install operations that are currently in flight
452 // need to do anything. The pending install
521 // Delete pending install
532 // of next pending install.
594 if (DEBUG_INSTALL) Log.v(TAG, "Handling post-install for " + msg.arg1);
640 Slog.e(TAG, "Bogus post-install token " + msg.arg1);
814 // scanning install directories.
2570 Slog.w(TAG, "Cleaning up failed install o
[all...]

Completed in 111 milliseconds