Searched refs:CALLER_PACKAGE (Results 1 – 2 of 2) sorted by relevance
213 String[] list = new String[]{AccountManagerServiceTestFixtures.CALLER_PACKAGE}; in testCheckAddAccount()331 String[] list = new String[]{AccountManagerServiceTestFixtures.CALLER_PACKAGE}; in testRemovedAccountSync()374 String[] list = new String[]{AccountManagerServiceTestFixtures.CALLER_PACKAGE}; in testPreNDatabaseMigration()1423 String[] list = new String[]{AccountManagerServiceTestFixtures.CALLER_PACKAGE}; in testRemoveAccountAsUserRemovalAllowed()1501 visibility1.put(AccountManagerServiceTestFixtures.CALLER_PACKAGE, in testGetAccountsByTypeForPackageWhenTypeIsNull()1505 visibility2.put(AccountManagerServiceTestFixtures.CALLER_PACKAGE, in testGetAccountsByTypeForPackageWhenTypeIsNull()1515 AccountManagerServiceTestFixtures.CALLER_PACKAGE); in testGetAccountsByTypeForPackageWhenTypeIsNull()1630 String[] list = new String[]{AccountManagerServiceTestFixtures.CALLER_PACKAGE}; in testGetAuthTokenFromInternal()1663 String[] list = new String[]{AccountManagerServiceTestFixtures.CALLER_PACKAGE}; in testGetAuthTokenSuccess()1693 String[] list = new String[]{AccountManagerServiceTestFixtures.CALLER_PACKAGE}; in testGetAuthTokenReturnWithInvalidIntent()[all …]
64 public static final String CALLER_PACKAGE = field in AccountManagerServiceTestFixtures