Searched refs:updateCount (Results 1 – 3 of 3) sorted by relevance
83 int updateCount = 0; in testDeviceOwnerCanUpdateConfig() local88 ++updateCount; in testDeviceOwnerCanUpdateConfig()93 ++updateCount; in testDeviceOwnerCanUpdateConfig()97 " Instead updated: " + updateCount, 2, updateCount); in testDeviceOwnerCanUpdateConfig()116 int updateCount = 0; in testRegularAppCannotUpdateDeviceOwnerConfig() local121 ++updateCount; in testRegularAppCannotUpdateDeviceOwnerConfig()125 " Instead tried to update: " + updateCount, 1, updateCount); in testRegularAppCannotUpdateDeviceOwnerConfig()
274 public int waitForSurfaceUpdateCount(int updateCount) throws InterruptedException { in waitForSurfaceUpdateCount() argument276 while (updateCount > mSurfaceUpdatedCount) { in waitForSurfaceUpdateCount()
158 final int updateCount = mContentResolver.update(uri, contentValues, selection, in testValidCase() local160 assertEquals("Unexpected number of rows updated", 1, updateCount); in testValidCase()