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

/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java84 // uncrypt status files
472 // If it's to reboot to install update, invoke uncrypt via init service.
473 uncrypt();
648 private void uncrypt() { method in class:ShutdownThread
649 Log.i(TAG, "Calling uncrypt and monitoring the progress...");
656 // Create the status pipe file to communicate with /system/bin/uncrypt.
665 SystemProperties.set("ctl.start", "uncrypt");
685 Log.d(TAG, "uncrypt read status: " + status);
693 Log.d(TAG, "uncrypt successfully finished.");
699 // Error in /system/bin/uncrypt
[all...]

Completed in 56 milliseconds