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

/packages/apps/Settings/src/com/android/settings/
H A DCryptKeeper.java245 private boolean isDebugView() { method in class:CryptKeeper
250 private boolean isDebugView(String viewType /* non-nullable */) { method in class:CryptKeeper
295 if (!isDebugView() && ("".equals(state) || DECRYPT_STATE.equals(state))) {
344 if (mEncryptionGoneBad || isDebugView(FORCE_VIEW_ERROR)) {
351 if (!"".equals(progress) || isDebugView(FORCE_VIEW_PROGRESS)) {
354 } else if (mValidationComplete || isDebugView(FORCE_VIEW_PASSWORD)) {
456 progress = isDebugView() ? 50 : Integer.parseInt(state);

Completed in 87 milliseconds