Searched refs:systemDir (Results 1 – 2 of 2) sorted by relevance
58 File systemDir = new File(Environment.getDataDirectory(), "system"); in testPocCVE_2024_23713() local59 File notificationPolicyFile = new File(systemDir, "notification_policy.xml"); in testPocCVE_2024_23713()
2665 File systemDir = new File(Environment.getDataDirectory(), "system"); in testSettingAndReserveCopyVerityProtected() local2666 File settings = new File(systemDir, "packages.xml"); in testSettingAndReserveCopyVerityProtected()2667 File settingsReserveCopy = new File(systemDir, "packages.xml.reservecopy"); in testSettingAndReserveCopyVerityProtected()2674 assertFalse(new File(systemDir, "packages-backup.xml").exists()); in testSettingAndReserveCopyVerityProtected()