Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DWifiConfigLockdownTest.java89 int updateCount = 0; in testDeviceOwnerCanUpdateConfig() local
98 ++updateCount; in testDeviceOwnerCanUpdateConfig()
106 ++updateCount; in testDeviceOwnerCanUpdateConfig()
111 .that(updateCount).isAtLeast(2); in testDeviceOwnerCanUpdateConfig()
146 int updateCount = 0; in testRegularAppCannotUpdateDeviceOwnerConfig() local
152 ++updateCount; in testRegularAppCannotUpdateDeviceOwnerConfig()
157 .that(updateCount).isAtLeast(1); in testRegularAppCannotUpdateDeviceOwnerConfig()
/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/
DApnTest.java176 final int updateCount = in testPermissionCheckForApnUpdate_success() local
183 assertWithMessage("Unexpected number of rows updated").that(updateCount).isEqualTo(1); in testPermissionCheckForApnUpdate_success()
/cts/tests/tests/view/src/android/view/cts/
DTextureViewCtsActivity.java276 public int waitForSurfaceUpdateCount(int updateCount) throws InterruptedException { in waitForSurfaceUpdateCount() argument
278 while (updateCount > mSurfaceUpdatedCount) { in waitForSurfaceUpdateCount()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DApnDatabaseTest.java148 final int updateCount = in testValidCase() local
150 assertWithMessage("Unexpected number of rows updated").that(updateCount).isEqualTo(1); in testValidCase()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java2260 updateCount(TestJournalContainer.get(componentName).callbacks);
2264 updateCount(callbacks);
2267 private void updateCount(List<ActivityCallback> callbacks) {
2307 updateCount(TestJournalContainer.get(mActivityName).callbacks);