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.java258 pushUpdateFileToDevice("notZip.zi"); in testInstallUpdate()
259 pushUpdateFileToDevice("empty.zip"); in testInstallUpdate()
260 pushUpdateFileToDevice("wrongPayload.zip"); in testInstallUpdate()
261 pushUpdateFileToDevice("wrongHash.zip"); in testInstallUpdate()
262 pushUpdateFileToDevice("wrongSize.zip"); in testInstallUpdate()
271 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.java1340 void pushUpdateFileToDevice(String fileName) in pushUpdateFileToDevice() method in BaseDevicePolicyTest