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

/packages/apps/Phone/src/com/android/phone/
H A DGsmUmtsCallForwardOptions.java31 private static final String KEY_STATUS = "status"; field in class:GsmUmtsCallForwardOptions
98 cf.status = bundle.getInt(KEY_STATUS);
117 bundle.putInt(KEY_STATUS, pref.callForwardInfo.status);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java119 private static final String KEY_STATUS = "status"; field in class:ContactEditorFragment
490 mStatus = savedState.getInt(KEY_STATUS);
1664 outState.putInt(KEY_STATUS, mStatus);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java87 private static final String KEY_STATUS = "status"; field in class:GroupEditorFragment
273 outState.putSerializable(KEY_STATUS, mStatus);
291 mStatus = (Status) state.getSerializable(KEY_STATUS);

Completed in 243 milliseconds