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.java170 pushUpdateFileToDevice("notZip.zi"); in testInstallUpdate()
171 pushUpdateFileToDevice("empty.zip"); in testInstallUpdate()
172 pushUpdateFileToDevice("wrongPayload.zip"); in testInstallUpdate()
173 pushUpdateFileToDevice("wrongHash.zip"); in testInstallUpdate()
174 pushUpdateFileToDevice("wrongSize.zip"); in testInstallUpdate()
183 pushUpdateFileToDevice("wrongHash.zip"); in testInstallUpdateLogged()
DOrgOwnedProfileOwnerTest.java303 pushUpdateFileToDevice("notZip.zi"); in testInstallUpdate()
304 pushUpdateFileToDevice("empty.zip"); in testInstallUpdate()
305 pushUpdateFileToDevice("wrongPayload.zip"); in testInstallUpdate()
306 pushUpdateFileToDevice("wrongHash.zip"); in testInstallUpdate()
307 pushUpdateFileToDevice("wrongSize.zip"); in testInstallUpdate()
DBaseDevicePolicyTest.java1342 void pushUpdateFileToDevice(String fileName) in pushUpdateFileToDevice() method in BaseDevicePolicyTest