Searched refs:OBB_FILE_NAME (Results 1 – 2 of 2) sorted by relevance
25 import static com.android.cts.appdataisolation.common.FileUtils.OBB_FILE_NAME;144 assertFileDoesNotExist(mObbPath, OBB_FILE_NAME); in testCreateExternalDirs()147 touchFile(mObbPath, OBB_FILE_NAME); in testCreateExternalDirs()150 assertFileExists(mObbPath, OBB_FILE_NAME); in testCreateExternalDirs()156 deleteFile(mObbPath, OBB_FILE_NAME); in testDeleteExternalDirs()159 assertFileDoesNotExist(mObbPath, OBB_FILE_NAME); in testDeleteExternalDirs()185 assertFileExists(mObbPath, OBB_FILE_NAME); in testAppAExternalDirsDoExist()191 assertFileDoesNotExist(mObbPath, OBB_FILE_NAME); in testAppAExternalDirsDoNotExist()
47 public final static String OBB_FILE_NAME = "obb_file"; field in FileUtils