Searched refs:age (Results 1 – 13 of 13) sorted by relevance
91 long age = seen - previousSeen; in averageRssi() local93 if (previousSeen > 0 && age > 0 && age < maxAge/2) { in averageRssi()95 double alpha = 0.5 - (double) age / (double) maxAge; in averageRssi()
545 public Visibility setVisibility(long age) { in setVisibility() argument568 if ((now_ms - result.seen) > age) continue; in setVisibility()
183 private void touch(String name, long age) throws Exception { in touch() argument186 file.setLastModified(System.currentTimeMillis() - age); in touch()
354 final long age = System.currentTimeMillis() - file.lastModified(); in deleteOlderFiles() local355 if (age > minAge) { in deleteOlderFiles()
575 nsecs_t age = newestMovement.eventTime - movement.eventTime; in getEstimator() local576 if (age > HORIZON) { in getEstimator()584 time[m] = -age * 0.000000001f; in getEstimator()
909 WifiConfiguration current, int age, String currentBSSID) { in attemptRoam() argument950 || ((nowMs - b.seen) > age) in attemptRoam()1054 int getConfigNetworkScore(WifiConfiguration config, int age, int rssiBoost) { in getConfigNetworkScore() argument1078 if ((nowMs - result.seen) < age) { in getConfigNetworkScore()
3083 public HashSet<Integer> makeChannelList(WifiConfiguration config, int age, boolean restrict) { in makeChannelList() argument3097 dbg.append("makeChannelList age=" + Integer.toString(age) in makeChannelList()3117 boolean test = (now_ms - result.seen) < age; in makeChannelList()3121 if (((now_ms - result.seen) < age)/*||(!restrict || result.is24GHz())*/) { in makeChannelList()3146 if (((now_ms - result.seen) < age)/*||(!restrict || result.is24GHz())*/) { in makeChannelList()
45 devices in different ways. These include users who have visual, physical or age-related limitations
52 <p>Applications built for Android are more accessible to users with visual, physical or age-related
318 final long age = System.currentTimeMillis() - session.createdMillis; in readSessionsLocked() local321 if (age >= MAX_AGE_MILLIS) { in readSessionsLocked()
43 age to form a binding contract with Google.</p>
43 2.3 You may not use the Service and may not accept the Terms if you are not of legal age to form a …
55226 field public static final java.lang.String MAX_AGE_ATTR = "max-age";