Home
last modified time | relevance | path

Searched refs:SAVED_BEFORE_LOAD_COMPLETED_KEY (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DGsmUmtsCallBarringOptions.java77 private static final String SAVED_BEFORE_LOAD_COMPLETED_KEY = "PROGRESS_SHOWING"; field in GsmUmtsCallBarringOptions
442 if (mIcicle != null && !mIcicle.getBoolean(SAVED_BEFORE_LOAD_COMPLETED_KEY)) { in onCreate()
469 if (mIcicle == null || mIcicle.getBoolean(SAVED_BEFORE_LOAD_COMPLETED_KEY)) { in onResume()
501 outState.putBoolean(SAVED_BEFORE_LOAD_COMPLETED_KEY, in onSaveInstanceState()