/packages/apps/Settings/tests/robotests/src/com/android/settings/system/ |
D | SystemUpdatePreferenceControllerTest.java | 18 import static android.os.SystemUpdateManager.KEY_STATUS; 135 bundle.putInt(KEY_STATUS, STATUS_UNKNOWN); in updateState_systemUpdateStatusUnknown_shouldSetToAndroidVersion() 150 bundle.putInt(KEY_STATUS, STATUS_IDLE); in updateState_systemUpdateStatusIdle_shouldSetToAndroidVersion() 163 bundle.putInt(KEY_STATUS, STATUS_WAITING_DOWNLOAD); in updateState_systemUpdateInProgress_shouldSetToUpdatePending()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | ProcessDeliveryReportAction.java | 42 private static final String KEY_STATUS = "status"; field in ProcessDeliveryReportAction 46 actionParameters.putInt(KEY_STATUS, status); in ProcessDeliveryReportAction() 57 final int status = actionParameters.getInt(KEY_STATUS); in executeAction()
|
D | ProcessSentMessageAction.java | 73 private static final String KEY_STATUS = "status"; field in ProcessSentMessageAction 110 params.putInt(KEY_STATUS, status); in processMessageSentFastFailed() 133 int status = actionParameters.getInt(KEY_STATUS, MmsUtils.MMS_REQUEST_MANUAL_RETRY); in executeAction()
|
D | ProcessDownloadedMmsAction.java | 84 private static final String KEY_STATUS = "status"; field in ProcessDownloadedMmsAction 177 params.putInt(KEY_STATUS, status); in processDownloadActionFailure() 315 status = actionParameters.getInt(KEY_STATUS); in doBackgroundWork()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CdmaCallForwardOptions.java | 49 private static final String KEY_STATUS = "status"; field in CdmaCallForwardOptions 168 cf.status = bundle.getInt(KEY_STATUS); in onResume() 188 bundle.putInt(KEY_STATUS, pref.callForwardInfo.status); in onSaveInstanceState()
|
D | GsmUmtsCallForwardOptions.java | 34 private static final String KEY_STATUS = "status"; field in GsmUmtsCallForwardOptions 159 cf.status = bundle.getInt(KEY_STATUS); in onResume() 179 bundle.putInt(KEY_STATUS, pref.callForwardInfo.status); in onSaveInstanceState()
|
D | GsmUmtsCallBarringOptions.java | 75 private static final String KEY_STATUS = "toggle"; field in GsmUmtsCallBarringOptions 451 pref.handleCallBarringResult(bundle.getBoolean(KEY_STATUS)); in onCreate() 491 bundle.putBoolean(KEY_STATUS, pref.mIsActivated); in onSaveInstanceState()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
D | TextToSpeechFragment.java | 69 private static final String KEY_STATUS = "tts_status"; field in TextToSpeechFragment 163 mEngineStatus = findPreference(KEY_STATUS); in onCreatePreferences()
|
/packages/apps/Settings/src/com/android/settings/system/ |
D | SystemUpdatePreferenceController.java | 104 switch (updateInfo.getInt(SystemUpdateManager.KEY_STATUS)) { in getSummary()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/system/ |
D | SystemUpdatePreferenceController.java | 104 switch (updateInfo.getInt(SystemUpdateManager.KEY_STATUS)) { in getSummary()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | ContactEditorFragment.java | 153 private static final String KEY_STATUS = "status"; field in ContactEditorFragment 509 mStatus = savedState.getInt(KEY_STATUS); in onCreate() 636 outState.putInt(KEY_STATUS, mStatus); in onSaveInstanceState()
|