Searched refs:timeMillis (Results 1 - 10 of 10) sorted by relevance

/frameworks/ex/common/tests/src/com/android/common/
H A DOperationSchedulerTest.java27 * Set {@link #timeMillis} to whatever value you like.
31 public long timeMillis = DEFAULT_TIME; field in class:OperationSchedulerTest.TimeTravelScheduler
34 protected long currentTimeMillis() { return timeMillis; }
52 long beforeTrigger = scheduler.timeMillis;
69 long beforeError = (scheduler.timeMillis += 100);
79 beforeError = (scheduler.timeMillis += 100);
100 long beforeSuccess = (scheduler.timeMillis += 100);
133 long beforeError = (scheduler.timeMillis += 10);
140 beforeError = (scheduler.timeMillis += 10);
146 beforeError = (scheduler.timeMillis
[all...]
/frameworks/base/core/java/android/app/
H A DIActivityController.aidl48 long timeMillis, String stackTrace);
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerDialog.java60 long timeMillis = 0;
64 timeMillis = b.getLong(BUNDLE_START_TIME_MILLIS);
72 mView = new TimeZonePickerView(getActivity(), null, timeZone, timeMillis, this,
H A DTimeZonePickerUtils.java82 private CharSequence buildGmtDisplayName(TimeZone tz, long timeMillis, boolean grayGmt) { argument
84 time.set(timeMillis);
92 final int gmtOffset = tz.getOffset(timeMillis);
H A DTimeZoneData.java66 public TimeZoneData(Context context, String defaultTimeZoneId, long timeMillis) { argument
72 if (timeMillis == 0) {
75 mTimeMillis = timeMillis;
90 public void setTime(long timeMillis) { argument
91 mTimeMillis = timeMillis;
H A DTimeZonePickerView.java56 String timeZone, long timeMillis, OnTimeZoneSetListener l,
66 TimeZoneData tzd = new TimeZoneData(mContext, timeZone, timeMillis);
55 TimeZonePickerView(Context context, AttributeSet attrs, String timeZone, long timeMillis, OnTimeZoneSetListener l, boolean hideFilterSearch) argument
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DUiAutomationShellWrapper.java101 long timeMillis, String stackTrace) throws RemoteException {
100 appCrashed(String processName, int pid, String shortMsg, String longMsg, long timeMillis, String stackTrace) argument
/frameworks/base/core/java/android/hardware/
H A DGeomagneticField.java130 * @param timeMillis
138 long timeMillis) {
188 (timeMillis - BASE_TIME) / (365f * 24f * 60f * 60f * 1000f);
135 GeomagneticField(float gdLatitudeDeg, float gdLongitudeDeg, float altitudeMeters, long timeMillis) argument
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java1245 long timeMillis, String stackTrace) {
1252 System.out.println("timeMillis: " + timeMillis);
1244 appCrashed(String processName, int pid, String shortMsg, String longMsg, long timeMillis, String stackTrace) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java12016 long timeMillis = System.currentTimeMillis();
12034 shortMsg, longMsg, timeMillis, crashInfo.stackTrace)) {
12108 appErrorIntent = createAppErrorIntentLocked(r, timeMillis, crashInfo);
12122 long timeMillis, ApplicationErrorReport.CrashInfo crashInfo) {
12123 ApplicationErrorReport report = createAppErrorReportLocked(r, timeMillis, crashInfo);
12135 long timeMillis, ApplicationErrorReport.CrashInfo crashInfo) {
12148 report.time = timeMillis;
12121 createAppErrorIntentLocked(ProcessRecord r, long timeMillis, ApplicationErrorReport.CrashInfo crashInfo) argument
12134 createAppErrorReportLocked(ProcessRecord r, long timeMillis, ApplicationErrorReport.CrashInfo crashInfo) argument

Completed in 894 milliseconds