Home | History | Annotate | Download | only in group

Lines Matching full:key_status

87     private static final String KEY_STATUS = "status";
273 outState.putSerializable(KEY_STATUS, mStatus);
291 mStatus = (Status) state.getSerializable(KEY_STATUS);