Home
last modified time | relevance | path

Searched refs:ACTION_REQUEST_PERIODIC_SYNC (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DSyncAdapterEnumerationTests.java28 import static android.appenumeration.cts.Constants.ACTION_REQUEST_PERIODIC_SYNC;
287 null /* targetPackageName */, extraData, ACTION_REQUEST_PERIODIC_SYNC); in requestPeriodicSync()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java256 public static final String ACTION_REQUEST_PERIODIC_SYNC = field in Constants
DTestActivity.java297 } else if (Constants.ACTION_REQUEST_PERIODIC_SYNC.equals(action)) { in handleIntent()