Home | History | Annotate | Download | only in deskclock

Lines Matching full:bundle

24 import android.os.Bundle;
52 Bundle args = new Bundle();
62 Bundle args = new Bundle();
71 public void onCreate(Bundle savedInstanceState) {
76 public Dialog onCreateDialog(Bundle savedInstanceState) {
77 Bundle bundle = getArguments();
78 final String label = bundle.getString(KEY_LABEL);
79 final Alarm alarm = bundle.getParcelable(KEY_ALARM);
80 final TimerObj timer = bundle.getParcelable(KEY_TIMER);
81 final String tag = bundle.getString(KEY_TAG);