Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java166 public static final String ACTION_CHECK_SIGNATURES = PKG_BASE + "cts.action.CHECK_SIGNATURES"; field in Constants
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java19 import static android.appenumeration.cts.Constants.ACTION_CHECK_SIGNATURES;
145 } else if (ACTION_CHECK_SIGNATURES.equals(action)) { in handleIntent()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java22 import static android.appenumeration.cts.Constants.ACTION_CHECK_SIGNATURES;
1238 /* intentExtra */ null, ACTION_CHECK_SIGNATURES); in checkSignatures()