Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java189 public static final String ACTION_BIND_SERVICE = PKG_BASE + "cts.action.BIND_SERVICE"; field in Constants
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java21 import static android.appenumeration.cts.Constants.ACTION_BIND_SERVICE;
1334 /* intentExtra */ null, ACTION_BIND_SERVICE); in bindService()
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java212 } else if (Constants.ACTION_BIND_SERVICE.equals(action)) { in handleIntent()