Searched refs:DE_DATA_FILE_NAME (Results 1 – 2 of 2) sorted by relevance
22 import static com.android.cts.appdataisolation.common.FileUtils.DE_DATA_FILE_NAME;128 assertFileDoesNotExist(mCePath, DE_DATA_FILE_NAME); in testCreateCeDeAppData()130 assertFileDoesNotExist(mDePath, DE_DATA_FILE_NAME); in testCreateCeDeAppData()133 touchFile(mDePath, DE_DATA_FILE_NAME); in testCreateCeDeAppData()136 assertFileDoesNotExist(mCePath, DE_DATA_FILE_NAME); in testCreateCeDeAppData()138 assertFileExists(mDePath, DE_DATA_FILE_NAME); in testCreateCeDeAppData()174 assertFileExists(mDePath, DE_DATA_FILE_NAME); in testAppADeDataExists()179 assertFileDoesNotExist(mDePath, DE_DATA_FILE_NAME); in testAppADeDataDoesNotExist()
45 public static final String DE_DATA_FILE_NAME = "de_data_file"; field in FileUtils