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