Searched defs:uncrypt (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DRecoverySystemService.java44 * triggers /system/bin/uncrypt via init to de-encrypt an OTA package on the
51 // The socket at /dev/socket/uncrypt to communicate with uncrypt.
52 private static final String UNCRYPT_SOCKET = "uncrypt";
54 // The init services that communicate with /system/bin/uncrypt.
55 private static final String INIT_SERVICE_UNCRYPT = "init.svc.uncrypt";
77 public boolean uncrypt(String filename, IRecoverySystemProgressListener listener) { method in class:RecoverySystemService.BinderService
78 if (DEBUG) Slog.d(TAG, "uncrypt: " + filename);
85 Slog.e(TAG, "uncrypt service is unavailable.");
90 // uncrypt
[all...]
/frameworks/base/core/java/android/os/
H A DRecoverySystem.java107 * generated by uncrypt.
114 * UNCRYPT_PACKAGE_FILE stores the filename to be uncrypt'd, which will be
115 * read by uncrypt.
123 * of uncrypt.
413 * Process a given package with uncrypt. No-op if the package is not on the
470 if (!rs.uncrypt(filename, progressListener)) {
476 * Process a given package with uncrypt. No-op if the package is not on the
518 * If the package hasn't been processed (i.e. uncrypt'd), set up
519 * UNCRYPT_PACKAGE_FILE and delete BLOCK_MAP_FILE to trigger uncrypt during the
525 * @param processed if the package has been processed (uncrypt'
1131 private boolean uncrypt(String packageFile, IRecoverySystemProgressListener listener) { method in class:RecoverySystem
[all...]
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java278 // Path 1a: uncrypt needed
284 // device always calls uncrypt prior to reboot.
286 // Path 1b: uncrypt already done
299 // We need the progress bar if uncrypt will be invoked during the
583 // If it's to reboot to install an update and uncrypt hasn't been
585 uncrypt();
825 private void uncrypt() { method in class:ShutdownThread
826 Log.i(TAG, "Calling uncrypt and monitoring the progress...");
873 Log.w(TAG, "Timed out waiting for uncrypt.");
880 Log.e(TAG, "Failed to write timeout message to uncrypt statu
[all...]

Completed in 88 milliseconds