Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DWifiConfigLockdownTest.java89 int updateCount = 0; in testDeviceOwnerCanUpdateConfig() local
146 int updateCount = 0; in testRegularAppCannotUpdateDeviceOwnerConfig() local
/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/
DApnTest.java176 final int updateCount = in testPermissionCheckForApnUpdate_success() local
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DApnDatabaseTest.java148 final int updateCount = in testValidCase() local
/cts/tests/tests/view/src/android/view/cts/
DTextureViewCtsActivity.java276 public int waitForSurfaceUpdateCount(int updateCount) throws InterruptedException { in waitForSurfaceUpdateCount()