Home | History | Annotate | Download | only in devicepolicy

Lines Matching defs:exists

51             assertFalse(owners.getLegacyConfigFile().exists());
54 assertFalse(owners.getDeviceOwnerFile().exists());
56 assertFalse(owners.getProfileOwnerFile(10).exists());
57 assertFalse(owners.getProfileOwnerFile(11).exists());
58 assertFalse(owners.getProfileOwnerFile(20).exists());
59 assertFalse(owners.getProfileOwnerFile(21).exists());
104 assertFalse(owners.getLegacyConfigFile().exists());
106 assertTrue(owners.getDeviceOwnerFile().exists()); // TODO Check content
108 assertFalse(owners.getProfileOwnerFile(10).exists());
109 assertFalse(owners.getProfileOwnerFile(11).exists());
110 assertFalse(owners.getProfileOwnerFile(20).exists());
111 assertFalse(owners.getProfileOwnerFile(21).exists());
162 assertFalse(owners.getLegacyConfigFile().exists());
164 assertFalse(owners.getDeviceOwnerFile().exists());
166 assertTrue(owners.getProfileOwnerFile(10).exists());
167 assertTrue(owners.getProfileOwnerFile(11).exists());
168 assertFalse(owners.getProfileOwnerFile(20).exists());
169 assertFalse(owners.getProfileOwnerFile(21).exists());
240 assertFalse(owners.getLegacyConfigFile().exists());
242 assertTrue(owners.getDeviceOwnerFile().exists());
244 assertTrue(owners.getProfileOwnerFile(10).exists());
245 assertTrue(owners.getProfileOwnerFile(11).exists());
246 assertFalse(owners.getProfileOwnerFile(20).exists());
247 assertFalse(owners.getProfileOwnerFile(21).exists());
350 assertFalse(owners.getLegacyConfigFile().exists());
353 assertFalse(owners.getDeviceOwnerFile().exists());
355 assertFalse(owners.getProfileOwnerFile(10).exists());
356 assertFalse(owners.getProfileOwnerFile(11).exists());
357 assertFalse(owners.getProfileOwnerFile(20).exists());
406 assertFalse(owners.getLegacyConfigFile().exists());
408 assertTrue(owners.getDeviceOwnerFile().exists());
410 assertFalse(owners.getProfileOwnerFile(10).exists());
411 assertFalse(owners.getProfileOwnerFile(11).exists());
412 assertFalse(owners.getProfileOwnerFile(20).exists());
459 assertFalse(owners.getLegacyConfigFile().exists());
461 assertTrue(owners.getDeviceOwnerFile().exists());
462 assertTrue(owners.getProfileOwnerFile(10).exists());
463 assertTrue(owners.getProfileOwnerFile(11).exists());
478 assertFalse(owners.getDeviceOwnerFile().exists());
479 assertFalse(owners.getProfileOwnerFile(10).exists());
480 assertFalse(owners.getProfileOwnerFile(11).exists());