Home
last modified time | relevance | path

Searched refs:getSyncStatus (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/
DIContentService.aidl166 SyncStatusInfo getSyncStatus(in Account account, String authority, in ComponentName cname); in getSyncStatus() method
DContentResolver.java2425 public static SyncStatusInfo getSyncStatus(Account account, String authority) { in getSyncStatus() method in ContentResolver
2427 return getContentService().getSyncStatus(account, authority, null); in getSyncStatus()
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncStorageEngineTest.java298 ContentResolver.getSyncStatus(account1, ""); in testExpectedIllegalArguments()
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java972 public SyncStatusInfo getSyncStatus(Account account, String authority, ComponentName cname) { in getSyncStatus() method in ContentService