Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DMixedDeviceOwnerTest.java263 pushUpdateFileToDevice("notZip.zi"); in testInstallUpdate()
264 pushUpdateFileToDevice("empty.zip"); in testInstallUpdate()
265 pushUpdateFileToDevice("wrongPayload.zip"); in testInstallUpdate()
266 pushUpdateFileToDevice("wrongHash.zip"); in testInstallUpdate()
267 pushUpdateFileToDevice("wrongSize.zip"); in testInstallUpdate()
276 pushUpdateFileToDevice("wrongHash.zip"); in testInstallUpdateLogged()
DOrgOwnedProfileOwnerTest.java320 pushUpdateFileToDevice("notZip.zi"); in testInstallUpdate()
321 pushUpdateFileToDevice("empty.zip"); in testInstallUpdate()
322 pushUpdateFileToDevice("wrongPayload.zip"); in testInstallUpdate()
323 pushUpdateFileToDevice("wrongHash.zip"); in testInstallUpdate()
324 pushUpdateFileToDevice("wrongSize.zip"); in testInstallUpdate()
DBaseDevicePolicyTest.java1321 void pushUpdateFileToDevice(String fileName) in pushUpdateFileToDevice() method in BaseDevicePolicyTest