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.java172 pushUpdateFileToDevice("notZip.zi"); in testInstallUpdate()
173 pushUpdateFileToDevice("empty.zip"); in testInstallUpdate()
174 pushUpdateFileToDevice("wrongPayload.zip"); in testInstallUpdate()
175 pushUpdateFileToDevice("wrongHash.zip"); in testInstallUpdate()
176 pushUpdateFileToDevice("wrongSize.zip"); in testInstallUpdate()
185 pushUpdateFileToDevice("wrongHash.zip"); in testInstallUpdateLogged()
DOrgOwnedProfileOwnerTest.java310 pushUpdateFileToDevice("notZip.zi"); in testInstallUpdate()
311 pushUpdateFileToDevice("empty.zip"); in testInstallUpdate()
312 pushUpdateFileToDevice("wrongPayload.zip"); in testInstallUpdate()
313 pushUpdateFileToDevice("wrongHash.zip"); in testInstallUpdate()
314 pushUpdateFileToDevice("wrongSize.zip"); in testInstallUpdate()
DBaseDevicePolicyTest.java1335 void pushUpdateFileToDevice(String fileName) in pushUpdateFileToDevice() method in BaseDevicePolicyTest