Searched refs:includeInstaller (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/cmds/statsd/src/packages/ |
D | UidMap.cpp | 316 bool includeInstaller, const std::set<int32_t>& interestingUids, in writeUidMapSnapshot() argument 320 writeUidMapSnapshotLocked(timestamp, includeVersionStrings, includeInstaller, interestingUids, in writeUidMapSnapshot() 325 bool includeInstaller, in writeUidMapSnapshotLocked() argument 345 if (includeInstaller) { in writeUidMapSnapshotLocked() 356 if (includeInstaller) { in writeUidMapSnapshotLocked() 371 bool includeVersionStrings, bool includeInstaller, in appendUidMap() argument 415 writeUidMapSnapshotLocked(timestamp, includeVersionStrings, includeInstaller, in appendUidMap()
|
D | UidMap.h | 140 bool includeVersionStrings, bool includeInstaller, 158 void writeUidMapSnapshot(int64_t timestamp, bool includeVersionStrings, bool includeInstaller, 167 bool includeInstaller, const std::set<int32_t>& interestingUids,
|