Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DSyncAdapterEnumerationTests.java30 import static android.appenumeration.cts.Constants.ACTION_SET_SYNC_AUTOMATICALLY;
298 ACTION_SET_SYNC_AUTOMATICALLY); in setSyncAutomatically()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java258 public static final String ACTION_SET_SYNC_AUTOMATICALLY = field in Constants
DTestActivity.java304 } else if (Constants.ACTION_SET_SYNC_AUTOMATICALLY.equals(action)) { in handleIntent()