android.content.SyncStatusObserver Java Examples

The following examples show how to use android.content.SyncStatusObserver. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: SystemSyncContentResolverDelegate.java    From 365browser with Apache License 2.0 4 votes vote down vote up
@Override
public Object addStatusChangeListener(int mask, SyncStatusObserver callback) {
    return ContentResolver.addStatusChangeListener(mask, callback);
}
 
Example #2
Source File: SystemSyncContentResolverDelegate.java    From android-chromium with BSD 2-Clause "Simplified" License 4 votes vote down vote up
@Override
public Object addStatusChangeListener(int mask, SyncStatusObserver callback) {
    return ContentResolver.addStatusChangeListener(mask, callback);
}
 
Example #3
Source File: SystemSyncContentResolverDelegate.java    From android-chromium with BSD 2-Clause "Simplified" License 4 votes vote down vote up
@Override
public Object addStatusChangeListener(int mask, SyncStatusObserver callback) {
    return ContentResolver.addStatusChangeListener(mask, callback);
}
 
Example #4
Source File: SyncContentResolverDelegate.java    From 365browser with Apache License 2.0 votes vote down vote up
Object addStatusChangeListener(int mask, SyncStatusObserver callback); 
Example #5
Source File: SyncContentResolverDelegate.java    From android-chromium with BSD 2-Clause "Simplified" License votes vote down vote up
Object addStatusChangeListener(int mask, SyncStatusObserver callback); 
Example #6
Source File: SyncContentResolverDelegate.java    From android-chromium with BSD 2-Clause "Simplified" License votes vote down vote up
Object addStatusChangeListener(int mask, SyncStatusObserver callback);