Lines Matching defs:progress
63 * -e "com.android.settings.CryptKeeper.DEBUG_FORCE_VIEW" "progress" \
85 private static final String FORCE_VIEW_PROGRESS = "progress";
279 String progress = SystemProperties.get("vold.encrypt_progress");
280 if (!"".equals(progress) || isDebugView(FORCE_VIEW_PROGRESS)) {
330 Log.d(TAG, "Encryption progress screen initializing.");
378 int progress = 0;
380 // Force a 50% progress state when debugging the view.
381 progress = isDebugView() ? 50 : Integer.parseInt(state);
383 Log.w(TAG, "Error parsing progress: " + e.toString());
387 Log.v(TAG, "Encryption progress: " + progress);
389 tv.setText(TextUtils.expandTemplate(status, Integer.toString(progress)));
391 // Check the progress every 5 seconds