Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DWifiConfigLockdownTest.java83 int updateCount = 0; in testDeviceOwnerCanUpdateConfig() local
88 ++updateCount; in testDeviceOwnerCanUpdateConfig()
93 ++updateCount; in testDeviceOwnerCanUpdateConfig()
97 " Instead updated: " + updateCount, 2, updateCount); in testDeviceOwnerCanUpdateConfig()
116 int updateCount = 0; in testRegularAppCannotUpdateDeviceOwnerConfig() local
121 ++updateCount; in testRegularAppCannotUpdateDeviceOwnerConfig()
125 " Instead tried to update: " + updateCount, 1, updateCount); in testRegularAppCannotUpdateDeviceOwnerConfig()
/cts/tests/tests/view/src/android/view/cts/
DTextureViewCtsActivity.java274 public int waitForSurfaceUpdateCount(int updateCount) throws InterruptedException { in waitForSurfaceUpdateCount() argument
276 while (updateCount > mSurfaceUpdatedCount) { in waitForSurfaceUpdateCount()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DApnDatabaseTest.java158 final int updateCount = mContentResolver.update(uri, contentValues, selection, in testValidCase() local
160 assertEquals("Unexpected number of rows updated", 1, updateCount); in testValidCase()