OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONTENT_AUTHORITY
(Results
1 - 15
of
15
) sorted by null
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncUtils.java
36
private static final String
CONTENT_AUTHORITY
= FeedContract.
CONTENT_AUTHORITY
;
58
ContentResolver.setIsSyncable(account,
CONTENT_AUTHORITY
, 1);
60
ContentResolver.setSyncAutomatically(account,
CONTENT_AUTHORITY
, true);
64
account,
CONTENT_AUTHORITY
, new Bundle(),SYNC_FREQUENCY);
96
FeedContract.
CONTENT_AUTHORITY
, // Content authority
EntryListFragment.java
347
account, FeedContract.
CONTENT_AUTHORITY
);
349
account, FeedContract.
CONTENT_AUTHORITY
);
SyncAdapter.java
284
mContentResolver.applyBatch(FeedContract.
CONTENT_AUTHORITY
, batch);
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncUtils.java
36
private static final String
CONTENT_AUTHORITY
= FeedContract.
CONTENT_AUTHORITY
;
58
ContentResolver.setIsSyncable(account,
CONTENT_AUTHORITY
, 1);
60
ContentResolver.setSyncAutomatically(account,
CONTENT_AUTHORITY
, true);
64
account,
CONTENT_AUTHORITY
, new Bundle(),SYNC_FREQUENCY);
96
FeedContract.
CONTENT_AUTHORITY
, // Content authority
EntryListFragment.java
347
account, FeedContract.
CONTENT_AUTHORITY
);
349
account, FeedContract.
CONTENT_AUTHORITY
);
SyncAdapter.java
284
mContentResolver.applyBatch(FeedContract.
CONTENT_AUTHORITY
, batch);
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncUtils.java
36
private static final String
CONTENT_AUTHORITY
= FeedContract.
CONTENT_AUTHORITY
;
58
ContentResolver.setIsSyncable(account,
CONTENT_AUTHORITY
, 1);
60
ContentResolver.setSyncAutomatically(account,
CONTENT_AUTHORITY
, true);
64
account,
CONTENT_AUTHORITY
, new Bundle(),SYNC_FREQUENCY);
96
FeedContract.
CONTENT_AUTHORITY
, // Content authority
EntryListFragment.java
347
account, FeedContract.
CONTENT_AUTHORITY
);
349
account, FeedContract.
CONTENT_AUTHORITY
);
SyncAdapter.java
284
mContentResolver.applyBatch(FeedContract.
CONTENT_AUTHORITY
, batch);
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/
FeedContract.java
34
public static final String
CONTENT_AUTHORITY
= "com.example.android.basicsyncadapter";
39
public static final Uri BASE_CONTENT_URI = Uri.parse("content://" +
CONTENT_AUTHORITY
);
FeedProvider.java
36
private static final String AUTHORITY = FeedContract.
CONTENT_AUTHORITY
;
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/
FeedContract.java
34
public static final String
CONTENT_AUTHORITY
= "com.example.android.basicsyncadapter";
39
public static final Uri BASE_CONTENT_URI = Uri.parse("content://" +
CONTENT_AUTHORITY
);
FeedProvider.java
36
private static final String AUTHORITY = FeedContract.
CONTENT_AUTHORITY
;
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/
FeedContract.java
34
public static final String
CONTENT_AUTHORITY
= "com.example.android.basicsyncadapter";
39
public static final Uri BASE_CONTENT_URI = Uri.parse("content://" +
CONTENT_AUTHORITY
);
FeedProvider.java
36
private static final String AUTHORITY = FeedContract.
CONTENT_AUTHORITY
;
Completed in 260 milliseconds