OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SyncAdapter
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/
SyncAdapter.java
29
public class
SyncAdapter
extends AbstractThreadedSyncAdapter {
44
public
SyncAdapter
(Context context, boolean autoInitialize) {
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/
SyncAdapter.java
17
package com.example.android.sampletvinput.
syncadapter
;
45
* A
SyncAdapter
implementation which updates program info periodically.
47
class
SyncAdapter
extends AbstractThreadedSyncAdapter {
48
public static final String TAG = "
SyncAdapter
";
57
public
SyncAdapter
(Context context, boolean autoInitialize) {
62
public
SyncAdapter
(Context context, boolean autoInitialize, boolean allowParallelSyncs) {
74
String inputId = extras.getString(
SyncAdapter
.BUNDLE_KEY_INPUT_ID);
88
* Inserts programs from now to {@link
SyncAdapter
#SYNC_WINDOW_SEC}.
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncAdapter.java
16
package com.example.android.samplesync.
syncadapter
;
44
*
SyncAdapter
implementation for syncing sample
SyncAdapter
contacts to the
50
public class
SyncAdapter
extends AbstractThreadedSyncAdapter {
52
private static final String TAG = "
SyncAdapter
";
60
public
SyncAdapter
(Context context, boolean autoInitialize) {
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java
53
* <p>This class is instantiated in {@link SyncService}, which also binds
SyncAdapter
to the system.
54
*
SyncAdapter
should only be initialized in SyncService, never anywhere else.
59
class
SyncAdapter
extends AbstractThreadedSyncAdapter {
60
public static final String TAG = "
SyncAdapter
";
105
public
SyncAdapter
(Context context, boolean autoInitialize) {
114
public
SyncAdapter
(Context context, boolean autoInitialize, boolean allowParallelSyncs) {
122
* done here. Extending AbstractThreadedSyncAdapter ensures that all methods within
SyncAdapter
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java
53
* <p>This class is instantiated in {@link SyncService}, which also binds
SyncAdapter
to the system.
54
*
SyncAdapter
should only be initialized in SyncService, never anywhere else.
59
class
SyncAdapter
extends AbstractThreadedSyncAdapter {
60
public static final String TAG = "
SyncAdapter
";
105
public
SyncAdapter
(Context context, boolean autoInitialize) {
114
public
SyncAdapter
(Context context, boolean autoInitialize, boolean allowParallelSyncs) {
122
* done here. Extending AbstractThreadedSyncAdapter ensures that all methods within
SyncAdapter
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncAdapter.java
53
* <p>This class is instantiated in {@link SyncService}, which also binds
SyncAdapter
to the system.
54
*
SyncAdapter
should only be initialized in SyncService, never anywhere else.
59
class
SyncAdapter
extends AbstractThreadedSyncAdapter {
60
public static final String TAG = "
SyncAdapter
";
105
public
SyncAdapter
(Context context, boolean autoInitialize) {
114
public
SyncAdapter
(Context context, boolean autoInitialize, boolean allowParallelSyncs) {
122
* done here. Extending AbstractThreadedSyncAdapter ensures that all methods within
SyncAdapter
Completed in 204 milliseconds