Home
last modified time | relevance | path

Searched refs:Version (Results 1 – 25 of 1045) sorted by relevance

12345678910>>...42

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DVersionInfo.java29 private final ArrayMap<Class<?>, Version> mVersions = new ArrayMap<>();
53 mVersions.put(cls, new Version(provider.version(), true)); in addClass()
79 plugin.mVersions.forEach(new BiConsumer<Class<?>, Version>() { in checkVersion()
81 public void accept(Class<?> aClass, Version version) { in checkVersion()
82 Version v = versions.remove(aClass); in checkVersion()
97 versions.forEach(new BiConsumer<Class<?>, Version>() { in checkVersion()
99 public void accept(Class<?> aClass, Version version) { in checkVersion()
108 private Version createVersion(Class<?> cls) { in createVersion()
111 return new Version(provider.version(), false); in createVersion()
150 private static class Version { class in VersionInfo
[all …]
/aosp14/frameworks/base/tools/aapt2/
H A Dreadme.md3 ## Version 2.19
16 ## Version 2.18
29 ## Version 2.17
44 ## Version 2.16
50 ## Version 2.15
58 ## Version 2.14
100 ## Version 2.9
115 ## Version 2.8
120 ## Version 2.7
124 ## Version 2.6
[all …]
/aosp14/frameworks/base/packages/ExtShared/src/android/ext/shared/
H A DVersion.java22 public final class Version { class
24 private Version() { in Version() method in Version
/aosp14/frameworks/base/test-runner/src/junit/runner/
H A DVersion.java6 public class Version { class
7 private Version() { in Version() method in Version
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v1/src/com/android/framework/multidexlegacyversionedtestapp/
H A DVersion.java20 public class Version { class
H A DClassForMainDex.java26 return Version.getVersion(); in getVersion()
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v3/src/com/android/framework/multidexlegacyversionedtestapp/
H A DVersion.java20 public class Version { class
H A DClassForMainDex.java26 return Version.getVersion(); in getVersion()
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v2/src/com/android/framework/multidexlegacyversionedtestapp/
H A DVersion.java20 public class Version { class
H A DClassForMainDex.java26 return Version.getVersion(); in getVersion()
/aosp14/frameworks/base/
H A DNOTICE3 == the Apache License, Version 2.0, ==
15 == the Apache License, Version 2.0, ==
27 == the Apache License, Version 2.0, ==
39 == the Apache License, Version 2.0, ==
48 == the Apache License, Version 2.0, ==
58 == the Apache License, Version 2.0, ==
69 == the Apache License, Version 2.0, ==
76 Version 2.0. You may obtain a copy of this license at
88 == the Apache License, Version 2.0, ==
98 == the Apache License, Version 2.0, ==
[all …]
/aosp14/frameworks/base/data/keyboards/
H A DVendor_054c_Product_0268_Version_8100.kl3 # Licensed under the Apache License, Version 2.0 (the "License");
17 # - Version 0x8000 and 0x8100 are for Linux hid-sony driver >=4.12
H A DVendor_054c_Product_0268_Version_8000.kl3 # Licensed under the Apache License, Version 2.0 (the "License");
17 # - Version 0x8000 and 0x8100 are for Linux hid-sony driver >=4.12
H A DVendor_054c_Product_0268_Version_8111.kl3 # Licensed under the Apache License, Version 2.0 (the "License");
17 # - Version 0x8111 is for Linux hid-sony driver >=4.12 and when
H A DVendor_054c_Product_0ba0_Version_8111.kl3 # Licensed under the Apache License, Version 2.0 (the "License");
17 # - Version 0x8111 is for Linux hid-sony driver >=4.10
H A DVendor_054c_Product_05c4_Version_8000.kl3 # Licensed under the Apache License, Version 2.0 (the "License");
17 # - Version 0x8000 and 0x8100 are for Linux hid-sony driver >=4.10
H A DVendor_054c_Product_05c4_Version_8100.kl3 # Licensed under the Apache License, Version 2.0 (the "License");
17 # - Version 0x8000 and 0x8100 are for Linux hid-sony driver >=4.10
H A DVendor_054c_Product_05c4_Version_8111.kl3 # Licensed under the Apache License, Version 2.0 (the "License");
17 # - Version 0x8111 is for Linux hid-sony driver >=4.10 and when
H A DVendor_054c_Product_09cc_Version_8000.kl3 # Licensed under the Apache License, Version 2.0 (the "License");
17 # - Version 0x8000 and 0x8100 are for Linux hid-sony driver >=4.10
H A DVendor_054c_Product_09cc_Version_8100.kl3 # Licensed under the Apache License, Version 2.0 (the "License");
17 # - Version 0x8000 and 0x8100 are for Linux hid-sony driver >=4.10
H A DVendor_054c_Product_09cc_Version_8111.kl3 # Licensed under the Apache License, Version 2.0 (the "License");
17 # - Version 0x8111 is for Linux hid-sony driver >=4.10 and when
/aosp14/frameworks/base/tools/powermodel/test/com/android/powermodel/
H A DRawBatteryStatsTest.java52 final RawBatteryStats.Version line = (RawBatteryStats.Version)records.get(0); in testVersion()
/aosp14/frameworks/base/test-runner/src/junit/textui/
H A DTestRunner.java11 import junit.runner.Version;
168 System.err.println("JUnit " + Version.id() + " by Kent Beck and Erich Gamma"); in start()
/aosp14/frameworks/base/core/proto/android/content/
H A Dpackage_item_info.proto4 * Licensed under the Apache License, Version 2.0 (the "License");
55 message Version { message
64 optional Version version = 16;
/aosp14/frameworks/base/tests/HwAccelerationTest/
H A Ddefault.properties4 # This file must be checked in Version Control Systems.

12345678910>>...42