Home
last modified time | relevance | path

Searched defs:version (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/frameworks/libs/modules-utils/java/com/android/modules/utils/build/
DUnboundedSdkLevel.java39 public static boolean isAtLeast(@NonNull String version) { in isAtLeast()
46 public static boolean isAtMost(@NonNull String version) { in isAtMost()
81 boolean isAtLeastInternal(@NonNull String version) { in isAtLeastInternal()
104 boolean isAtMostInternal(@NonNull String version) { in isAtMostInternal()
137 String removeFingerprint(@NonNull String version) { in removeFingerprint()
147 private boolean isCodename(String version) { in isCodename()
/frameworks/base/media/java/android/media/tv/tuner/
DTunerVersionChecker.java91 public static boolean supportTunerVersion(@TunerVersion int version) { in supportTunerVersion()
106 public static boolean isHigherOrEqualVersionTo(@TunerVersion int version) { in isHigherOrEqualVersionTo()
120 public static int getMajorVersion(@TunerVersion int version) { in getMajorVersion()
133 public static int getMinorVersion(@TunerVersion int version) { in getMinorVersion()
138 public static boolean checkHigherOrEqualVersionTo( in checkHigherOrEqualVersionTo()
151 public static boolean checkSupportVersion(@TunerVersion int version, String methodName) { in checkSupportVersion()
/frameworks/base/packages/SystemUI/scripts/token_alignment/
Dpackage-lock.json25 "version": "0.8.1", string
37 "version": "1.4.1", string
61 "version": "0.11.8", string
76 "version": "1.0.1", string
90 "version": "1.2.1", string
97 "version": "3.1.0", string
106 "version": "1.4.14", string
112 "version": "0.3.9", string
122 "version": "2.1.5", string
135 "version": "2.0.5", string
[all …]
/frameworks/libs/modules-utils/build/include/android-modules-utils/
Dunbounded_sdk_level.h36 inline auto getVersionInt(const char *version) { in getVersionInt()
47 inline bool isCodename(const char *version) { in isCodename()
88 static bool isKnownCodename(const char *version) { in isKnownCodename()
110 inline bool IsAtLeast(const char *version) { in IsAtLeast()
134 inline bool IsAtMost(const char *version) { in IsAtMost()
/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/omapres/
DVersionTest.java60 Version version = new Version(); in testElementName() local
71 Version version = new Version(majorVersion, minorVersion); in testSerializing() local
111 Version version = null; in testParsing() local
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
DPacketReflector.java98 private static void swapAddresses(@NonNull byte[] buf, int version) { in swapAddresses()
117 private void processTcpPacket(@NonNull byte[] buf, int version, int len, int hdrLen) { in processTcpPacket()
131 private void processUdpPacket(@NonNull byte[] buf, int version, int len, int hdrLen) { in processUdpPacket()
147 private void processIcmpPacket(@NonNull byte[] buf, int version, int len, int hdrLen) { in processIcmpPacket()
225 int version = mBuf[0] >> 4; in processPacket() local
DDeviceInfoUtils.java102 private static Pair<Integer, Integer> getMajorMinorVersion(String version) { in getMajorMinorVersion()
145 public static KVersion getMajorMinorSubminorVersion(final String version) { in getMajorMinorSubminorVersion()
170 public static boolean isKernelVersionAtLeast(final String version) { in isKernelVersionAtLeast()
/frameworks/proto_logging/stats/atoms/media/
Dmedia_drm_atoms.proto27 optional string version = 6; field
47 optional string version = 6; field
85 optional string version = 6; field
112 optional string version = 6; field
/frameworks/libs/modules-utils/build/tests/
Dsdk_level_nostl.cpp33 bool IsAtLeast(const char *version) { in IsAtLeast()
36 bool IsAtMost(const char *version) { in IsAtMost()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteOpenHelper.java81 @Nullable CursorFactory factory, int version) { in SQLiteOpenHelper()
103 @Nullable CursorFactory factory, int version, in SQLiteOpenHelper()
123 public SQLiteOpenHelper(@Nullable Context context, @Nullable String name, int version, in SQLiteOpenHelper()
152 @Nullable CursorFactory factory, int version, in SQLiteOpenHelper()
160 private SQLiteOpenHelper(@Nullable Context context, @Nullable String name, int version, in SQLiteOpenHelper()
389 final int version = db.getVersion(); in getDatabaseLocked() local
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
DCertPinInstallReceiverTest.java162 private String createSignature(String content, String version, String requiredHash) in createSignature()
175 public boolean verifySignature(String content, String version, String requiredPrevious, in verifySignature()
185 private void sendIntent(String contentPath, String version, String required, String sig) { in sendIntent()
195 private String runTest(String cert, String content, String version, String required, String sig) in runTest()
205 private String runTestWithoutSig(String cert, String content, String version, String required) in runTestWithoutSig()
233 String version = getNextVersion(); in testBadVersionFails() local
/frameworks/av/media/libaudiohal/
DFactoryHal.cpp76 bool createHalService(const AudioHalVersionInfo& version, bool isDevice, void** rawInterface) { in createHalService()
106 bool hasAidlHalService(const InterfaceName& interface, const AudioHalVersionInfo& version) { in hasAidlHalService()
117 bool hasHidlHalService(const InterfaceName& interface, const AudioHalVersionInfo& version) { in hasHidlHalService()
140 bool hasHalService(const InterfaceName& interface, const AudioHalVersionInfo& version) { in hasHalService()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DConstrainDisplayApisConfigTest.java149 private static void testNeverConstrainDisplayApis(String packageName, long version, in testNeverConstrainDisplayApis()
156 private static void testAlwaysConstrainDisplayApis(String packageName, long version, in testAlwaysConstrainDisplayApis()
164 private static ApplicationInfo buildApplicationInfo(String packageName, long version) { in buildApplicationInfo()
/frameworks/rs/
DrsApiContext.cpp28 extern "C" RsContext rsContextCreateVendor(RsDevice vdev, uint32_t version, uint32_t sdkVersion, in rsContextCreateVendor()
39 extern "C" RsContext rsContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, in rsContextCreate()
55 extern "C" RsContext rsContextCreateGL(RsDevice vdev, uint32_t version, in rsContextCreateGL()
/frameworks/base/core/java/android/content/integrity/
DRuleSet.java37 private RuleSet(String version, List<Rule> rules) { in RuleSet()
68 public Builder setVersion(@NonNull String version) { in setVersion()
/frameworks/base/services/core/java/com/android/server/locksettings/
DVersionedPasswordMetrics.java34 private VersionedPasswordMetrics(int version, PasswordMetrics metrics) { in VersionedPasswordMetrics()
73 final int version = buffer.getInt(); in deserialize() local
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DDeviceInfoUtilsTest.java45 final String version = "#1 SMP PREEMPT Tue Dec 31 12:00:00 UTC 2017"; in formatKernelVersion_regularInputVersion_shouldStripOptionalValues() local
59 final String version = "%@%!asd%#@!$" + "\n " + "fasdfasdfa13ta"; in formatKernelVersion_nonRegularInputVersion_shouldBeUnavailable() local
/frameworks/base/native/webview/plat_support/
Ddraw_sw.h32 int version; // The kAwPixelInfoVersion this struct was built with. member
61 int version; member
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceStartUserClient.java62 final int version = hal.getInterfaceVersion(); in startHalOperation() local
66 mUserStartedCallback.onUserStarted(getTargetUserId(), newSession, version); in startHalOperation() local
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintStartUserClient.java62 final int version = hal.getInterfaceVersion(); in startHalOperation() local
66 mUserStartedCallback.onUserStarted(getTargetUserId(), newSession, version); in startHalOperation() local
/frameworks/base/services/core/java/com/android/server/signedconfig/
DSignedConfig.java81 public final int version; field in SignedConfig
84 public SignedConfig(int version, List<PerSdkConfig> perSdkConfig) { in SignedConfig()
129 int version = json.getInt(KEY_VERSION); in parse() local
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/omapres/
DVersion.java86 String version = parser.getText(); in parse() local
94 private void handleParsedVersion(String version) { in handleParsedVersion()
/frameworks/av/apex/testing/
Dtest_manifest_codec.json3 "version": 300000000 number
Dtest_manifest.json3 "version": 2147483647 number
/frameworks/native/data/etc/apex/
Dapex_manifest.json3 "version": 1 number

12345678910>>...16