Searched refs:touchFile (Results 1 – 2 of 2) sorted by relevance
32 import static com.android.cts.appdataisolation.common.FileUtils.touchFile;132 touchFile(mCePath, CE_DATA_FILE_NAME); in testCreateCeDeAppData()133 touchFile(mDePath, DE_DATA_FILE_NAME); in testCreateCeDeAppData()146 touchFile(mExternalDataPath, EXTERNAL_DATA_FILE_NAME); in testCreateExternalDirs()147 touchFile(mObbPath, OBB_FILE_NAME); in testCreateExternalDirs()
128 public static void touchFile(String path, String name) throws IOException { in touchFile() method in FileUtils