Searched defs:CONTENT_AUTHORITY (Results 1 – 7 of 7) sorted by relevance
32 private static final String CONTENT_AUTHORITY = TvContract.AUTHORITY; field in SyncUtils55 ContentResolver.requestSync(StubAccountService.getAccount(ACCOUNT_TYPE), CONTENT_AUTHORITY, in requestSync() local
36 private static final String CONTENT_AUTHORITY = FeedContract.CONTENT_AUTHORITY; field in SyncUtils
34 public static final String CONTENT_AUTHORITY = "com.example.android.basicsyncadapter"; field in FeedContract
84 private static final String CONTENT_AUTHORITY = "com.example.android.dragsource.fileprovider"; field in DragSourceFragment