Home
last modified time | relevance | path

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

/cts/hostsidetests/cpptools/src/com/android/cts/cpptools/
DRunasPermissionsTest.java54 int currentUser = getDevice().getCurrentUser(); in testRunasCanConnectToAppsSocket() local
57 TEST_APP_PACKAGE, currentUser, CONNECTOR_EXE_NAME)); in testRunasCanConnectToAppsSocket()
60 TEST_APP_PACKAGE, currentUser, CONNECTOR_EXE_NAME)); in testRunasCanConnectToAppsSocket()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DDeviceAtomTestCase.java164 int currentUser = getDevice().getCurrentUser(); in getUid() local
166 + currentUser + " " + DEVICE_SIDE_TEST_PACKAGE); in getUid()
/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
DCompatChangeGatingTestCase.java236 int currentUser = getDevice().getCurrentUser(); in getUid() local
239 "cmd package list packages -U --user " + currentUser + " " in getUid()