Searched refs:hits (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | SnapshotStatistics.java | 559 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()
|
D | PackageManagerService.java | 1230 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/ |
D | SQLiteDebug.java | 187 int hits, int misses, int cachesize, boolean arePoolStats) { in DbStats() argument 192 this.cacheHits = hits; in DbStats()
|
/frameworks/proto_logging/stats/atoms/statsd/ |
D | statsd_extension_atoms.proto | 113 /* represents number of times loss info container hits guardrail */
|
/frameworks/proto_logging/stats/express/catalog/ |
D | job_scheduler.cfg | 514 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/ |
D | SyncManager.md | 21 For example, when the user hits the refresh button on the Contacts app, it'll
|
/frameworks/base/core/proto/android/server/ |
D | jobscheduler.proto | 237 // 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.
|
D | activitymanagerservice.proto | 270 // Statement cache stats: hits/misses/cachesize
|