Home
last modified time | relevance | path

Searched refs:LEGACY_FILE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java68 (new File(mContext.dataDir, OwnersTestable.LEGACY_FILE)).getAbsoluteFile(), in testMigration()
208 (new File(mContext.dataDir, OwnersTestable.LEGACY_FILE)).getAbsoluteFile(), in testMigration2_profileOwnerOnUser0()
DDevicePolicyManagerServiceTestable.java49 public static final String LEGACY_FILE = "legacy.xml"; field in DevicePolicyManagerServiceTestable.OwnersTestable
59 mLegacyFile = new File(context.dataDir, LEGACY_FILE); in OwnersTestable()