Searched refs:updateCount (Results 1 – 5 of 5) sorted by relevance
89 int updateCount = 0; in testDeviceOwnerCanUpdateConfig() local98 ++updateCount; in testDeviceOwnerCanUpdateConfig()106 ++updateCount; in testDeviceOwnerCanUpdateConfig()111 .that(updateCount).isAtLeast(2); in testDeviceOwnerCanUpdateConfig()146 int updateCount = 0; in testRegularAppCannotUpdateDeviceOwnerConfig() local152 ++updateCount; in testRegularAppCannotUpdateDeviceOwnerConfig()157 .that(updateCount).isAtLeast(1); in testRegularAppCannotUpdateDeviceOwnerConfig()
176 final int updateCount = in testPermissionCheckForApnUpdate_success() local183 assertWithMessage("Unexpected number of rows updated").that(updateCount).isEqualTo(1); in testPermissionCheckForApnUpdate_success()
276 public int waitForSurfaceUpdateCount(int updateCount) throws InterruptedException { in waitForSurfaceUpdateCount() argument278 while (updateCount > mSurfaceUpdatedCount) { in waitForSurfaceUpdateCount()
148 final int updateCount = in testValidCase() local150 assertWithMessage("Unexpected number of rows updated").that(updateCount).isEqualTo(1); in testValidCase()
2260 updateCount(TestJournalContainer.get(componentName).callbacks);2264 updateCount(callbacks);2267 private void updateCount(List<ActivityCallback> callbacks) {2307 updateCount(TestJournalContainer.get(mActivityName).callbacks);