Home
last modified time | relevance | path

Searched refs:age (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DScanResult.java91 long age = seen - previousSeen; in averageRssi() local
93 if (previousSeen > 0 && age > 0 && age < maxAge/2) { in averageRssi()
95 double alpha = 0.5 - (double) age / (double) maxAge; in averageRssi()
DWifiConfiguration.java545 public Visibility setVisibility(long age) { in setVisibility() argument
568 if ((now_ms - result.seen) > age) continue; in setVisibility()
/frameworks/base/core/tests/coretests/src/android/os/
DFileUtilsTest.java183 private void touch(String name, long age) throws Exception { in touch() argument
186 file.setLastModified(System.currentTimeMillis() - age); in touch()
/frameworks/base/core/java/android/os/
DFileUtils.java354 final long age = System.currentTimeMillis() - file.lastModified(); in deleteOlderFiles() local
355 if (age > minAge) { in deleteOlderFiles()
/frameworks/native/libs/input/
DVelocityTracker.cpp575 nsecs_t age = newestMovement.eventTime - movement.eventTime; in getEstimator() local
576 if (age > HORIZON) { in getEstimator()
584 time[m] = -age * 0.000000001f; in getEstimator()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiAutoJoinController.java909 WifiConfiguration current, int age, String currentBSSID) { in attemptRoam() argument
950 || ((nowMs - b.seen) > age) in attemptRoam()
1054 int getConfigNetworkScore(WifiConfiguration config, int age, int rssiBoost) { in getConfigNetworkScore() argument
1078 if ((nowMs - result.seen) < age) { in getConfigNetworkScore()
DWifiConfigStore.java3083 public HashSet<Integer> makeChannelList(WifiConfiguration config, int age, boolean restrict) { in makeChannelList() argument
3097 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()
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dindex.jd45 devices in different ways. These include users who have visual, physical or age-related limitations
Dapps.jd52 <p>Applications built for Android are more accessible to users with visual, physical or age-related
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java318 final long age = System.currentTimeMillis() - session.createdMillis; in readSessionsLocked() local
321 if (age >= MAX_AGE_MILLIS) { in readSessionsLocked()
/frameworks/base/docs/html/google/backup/
Dterms.jd43 age to form a binding contract with Google.</p>
Dsignup.jd43 2.3 You may not use the Service and may not accept the Terms if you are not of legal age to form a …
/frameworks/base/api/
Dcurrent.txt55226 field public static final java.lang.String MAX_AGE_ATTR = "max-age";