Home
last modified time | relevance | path

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

12

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanDetailCache.java170 public WifiConfiguration.Visibility getVisibilityByRssi(long age) { in getVisibilityByRssi() argument
195 + " age = " + age); in getVisibilityByRssi()
197 if ((now_elapsed_ms - (result.timestamp / 1000)) > age) continue; in getVisibilityByRssi()
200 if ((now_ms - result.seen) > age) continue; in getVisibilityByRssi()
227 public WifiConfiguration.Visibility getVisibilityByPasspointMatch(long age) { in getVisibilityByPasspointMatch() argument
240 if ((now_ms - result.seen) > age) continue; in getVisibilityByPasspointMatch()
282 public WifiConfiguration.Visibility getVisibility(long age) { in getVisibility() argument
284 return getVisibilityByPasspointMatch(age); in getVisibility()
286 return getVisibilityByRssi(age); in getVisibility()
DWifiLastResortWatchdog.java138 availableNetworkFailureCount.age = -1; in updateAvailableNetworks()
148 if (entry.getValue().age < MAX_BSSID_AGE - 1) { in updateAvailableNetworks()
149 entry.getValue().age++; in updateAvailableNetworks()
512 public int age = 0; field in WifiLastResortWatchdog.AvailableNetworkFailureCount
553 + ", Age: " + age; in toString()
DWifiConfigManager.java2425 public HashSet<Integer> makeChannelList(WifiConfiguration config, int age) { in makeChannelList() argument
2440 dbg.append("makeChannelList age=" + Integer.toString(age) in makeChannelList()
2461 boolean test = (now_ms - result.seen) < age; in makeChannelList()
2465 if (((now_ms - result.seen) < age)) { in makeChannelList()
2492 if (((now_ms - result.seen) < age)) { in makeChannelList()
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DIconCache.java112 private long age(long now) { in age() method in IconCache.QueryEntry
364 long age = queryEntry.age(now); in tickle() local
365 if (age > RequeryTimeHigh) { in tickle()
378 } else if (age > RequeryTimeLow) { in tickle()
/frameworks/base/docs/html/distribute/googleplay/families/
Dstart.jd65 <li>Choose your target age groups from: Ages 5 & Under, Ages 6 to 8, Ages 9
67 audiences). You can choose up to two adjacent age groups only if your app
68 targets more than one age group. Apps with an ESRB 10+ rating can only choose an
69 age target of 9-12 or General Audience. <!--Apps that are found to be inappropriate
70 for the age groups selected will -->
Dabout.jd73 section includes uniquely merchandised content, new categories, and age-based
116 badge, which reflects the target age you select for your apps and serves as a
135 audiences under the age of thirteen will not be accepted into the program. To
192 provide high quality, age-appropriate content.
Dfaq.jd91 How do I decide what age group to select?
96 age groups, your content must be appropriate for children in the age ranges. You may
113 How many age groups can I select?
117 You can select up to two adjacent age groups only if your app is appropriate for
118 multiple age groups.
240 child-focused, i.e. that target the following age groups: Ages 5 & Under,
/frameworks/base/wifi/java/android/net/wifi/
DScanResult.java159 long age = seen - previousSeen; in averageRssi() local
161 if (previousSeen > 0 && age > 0 && age < maxAge/2) { in averageRssi()
163 double alpha = 0.5 - (double) age / (double) maxAge; in averageRssi()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiLastResortWatchdogTest.java144 assertEquals(mLastResortWatchdog.getRecentAvailableNetworks().get(mBssids[0]).age, 0); in testAvailableNetworkBuffering_ageCullingWorks()
145 assertEquals(mLastResortWatchdog.getRecentAvailableNetworks().get(mBssids[1]).age, 0); in testAvailableNetworkBuffering_ageCullingWorks()
146 assertEquals(mLastResortWatchdog.getRecentAvailableNetworks().get(mBssids[2]).age, in testAvailableNetworkBuffering_ageCullingWorks()
148 assertEquals(mLastResortWatchdog.getRecentAvailableNetworks().get(mBssids[3]).age, in testAvailableNetworkBuffering_ageCullingWorks()
212 mLastResortWatchdog.getRecentAvailableNetworks().get(mBssids[j]).age, 0); in testAvailableNetworkBuffering_addNewNetworksOverTime()
245 assertEquals(mLastResortWatchdog.getRecentAvailableNetworks().get(mBssids[0]).age, 0); in testAvailableNetworkBuffering_multipleNetworksSomeEphemeral()
246 assertEquals(mLastResortWatchdog.getRecentAvailableNetworks().get(mBssids[1]).age, 0); in testAvailableNetworkBuffering_multipleNetworksSomeEphemeral()
247 assertEquals(mLastResortWatchdog.getRecentAvailableNetworks().get(mBssids[2]).age, in testAvailableNetworkBuffering_multipleNetworksSomeEphemeral()
249 assertEquals(mLastResortWatchdog.getRecentAvailableNetworks().get(mBssids[3]).age, in testAvailableNetworkBuffering_multipleNetworksSomeEphemeral()
/frameworks/base/core/tests/coretests/src/android/os/
DFileUtilsTest.java318 private void touch(String name, long age) throws Exception { in touch() argument
321 file.setLastModified(System.currentTimeMillis() - age); in touch()
/frameworks/base/docs/html/training/sign-in/
Dindex.jd39 age range, language, and public profile information.<br>
/frameworks/native/libs/input/
DVelocityTracker.cpp578 nsecs_t age = newestMovement.eventTime - movement.eventTime; in getEstimator() local
579 if (age > HORIZON) { in getEstimator()
587 time[m] = -age * 0.000000001f; in getEstimator()
/frameworks/base/docs/html/distribute/users/
Dhouse-ads.jd46 <li>Remember that ads form part of your app and must match its age rating.</li>
/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/core/java/android/os/
DFileUtils.java393 final long age = System.currentTimeMillis() - file.lastModified(); in deleteOlderFiles() local
394 if (age > minAge) { in deleteOlderFiles()
/frameworks/base/docs/html/topic/libraries/data-binding/
Dindex.jd860 android:visibility="&commat;{age &lt; 13 ? View.GONE : View.VISIBLE}"
932 referencing <code>user.age</code>, where age is an <code>int</code>, then it
1217 public final ObservableInt age = new ObservableInt();
1226 int age = user.age.get();
1243 user.put("age", 17);
1260 android:text='&commat;{String.valueOf(1 + (Integer)user["age"])}'
/frameworks/base/docs/html/distribute/monetize/
Dads.jd201 <li>Remember that ads form part of your app and must match its age rating.
/frameworks/base/docs/html/distribute/googleplay/
Dabout.jd64 about your app: hero image or video, age rating, total downloads, summary
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java353 final long age = System.currentTimeMillis() - session.createdMillis; in readSessionsLocked() local
356 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/docs/html/distribute/essentials/quality/
Dbillions.jd494 href="https://medium.com/@chrisbanes/appcompat-v23-2-age-of-the-vectors-91cbafa87c88">
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/ui/notifiers/
Dnotifications.jd170 age como uma sugestão à IU do dispositivo sobre como a notificação deve ser exibida.
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/
Dcontent-provider-basics.jd227 {@link android.content.ContentProvider} também age como uma camada de abstração entre

12