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

  /cts/tests/app/src/android/app/cts/
TimePickerDialogTest.java 24 import android.app.TimePickerDialog;
25 import android.app.TimePickerDialog.OnTimeSetListener;
41 * Test {@link TimePickerDialog}.
74 new TimePickerDialog(mContext, null, 1, 1, false);
76 new TimePickerDialog(mContext, null, 1, 1, true);
78 new TimePickerDialog(mContext, AlertDialog.THEME_TRADITIONAL, null, 1, 1, false);
80 new TimePickerDialog(mContext, AlertDialog.THEME_HOLO_DARK, null, 1, 1, false);
82 new TimePickerDialog(mContext,
89 new TimePickerDialog(null, null, 0, 0, false);
95 TimePickerDialog tD = new TimePickerDialog
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowTimePickerDialogTest.java 6 import android.app.TimePickerDialog;
17 TimePickerDialog timePickerDialog =
18 new TimePickerDialog(ApplicationProvider.getApplicationContext(), 0, null, 6, 55, false);
19 ShadowTimePickerDialog shadow = shadowOf(timePickerDialog);

Completed in 110 milliseconds