Searched refs:assertDirectoryRow (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactDirectoryManagerTest.java | 194 assertDirectoryRow(cursor, "test.package1", "authority1", "account-name1", "account-type1", in testScanAllProviders() 199 assertDirectoryRow(cursor, "test.package1", "authority1", "account-name2", "account-type2", in testScanAllProviders() 204 assertDirectoryRow(cursor, "test.package2", "authority2", "account-name3", "account-type3", in testScanAllProviders() 209 assertDirectoryRow(cursor, getContext().getPackageName(), in testScanAllProviders() 215 assertDirectoryRow(cursor, getContext().getPackageName(), in testScanAllProviders() 293 assertDirectoryRow(cursor, "test.package1", "authority1", "account-name1", "account-type1", in testPackageInstalled() 298 assertDirectoryRow(cursor, "test.package2", "authority2", "account-name3", "account-type3", in testPackageInstalled() 344 assertDirectoryRow(cursor, "test.package1", "authority1", "account-name1", "account-type1", in testPackageUninstalled() 393 assertDirectoryRow(cursor, "test.package1", "authority1", "account-name1", "account-type1", in testPackageReplaced() 398 assertDirectoryRow(cursor, "test.package2", "authority2", "account-name4", "account-type4", in testPackageReplaced() [all …]
|