OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TimeZonePickerDialog
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java
51
import com.android.timezonepicker.
TimeZonePickerDialog
;
52
import com.android.timezonepicker.
TimeZonePickerDialog
.OnTimeZoneSetListener;
216
TimeZonePickerDialog
tzpd = (
TimeZonePickerDialog
) activity.getFragmentManager()
234
b.putLong(
TimeZonePickerDialog
.BUNDLE_START_TIME_MILLIS, System.currentTimeMillis());
235
b.putString(
TimeZonePickerDialog
.BUNDLE_TIME_ZONE, Utils.getTimeZone(activity, null));
238
TimeZonePickerDialog
tzpd = (
TimeZonePickerDialog
) fm
243
tzpd = new
TimeZonePickerDialog
();
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZonePickerDialog.java
28
public class
TimeZonePickerDialog
extends DialogFragment implements
51
public
TimeZonePickerDialog
() {
/packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java
95
import com.android.timezonepicker.
TimeZonePickerDialog
;
108
TimeZonePickerDialog
.OnTimeZoneSetListener {
443
b.putLong(
TimeZonePickerDialog
.BUNDLE_START_TIME_MILLIS, mStartTime.toMillis(false));
444
b.putString(
TimeZonePickerDialog
.BUNDLE_TIME_ZONE, mTimezone);
447
TimeZonePickerDialog
tzpd = (
TimeZonePickerDialog
) fm
452
tzpd = new
TimeZonePickerDialog
();
[
all
...]
Completed in 2302 milliseconds