Home
last modified time | relevance | path

Searched refs:topActivityRequestOpenInBrowserEducationTimestamp (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DTaskInfo.java352 public long topActivityRequestOpenInBrowserEducationTimestamp; field in TaskInfo
511 && topActivityRequestOpenInBrowserEducationTimestamp in equalsForTaskOrganizer()
512 == that.topActivityRequestOpenInBrowserEducationTimestamp in equalsForTaskOrganizer()
590 topActivityRequestOpenInBrowserEducationTimestamp = source.readLong(); in readTaskFromParcel()
647 dest.writeLong(topActivityRequestOpenInBrowserEducationTimestamp); in writeTaskToParcel()
696 + topActivityRequestOpenInBrowserEducationTimestamp in toString()
/frameworks/base/services/core/java/com/android/server/wm/
DTask.java3411 info.topActivityRequestOpenInBrowserEducationTimestamp = top != null
3514 info.topActivityRequestOpenInBrowserEducationTimestamp = 0;