Home
last modified time | relevance | path

Searched defs:clientVersion (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderRpcTestTrusty.cpp62 uint32_t clientVersion = GetParam().clientVersion; in createRpcTestSocketServerProcessEtc() local
96 for (const auto& clientVersion : testVersions()) { in getTrustyBinderRpcParams() local
DbinderRpcTestFixture.h112 uint32_t clientVersion; member
122 uint32_t clientVersion() const { return GetParam().clientVersion; } in clientVersion() function
DbinderRpcTest.cpp260 uint32_t clientVersion = GetParam().clientVersion; in createRpcTestSocketServerProcessEtc() local
1134 for (const auto& clientVersion : testVersions()) { in getTrustyBinderRpcParams() local
1278 for (const auto& clientVersion : testVersions()) { in getBinderRpcParams() local
/frameworks/base/telephony/java/android/telephony/ims/
DRcsClientConfiguration.java80 @NonNull String clientVendor, @NonNull String clientVersion) { in RcsClientConfiguration()
102 @NonNull String clientVendor, @NonNull String clientVersion, in RcsClientConfiguration()