Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/usage/
DNetworkStats.java63 private int mUidOrUidIndex; field in NetworkStats
585 mUidOrUidIndex = -1; in startUserUidEnumeration()
690 return isUidEnumeration() && (mUidOrUidIndex + 1) < mUids.length; in hasNextUid()
696 if (mUidOrUidIndex < 0 || mUidOrUidIndex >= mUids.length) { in getUid()
698 "Index=" + mUidOrUidIndex + " mUids.length=" + mUids.length); in getUid()
700 return mUids[mUidOrUidIndex]; in getUid()
703 return mUidOrUidIndex; in getUid()
707 mUidOrUidIndex = uid; in setSingleUidTagState()
714 ++mUidOrUidIndex; in stepUid()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt9367 Landroid/app/usage/NetworkStats;->mUidOrUidIndex:I