Home
last modified time | relevance | path

Searched refs:mCreateTime (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DTransferSplashscreenActivity.java40 final long mCreateTime = SystemClock.uptimeMillis(); in onCreate()
43 return SystemClock.uptimeMillis() - mCreateTime > 500; in onCreate()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DWindowlessSplashWindowCreator.java113 private final long mCreateTime; field in WindowlessSplashWindowCreator.SplashWindowRecord
123 mCreateTime = SystemClock.uptimeMillis(); in SplashWindowRecord()
131 this::release, mCreateTime, 0 /* roundedCornerRadius */); in removeIfPossible()
DSplashscreenWindowCreator.java423 private final long mCreateTime; field in SplashscreenWindowCreator.SplashWindowRecord
433 mCreateTime = SystemClock.uptimeMillis(); in SplashWindowRecord()
465 mCreateTime, info.roundedCornerRadius); in removeIfPossible()
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DGroupedAggregatedLogRecordsTest.java231 private final long mCreateTime; field in GroupedAggregatedLogRecordsTest.TestSingleLogRecord
236 mCreateTime = createTime; in TestSingleLogRecord()
246 return mCreateTime; in getCreateUptimeMs()
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibratorControlService.java560 private final long mCreateTime; field in VibratorControlService.VibrationScaleParamRecord
567 mCreateTime = createTime; in VibrationScaleParamRecord()
579 return mCreateTime; in getCreateUptimeMs()
594 DEBUG_DATE_TIME_FORMATTER.format(Instant.ofEpochMilli(mCreateTime)), in dump()
604 proto.write(VibrationParamProto.CREATE_TIME, mCreateTime); in dump()
DVibration.java214 final long mCreateTime; field in Vibration.DebugInfo
231 mCreateTime = stats.getCreateTimeDebug(); in DebugInfo()
246 Instant.ofEpochMilli(mCreateTime)) in toString()
274 DEBUG_DATE_TIME_FORMATTER.format(Instant.ofEpochMilli(mCreateTime)), in dumpCompact()
317 Instant.ofEpochMilli(mCreateTime))); in dump()
DVibratorManagerService.java1843 return mInfo.mCreateTime; in getCreateUptimeMs()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java245 protected long mCreateTime; field in Connection
477 return mCreateTime; in getCreateTime()
1008 mCreateTime = c.getCreateTime(); in migrateFrom()
DGsmCdmaConnection.java149 mCreateTime = System.currentTimeMillis(); in GsmCdmaConnection()
207 mCreateTime = System.currentTimeMillis(); in GsmCdmaConnection()
245 mCreateTime = System.currentTimeMillis(); in GsmCdmaConnection()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java235 mCreateTime = System.currentTimeMillis(); in ImsPhoneConnection()
282 mCreateTime = System.currentTimeMillis(); in ImsPhoneConnection()
328 mCreateTime = System.currentTimeMillis(); in ImsPhoneConnection()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java371 private long mCreateTime = System.currentTimeMillis(); field in WindowState
1746 return mCreateTime; in getCreateTime()
DActivityRecord.java11206 private long mCreateTime;
11303 mCreateTime = createTime;
11316 mTaskDescription, mCreateTime);