Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DWifiConfigLockdownTest.java82 int updateCount = 0; in testDeviceOwnerCanUpdateConfig() local
91 ++updateCount; in testDeviceOwnerCanUpdateConfig()
99 ++updateCount; in testDeviceOwnerCanUpdateConfig()
104 .that(updateCount).isAtLeast(2); in testDeviceOwnerCanUpdateConfig()
110 int updateCount = 0; in testRegularAppCannotUpdateDeviceOwnerConfig() local
116 ++updateCount; in testRegularAppCannotUpdateDeviceOwnerConfig()
121 .that(updateCount).isAtLeast(1); in testRegularAppCannotUpdateDeviceOwnerConfig()
/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.java150 final int updateCount = in testValidCase() local
152 assertWithMessage("Unexpected number of rows updated").that(updateCount).isEqualTo(1); in testValidCase()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java2124 updateCount(TestJournalContainer.get(componentName).callbacks);
2128 updateCount(callbacks);
2131 private void updateCount(List<ActivityCallback> callbacks) {
2171 updateCount(TestJournalContainer.get(mActivityName).callbacks);