Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DWifiConfigLockdownTest.java117 int removeCount = 0; in testDeviceOwnerCanRemoveConfig() local
135 ++removeCount; in testDeviceOwnerCanRemoveConfig()
138 logConfigs("After removing " + removeCount, configs); in testDeviceOwnerCanRemoveConfig()
140 .that(removeCount).isEqualTo(2); in testDeviceOwnerCanRemoveConfig()
177 int removeCount = 0; in testRegularAppCannotRemoveDeviceOwnerConfig() local
183 ++removeCount; in testRegularAppCannotRemoveDeviceOwnerConfig()
189 .that(removeCount).isAtLeast(1); in testRegularAppCannotRemoveDeviceOwnerConfig()