Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DPackageInstallerEnumerationTests.java20 import static android.appenumeration.cts.Constants.ACTION_GET_SESSION_INFO;
66 final Integer[] sessionIds = getSessionInfos(ACTION_GET_SESSION_INFO, QUERIES_NOTHING, in getSessionInfo_queriesNothing_cannotSeeSession()
74 final Integer[] sessionIds = getSessionInfos(ACTION_GET_SESSION_INFO, QUERIES_NOTHING_PERM, in getSessionInfo_queriesNothingHasPermission_canSeeSession()
82 final Integer[] sessionIds = getSessionInfos(ACTION_GET_SESSION_INFO, QUERIES_PACKAGE, in getSessionInfo_queriesPackage_canSeeSession()
90 final Integer[] sessionIds = getSessionInfos(ACTION_GET_SESSION_INFO, QUERIES_NOTHING_Q, in getSessionInfo_queriesNothingTargetsQ_canSeeSession()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java298 public static final String ACTION_GET_SESSION_INFO = field in Constants
DTestActivity.java393 } else if (Constants.ACTION_GET_SESSION_INFO.equals(action)) { in handleIntent()