HomeSort by relevance Sort by last modified time
    Searched refs:KEY_STATUS (Results 1 - 3 of 3) sorted by null

  /packages/apps/Phone/src/com/android/phone/
GsmUmtsCallForwardOptions.java 31 private static final String KEY_STATUS = "status";
98 cf.status = bundle.getInt(KEY_STATUS);
117 bundle.putInt(KEY_STATUS, pref.callForwardInfo.status);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 87 private static final String KEY_STATUS = "status";
273 outState.putSerializable(KEY_STATUS, mStatus);
291 mStatus = (Status) state.getSerializable(KEY_STATUS);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 116 private static final String KEY_STATUS = "status";
434 mStatus = savedState.getInt(KEY_STATUS);
    [all...]

Completed in 70 milliseconds