Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DSnapshotStatistics.java559 public final void rebuild(long now, long done, int hits, int packageCount) { in rebuild() argument
567 final int useBin = mUseBins.getBin(hits); in rebuild()
569 final boolean quick = hits <= SNAPSHOT_SHORT_LIFETIME; in rebuild()
571 mShort[0].rebuild(duration, hits, timeBin, useBin, big, quick); in rebuild()
572 mLong[0].rebuild(duration, hits, timeBin, useBin, big, quick); in rebuild()
582 EventLogTags.writePmSnapshotRebuild(duration / US_IN_MS, hits); in rebuild()
DPackageManagerService.java1230 var hits = oldSnapshot == null ? -1 : oldSnapshot.getUsed(); in rebuildSnapshot() local
1236 mSnapshotStatistics.rebuild(now, done, hits, newSnapshot.getPackageStates().size()); in rebuildSnapshot()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDebug.java187 int hits, int misses, int cachesize, boolean arePoolStats) { in DbStats() argument
192 this.cacheHits = hits; in DbStats()
/frameworks/proto_logging/stats/atoms/statsd/
Dstatsd_extension_atoms.proto113 /* represents number of times loss info container hits guardrail */
/frameworks/proto_logging/stats/express/catalog/
Djob_scheduler.cfg514 display_name: "JobScheduler job hits its deadline"
515 description: "Counting how many times a job hits its deadline"
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.md21 For example, when the user hits the refresh button on the Contacts app, it'll
/frameworks/base/core/proto/android/server/
Djobscheduler.proto237 // Whether or not to throw an exception when an app hits its schedule quota limit.
239 // Whether or not to return a failure result when an app hits its schedule quota limit.
Dactivitymanagerservice.proto270 // Statement cache stats: hits/misses/cachesize