Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DSyncAdapterEnumerationTests.java22 import static android.appenumeration.cts.Constants.ACTION_GET_IS_SYNCABLE;
318 extraData, ACTION_GET_IS_SYNCABLE); in getIsSyncable()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java262 public static final String ACTION_GET_IS_SYNCABLE = field in Constants
DTestActivity.java314 } else if (Constants.ACTION_GET_IS_SYNCABLE.equals(action)) { in handleIntent()