Searched refs:leases (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/apps/Settings/src/com/android/settings/development/storage/ |
H A D | LeaseInfoListView.java | 149 final List<LeaseInfo> leases = mBlobInfo.getLeases(); 150 if (CollectionUtils.isEmpty(leases)) { 153 addAll(leases);
|
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/ |
H A D | DhcpLeaseRepositoryTest.java | 636 private void verifyLeasesChangedCallback(int times, DhcpLease... leases) { in verifyLeasesChangedCallback() argument 637 final Set<DhcpLease> expected = new HashSet<>(Arrays.asList(leases)); in verifyLeasesChangedCallback() 647 private void verifyLeasesChangedCallback(DhcpLease... leases) { in verifyLeasesChangedCallback() argument 648 verifyLeasesChangedCallback(1 /* times */, leases); in verifyLeasesChangedCallback()
|
/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/ |
H A D | IpServer.java | 473 final ArrayList<TetheredClient> leases = new ArrayList<>(); in onLeasesChanged() local 491 leases.add(new TetheredClient( in onLeasesChanged() 498 mDhcpLeases = leases; in onLeasesChanged()
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | TetheringTest.java | 1722 public void expectTetheredClientChanged(List<TetheredClient> leases) { in expectTetheredClientChanged() argument 1725 assertEquals(leases.size(), result.size()); in expectTetheredClientChanged() 1726 assertTrue(leases.containsAll(result)); in expectTetheredClientChanged() 2523 final ArrayList<TetheredClient> leases = new ArrayList<>(); in toTetheredClients() local 2533 leases.add(new TetheredClient( in toTetheredClients() 2539 return leases; in toTetheredClients()
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |