Home
last modified time | relevance | path

Searched refs:addEnableSinceSdkChangeWithId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/compat/
DCompatConfigTest.java184 .addEnableSinceSdkChangeWithId(3, enabledLatestChangeId) in testGetLoggableChanges()
186 .addEnableSinceSdkChangeWithId(1, enabledOlderChangeId) in testGetLoggableChanges()
256 .addEnableSinceSdkChangeWithId(42, targetSdkChangeId) in testIsChangeEnabledForInvalidApp()
825 .addEnableSinceSdkChangeWithId(3, 3L) in testEnableTargetSdkChangesForPackage()
826 .addEnableSinceSdkChangeWithId(4, 4L) in testEnableTargetSdkChangesForPackage()
848 .addEnableSinceSdkChangeWithId(3, 3L) in testDisableTargetSdkChangesForPackage()
849 .addEnableSinceSdkChangeWithId(4, 4L) in testDisableTargetSdkChangesForPackage()
951 .addEnableSinceSdkChangeWithId(2, 2L) in testSaveOverrides()
1007 .addEnableSinceSdkChangeWithId(2, 2L) in testSaveOverridesWithRanges()
1067 .addEnableSinceSdkChangeWithId(2, 2L) in testInitOverridesRaw()
[all …]
DPlatformCompatTest.java125 .addEnableSinceSdkChangeWithId(Build.VERSION_CODES.P, 4L) in testListUIChanges()
126 .addEnableSinceSdkChangeWithId(Build.VERSION_CODES.Q, 5L) in testListUIChanges()
127 .addEnableSinceSdkChangeWithId(Build.VERSION_CODES.R, 6L) in testListUIChanges()
129 .addEnableSinceSdkChangeWithId(31, 8L) in testListUIChanges()
DCompatConfigBuilder.java63 CompatConfigBuilder addEnableSinceSdkChangeWithId(int sdk, long id) { in addEnableSinceSdkChangeWithId() method in CompatConfigBuilder