Searched refs:googleSync (Results 1 – 1 of 1) sorted by relevance
585 final String googleSync = "com.google.android.syncadapters.contacts"; in testGetDirectoryProviderPackages() local589 pm.getPackageInfo(googleSync, 0); in testGetDirectoryProviderPackages()591 Log.w(TAG, googleSync + " not installed. Skipping..."); in testGetDirectoryProviderPackages()596 assertTrue(ContactDirectoryManager.getDirectoryProviderPackages(pm).contains(googleSync)); in testGetDirectoryProviderPackages()