Lines Matching defs:progress
84 * -e "com.android.settings.CryptKeeper.DEBUG_FORCE_VIEW" "progress" \
93 /** Message sent to us to indicate encryption update progress. */
111 private static final String FORCE_VIEW_PROGRESS = "progress";
431 final String progress = SystemProperties.get("vold.encrypt_progress");
432 if (!"".equals(progress) || isDebugView(FORCE_VIEW_PROGRESS)) {
533 Log.d(TAG, "Encryption progress screen initializing.");
544 // Start the first run of progress manually. This method sets up messages to occur at
602 // Force a 50% progress state when debugging the view.
605 Log.w(TAG, "Error parsing progress: " + e.toString());
607 String progress = Integer.toString(percent);
610 Log.v(TAG, "Encryption progress: " + progress);
617 progress = DateUtils.formatElapsedTime(time);
626 tv.setText(TextUtils.expandTemplate(status, progress));
629 // Check the progress every 1 seconds