HomeSort by relevance Sort by last modified time
    Searched refs:mTime (Results 26 - 50 of 291) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/tests/DozeTest/src/com/android/dreams/dozetest/
DozeTestDream.java 64 private final Date mTime = new Date();
147 mTime.setTime(now);
148 mAlarmClock.setText(mTimeFormat.format(mTime));
  /frameworks/base/core/java/android/widget/
TextClock.java 139 private Calendar mTime;
271 mTime = Calendar.getInstance(TimeZone.getTimeZone(timeZone));
273 mTime = Calendar.getInstance();
629 mTime.setTimeInMillis(System.currentTimeMillis());
630 setText(DateFormat.format(mFormat, mTime));
631 setContentDescription(DateFormat.format(mDescFormat, mTime));
DateTimeView.java 64 Date mTime;
131 mTime = new Date(t.year-1900, t.month, t.monthDay, t.hour, t.minute, 0);
153 if (mTime == null || getVisibility() == GONE) {
162 Date time = mTime;
215 String text = format.format(mTime);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyEvents.java 121 private long mTime;
126 mTime = dataConnectionRealTimeInfo.getTime();
138 return mTime;
149 mTime);
  /frameworks/av/media/libmedia/include/media/
DrmSessionManager.h 70 int64_t mTime;
  /frameworks/base/telecomm/java/android/telecom/
ParcelableCallAnalytics.java 216 private long mTime;
220 this.mTime = time;
225 mTime = in.readLong();
233 return mTime;
244 out.writeLong(mTime);
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 99 private StopwatchCircleView mTime;
128 mTime = (StopwatchCircleView) v.findViewById(R.id.stopwatch_circle);
154 if (mTime != null) {
398 if (mTime != null) {
400 mTime.update();
516 if (mTime != null) {
517 mTime.update();
544 final View touchTarget = mTime != null ? mTime : mStopwatchWrapper;
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 87 private final Time mTime = new Time();
93 mTime.switchTimezone(Utils.getTimeZone(mContext, this));
312 mTime.setToNow();
470 Log.d(TAG, "mTime " + (mTime == null ? "null" : mTime.toString()));
478 // Set mTime if selectedTime is set
480 mTime.set(event.selectedTime);
483 // selectedTime is not set so set mTime to startTime iff it is not
485 long mtimeMillis = mTime.toMillis(false)
    [all...]
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
rfbtightproto.h 149 unsigned long mTime;
156 unsigned long mTime;
filetransfermsg.c 406 FileTransferMsg CreateFileDownloadZeroSizeDataMsg(unsigned long mTime);
470 return CreateFileDownloadZeroSizeDataMsg(rtcp->rcft.rcfd.mTime);
502 rtcp->rcft.rcfd.mTime = stat_buf.st_mtime;
544 CreateFileDownloadZeroSizeDataMsg(unsigned long mTime)
567 memcpy(pFollow, &mTime, sizeof(unsigned long));
686 utb.actime = utb.modtime = rtcp->rcft.rcfu.mTime;
  /external/lzma/CPP/7zip/
IStream.h 106 STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib) PURE;
119 FILETIME MTime;
  /external/lzma/CPP/Windows/
FileDir.h 17 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
FileIO.cpp 386 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw()
387 { return BOOLToBool(::SetFileTime(_handle, cTime, aTime, mTime)); }
389 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); }
FileIO.h 193 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw();
194 bool SetMTime(const FILETIME *mTime) throw();
  /frameworks/av/media/libaudioclient/
IAudioTrack.cpp 138 timestamp.mTime.tv_sec = reply.readInt32();
139 timestamp.mTime.tv_nsec = reply.readInt32();
249 reply->writeInt32(timestamp.mTime.tv_sec);
250 reply->writeInt32(timestamp.mTime.tv_nsec);
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
AddVoicemailActivity.java 74 private TextView mTime;
125 String dateStr = mTime.getText().toString();
157 mTime.setText(DATE_FORMATTER.format(new Date()));
  /frameworks/av/drm/libmediadrm/
DrmSessionManager.cpp 59 mTime(0) {}
63 mTime(0) {}
177 return mTime++;
  /tools/tradefederation/core/src/com/android/tradefed/util/
SubprocessEventHelper.java 126 public Long mTime = null;
130 mTime = time;
135 mTime = jsonObject.getLong(TIME_KEY);
154 if (mTime != null) {
155 tags.put(TIME_KEY, mTime.longValue());
  /frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/
BatterySavingStatsTest.java 51 private long mTime = 1_000_000; // Some random starting time.
61 return mTime;
80 mTime += 60_000 * minutes;
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 481 if (SzBitWithVals_Check(&db.MTime, i))
483 const CNtfsFileTime *t = db.MTime.Vals + i;
484 FILETIME mTime;
485 mTime.dwLowDateTime = t->Low;
486 mTime.dwHighDateTime = t->High;
487 SetFileTime(outFile.handle, NULL, NULL, &mTime);
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp 671 if (mAudioCommands[0]->mTime <= curTime) {
836 waitTime = mAudioCommands[0]->mTime - curTime;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 273 private Time mTime = new Time(); // TODO timezone?
634 mTime.set(b.getLong(BUNDLE_START_TIME_MILLIS));
638 mTime.timezone = tz;
640 mTime.normalize(false);
643 mModel.weeklyByDayOfWeek[mTime.weekDay] = true;
651 mModel.weeklyByDayOfWeek[mTime.weekDay] = true;
656 mTime.setToNow();
729 mModel.endDate = new Time(mTime);
    [all...]
  /external/lzma/CPP/7zip/Common/
FileStreams.cpp 297 STDMETHODIMP CInFileStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib)
305 if (mTime) *mTime = info.ftLastWriteTime;
325 props->MTime = info.ftLastWriteTime;
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecController.java 687 private final long mTime;
692 mTime = System.currentTimeMillis();
700 pw.print(sdf.format(new Date(mTime)));
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 290 private Time mTime;
293 mTime = time;
304 mTime.hour, mTime.minute, DateFormat.is24HourFormat(mActivity));
306 mStartTimePickerDialog.setStartTime(mTime.hour, mTime.minute);
313 mTime.hour, mTime.minute, DateFormat.is24HourFormat(mActivity));
315 mEndTimePickerDialog.setStartTime(mTime.hour, mTime.minute)
    [all...]

Completed in 627 milliseconds

12 3 4 5 6 7 8 91011>>