Searched refs:getPackageLocation (Results 1 – 6 of 6) sorted by relevance
94 when(mDownloadPackageTask.getPackageLocation()).thenReturn(TEST_LOCAL_FILE); in setUp()103 when(mDownloadPackageTask.getPackageLocation()).thenReturn(null); in testDownloadLocationNull()
221 assertEquals(location, mTask.getPackageLocation()); in verifyOnTaskFinished()
22 File getPackageLocation(); in getPackageLocation() method
92 final File packageLocation = mDownloadLocationProvider.getPackageLocation(); in run()
207 public File getPackageLocation() {
133 File packageLocation = mPackageLocationProvider.getPackageLocation(); in run()