Searched defs:age (Results 1 – 11 of 11) sorted by relevance
25 data class NestedPerson(val name: String, val age: Int, val pets: NestedPet) constant in com.android.libraries.pcc.chronicle.test.data.NestedPerson
51 ParentalControlSettings settings, ContentRatingsManager manager, int age) { in getRatingsForAge()
190 long age = now - receiptTimeMillis; in getRemainingTTL() local256 final long age = now - receiptTimeMillis; in getStatus() local
45 public void mediaInteraction(String ref, int interactionType, int cause, float age) { in mediaInteraction()
458 String age; in dumpScanResults() local
185 final long age = System.currentTimeMillis() - file.lastModified(); in deleteOlderFiles() local
567 final long age = now - mRetryStartTimestamp; in getInResendWindow() local575 final long age = now - mRetryStartTimestamp; in getInDownloadWindow() local
799 public int age = 0; field in WifiLastResortWatchdog.AvailableNetworkFailureCount
2764 long age = result.seen - previousSeen; in updateScanDetailCacheFromWifiInfo() local
2448 void age() { in age() method in WifiScoreCard.PerUnivariateStatistic
146 private void touch(String name, long age) throws Exception { in touch()