Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationStartInfo.java700 int starupTimestampCount = in.readInt(); in ApplicationStartInfo() local
701 for (int i = 0; i < starupTimestampCount; i++) { in ApplicationStartInfo()