Searched refs:assertDirectoryRow (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactDirectoryManagerTest.java | 185 assertDirectoryRow(cursor, "test.package1", "authority1", "account-name1", "account-type1", in testScanAllProviders() 190 assertDirectoryRow(cursor, "test.package1", "authority1", "account-name2", "account-type2", in testScanAllProviders() 195 assertDirectoryRow(cursor, "test.package2", "authority2", "account-name3", "account-type3", in testScanAllProviders() 200 assertDirectoryRow(cursor, "contactsTestPackage", "com.android.contacts", null, null, in testScanAllProviders() 205 assertDirectoryRow(cursor, "contactsTestPackage", "com.android.contacts", null, null, in testScanAllProviders() 251 assertDirectoryRow(cursor, "test.package1", "authority1", "account-name1", "account-type1", in testPackageInstalled() 256 assertDirectoryRow(cursor, "test.package2", "authority2", "account-name3", "account-type3", in testPackageInstalled() 302 assertDirectoryRow(cursor, "test.package1", "authority1", "account-name1", "account-type1", in testPackageUninstalled() 351 assertDirectoryRow(cursor, "test.package1", "authority1", "account-name1", "account-type1", in testPackageReplaced() 356 assertDirectoryRow(cursor, "test.package2", "authority2", "account-name4", "account-type4", in testPackageReplaced() [all …]
|