/cts/libs/deviceutillegacy/src/com/android/compatibility/common/util/ |
D | SynchronousPixelCopy.java | 147 public static PixelCopy.Result requestSync(PixelCopy.Request request) { in requestSync() method in SynchronousPixelCopy 160 return requestSync(request.build()); in copySurface() 175 return requestSync(request.build()); in copySurface() 190 return requestSync(request.build()); in copyWindow() 205 return requestSync(request.build()); in copyWindow()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | DeferSyncTest.java | 25 import static com.android.cts.content.Utils.requestSync; 93 requestSync(NOT_ALWAYS_SYNCABLE_AUTHORITY); in noSyncsWhenDeferred() 94 requestSync(ALWAYS_SYNCABLE_AUTHORITY); in noSyncsWhenDeferred() 120 requestSync(NOT_ALWAYS_SYNCABLE_AUTHORITY); in deferSyncAndMakeSyncable() 145 requestSync(NOT_ALWAYS_SYNCABLE_AUTHORITY); in deferSyncAndReportIsReady() 170 requestSync(ALWAYS_SYNCABLE_AUTHORITY); in deferSyncAndReportIsReadyAlwaysSyncable()
|
D | ContentResolverSyncTestCase.java | 158 private void requestSync(Account account, String authority, int latchTimeoutMillis) { in requestSync() method in ContentResolverSyncTestCase 164 ContentResolver.requestSync(account, authority, extras); in requestSync() 200 requestSync(ACCOUNT, AUTHORITY, LATCH_TIMEOUT_MS); in testRequestSync() 227 requestSync(ACCOUNT, AUTHORITY, LATCH_TIMEOUT_MS); in testCancelSync() 323 ContentResolver.requestSync(null, null, null); 374 requestSync(null /* all accounts */, AUTHORITY, LATCH_TIMEOUT_MS);
|
D | AccountAccessSameCertTest.java | 24 import static com.android.cts.content.Utils.requestSync; 81 requestSync(ALWAYS_SYNCABLE_AUTHORITY); in testAccountAccess_sameCertAsAuthenticatorCanSeeAccount()
|
D | ContentResolverTest.java | 1524 ContentResolver.requestSync(ACCOUNT, AUTHORITY, extras); in testStartCancelSync() 1533 ContentResolver.requestSync(null, null, null); in testStartSyncFailure()
|
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/ |
D | StatsdSyncAdapter.java | 72 public static void requestSync(Account account) throws Exception { in requestSync() method in StatsdSyncAdapter 78 ContentResolver.requestSync(account, StatsdProvider.AUTHORITY, extras); in requestSync()
|
D | AtomTests.java | 584 StatsdSyncAdapter.requestSync(account); in testSyncState()
|
/cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/ |
D | Utils.java | 117 public static SyncRequest requestSync(String authority) { in requestSync() method in Utils 129 ContentResolver.requestSync(request); in requestSync()
|
/cts/tests/tests/content/CtsSyncAccountAccessOtherCertTests/src/com/android/cts/content/ |
D | CtsSyncAccountAccessOtherCertTestCases.java | 27 import static com.android.cts.content.Utils.requestSync; 134 SyncRequest request = requestSync(ALWAYS_SYNCABLE_AUTHORITY); in testAccountAccess_otherCertAsAuthenticatorCanNotSeeAccount() 187 ContentResolver.requestSync(request); in testAccountAccess_otherCertAsAuthenticatorCanNotSeeAccount()
|
/cts/tests/tests/syncmanager/src/android/content/syncmanager/cts/ |
D | CtsSyncManagerTest.java | 232 ContentResolver.requestSync(ACCOUNT_1_A, APP1_AUTHORITY, b); in testSoftErrorRetriesActiveApp() 262 ContentResolver.requestSync(ACCOUNT_1_A, APP1_AUTHORITY, b); in testExpeditedJobSync() 293 ContentResolver.requestSync(ACCOUNT_1_A, APP1_AUTHORITY, b); in testExpeditedJobSync_InDoze()
|
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/ |
D | TestActivity.java | 852 ContentResolver.requestSync(account, authority, new Bundle()); in awaitRequestSyncStatus() 861 ContentResolver.requestSync(account, authority, new Bundle()); in sendGetSyncAdapterControlPanel()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 10408 method public static void requestSync(android.accounts.Account, String, android.os.Bundle); 10409 method public static void requestSync(android.content.SyncRequest);
|