Home
last modified time | relevance | path

Searched defs:createTime (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/
H A DMediaTimeoutListenerTest.kt607 val createTime = 1234L regex
631 val createTime = 1234L regex
664 val createTime = 1234L regex
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/uri/
H A DUriPermissionTest.java152 final long createTime = perm.persistedCreateTime; in testPersist() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DContentProviderConnection.java40 public final long createTime; field in ContentProviderConnection
/aosp14/frameworks/base/core/java/android/widget/
H A DTextClock.java293 private void createTime(String timeZone) { in createTime() method in TextClock
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java1187 Rect frame, Runnable finishCallback, long createTime, float roundedCornerRadius) { in applyExitAnimation()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java498 private long createTime = System.currentTimeMillis(); field in ActivityRecord
7163 private static String createImageFilename(long createTime, int taskId) { in createImageFilename()