Searched refs:ACTION_REQUEST_PERIODIC_SYNC (Results 1 – 3 of 3) sorted by relevance
28 import static android.appenumeration.cts.Constants.ACTION_REQUEST_PERIODIC_SYNC;287 null /* targetPackageName */, extraData, ACTION_REQUEST_PERIODIC_SYNC); in requestPeriodicSync()
256 public static final String ACTION_REQUEST_PERIODIC_SYNC = field in Constants
297 } else if (Constants.ACTION_REQUEST_PERIODIC_SYNC.equals(action)) { in handleIntent()