Searched refs:mBackupDataDirectory (Results 1 – 1 of 1) sorted by relevance
74 private File mBackupDataDirectory; field in HealthConnectBackupAgentTest80 mBackupDataDirectory = mContext.getDir("mock_data", Context.MODE_PRIVATE); in setUp()147 createAndGetNonEmptyFile(mBackupDataDirectory, "testFile1"); in testOnFullBackup_backsUpEverything()148 createAndGetNonEmptyFile(mBackupDataDirectory, "testFile2"); in testOnFullBackup_backsUpEverything()158 createAndGetNonEmptyFile(mBackupDataDirectory, "testFile1"); in testOnFullBackup_deviceToDeviceFlag_callsBackupFileNamesWithTrue()159 createAndGetNonEmptyFile(mBackupDataDirectory, "testFile2"); in testOnFullBackup_deviceToDeviceFlag_callsBackupFileNamesWithTrue()171 createAndGetNonEmptyFile(mBackupDataDirectory, "testFile1"); in testOnFullBackup_noDeviceToDeviceFlag_callsBackupFileNamesWithFalse()172 createAndGetNonEmptyFile(mBackupDataDirectory, "testFile2"); in testOnFullBackup_noDeviceToDeviceFlag_callsBackupFileNamesWithFalse()214 return mBackupDataDirectory; in getBackupDataDir()