Searched refs:expectedDeviceFilePath (Results 1 – 1 of 1) sorted by relevance
454 String expectedDeviceFilePath = null; in doTestSyncFiles() local463 expectedDeviceFilePath = in doTestSyncFiles()468 assertTrue(mTestDevice.doesFileExist(expectedDeviceFilePath)); in doTestSyncFiles()473 String.format("ls -l %s", expectedDeviceFilePath)); in doTestSyncFiles()486 String.format("ls -l %s", expectedDeviceFilePath)); in doTestSyncFiles()498 String.format("cat %s", expectedDeviceFilePath)); in doTestSyncFiles()501 if (expectedDeviceFilePath != null && externalStorePath != null) { in doTestSyncFiles()503 mTestDevice.deleteFile(expectedDeviceFilePath); in doTestSyncFiles()512 String expectedDeviceFilePath = null; in testPushDir() local521 expectedDeviceFilePath = in testPushDir()[all …]