/frameworks/base/media/java/android/media/tv/tuner/ |
D | TunerVersionChecker.java | 82 public static boolean supportTunerVersion(@TunerVersion int version) { in supportTunerVersion() 97 public static boolean isHigherOrEqualVersionTo(@TunerVersion int version) { in isHigherOrEqualVersionTo() 111 public static int getMajorVersion(@TunerVersion int version) { in getMajorVersion() 124 public static int getMinorVersion(@TunerVersion int version) { in getMinorVersion() 129 public static boolean checkHigherOrEqualVersionTo( in checkHigherOrEqualVersionTo() 142 public static boolean checkSupportVersion(@TunerVersion int version, String methodName) { in checkSupportVersion()
|
/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/omapres/ |
D | VersionTest.java | 60 Version version = new Version(); in testElementName() local 71 Version version = new Version(majorVersion, minorVersion); in testSerializing() local 111 Version version = null; in testParsing() local
|
D | ServiceDescriptionTest.java | 70 final Version version = new Version(1, 0); in testSerializing() local 98 final String version = "1.0"; in testParsing() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/ |
D | CertPinInstallReceiverTest.java | 162 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/base/core/java/android/database/sqlite/ |
D | SQLiteOpenHelper.java | 81 @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/av/media/libaudiohal/ |
D | FactoryHalHidl.cpp | 41 bool createHalService(const std::string& version, const std::string& interface, in createHalService() 71 bool hasHalService(const std::string& package, const std::string& version, in hasHalService() 97 for (auto version = detail::sAudioHALVersions; version != nullptr; ++version) { in createPreferredImpl() local
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | ConstrainDisplayApisConfigTest.java | 147 private static void testNeverConstrainDisplayApis(String packageName, long version, in testNeverConstrainDisplayApis() 158 private static void testAlwaysConstrainDisplayApis(String packageName, long version, in testAlwaysConstrainDisplayApis() 169 private static ApplicationInfo buildApplicationInfo(String packageName, long version) { in buildApplicationInfo()
|
/frameworks/rs/ |
D | rsApiContext.cpp | 28 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/startop/iorap/functional_tests/src/com/google/android/startop/iorap/ |
D | IorapWorkFlowTest.java | 175 String packageName, String activityName, long version) in startAppForPerfettoTrace() 183 String packageName, String activityName, long version) in startAppWithCompiledTrace() 203 String packageName, String activityName, long version) throws Exception { in compile() 210 String packageName, String activityName, long version) { in getCompiledTracePath()
|
/frameworks/base/core/java/android/content/integrity/ |
D | RuleSet.java | 37 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/ |
D | VersionedPasswordMetrics.java | 34 private VersionedPasswordMetrics(int version, PasswordMetrics metrics) { in VersionedPasswordMetrics() 73 final int version = buffer.getInt(); in deserialize() local
|
/frameworks/base/native/webview/plat_support/ |
D | draw_sw.h | 32 int version; // The kAwPixelInfoVersion this struct was built with. member 61 int version; member
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/ |
D | DeviceInfoUtilsTest.java | 45 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/av/apex/testing/ |
D | test_manifest_codec.json | 3 "version": 300000000 number
|
D | test_manifest.json | 3 "version": 2147483647 number
|
/frameworks/base/core/tests/overlaytests/remount/test-apps/overlay_apex/ |
D | manifest.json | 3 "version": "1" string
|
/frameworks/base/apex/appsearch/ |
D | apex_manifest.json | 3 "version": 300000000 number
|
/frameworks/base/core/tests/overlaytests/remount/test-apps/overlaid_apex/ |
D | manifest.json | 3 "version": "1" string
|
/frameworks/base/tests/RollbackTest/testdata/ |
D | manifest_v2.json | 3 "version": 2 number
|
D | manifest_v1.json | 3 "version": 1 number
|
/frameworks/base/media/java/android/media/tv/tuner/filter/ |
D | SectionSettingsWithTableInfo.java | 33 boolean isRaw, int tableId, int version) { in SectionSettingsWithTableInfo() 85 public Builder setVersion(int version) { in setVersion()
|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/omapres/ |
D | Version.java | 86 String version = parser.getText(); in parse() local 94 private void handleParsedVersion(String version) { in handleParsedVersion()
|
/frameworks/base/services/core/java/com/android/server/signedconfig/ |
D | SignedConfig.java | 81 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/av/media/libaudiohal/impl/ |
D | DeviceHalLocal.h | 120 uint32_t version() const { return mDev->common.version; } in version() function
|
/frameworks/native/cmds/installd/tests/ |
D | installd_otapreopt_test.cpp | 48 uint32_t version, in verifyPackageParameters() 106 const char* getVersionCStr(uint32_t version) { in getVersionCStr() 122 std::vector<const char*> getArgs(uint32_t version, in getArgs() 165 void VerifyReadArguments(uint32_t version, in VerifyReadArguments()
|