Home
last modified time | relevance | path

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

/cts/hostsidetests/accounts/src/android/host/accounts/
DAccountManagerHostSideTest.java70 private int mCurrentUser; field in AccountManagerHostSideTest
84 mCurrentUser = getDevice().getCurrentUser(); in setUp()
96 mCurrentUser, in setUp()
122 mCurrentUser, in tesAddAccount_logsMetrics() local
142 mCurrentUser, in testStartAddAccountSession_logsMetrics() local
163 mCurrentUser, in tesAddAccountExplicitly_logsMetrics() local
182 mCurrentUser, in tesGetAuthToken_logsMetrics() local
/cts/hostsidetests/jvmti/attaching/host/src/android/jvmti/cts/
DJvmtiAttachingHostTest.java58 private int mCurrentUser; field in JvmtiAttachingHostTest
82 mCurrentUser = getDevice().getCurrentUser(); in setUp()
99 "run-as " + pkg + " --user " + mCurrentUser + " pwd"); in testJvmtiAttachEarly()
128 "run-as " + pkg + " --user " + mCurrentUser + " mkdir -p " + startup_dir); in testJvmtiAgentStartupAgents()
143 "run-as " + pkg + " --user " + mCurrentUser + " rm -rf " + startup_dir); in testJvmtiAgentStartupAgents()
202 "run-as " + pkg + " --user " + mCurrentUser + " pwd"); in getPwd()
298 "run-as " + pkg + " --user " + mCurrentUser + in installLibToDataData()
305 "run-as " + pkg + " --user " + mCurrentUser + " chmod a+x " + libInDataData); in installLibToDataData()
/cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
DJvmtiHostTest.java68 private int mCurrentUser; field in JvmtiHostTest
87 mCurrentUser = getDevice().getCurrentUser(); in setUp()
88 if (mCurrentUser == GET_USER_FAILURE) { in setUp()
170 "run-as " + mPkg + " --user " + mCurrentUser + " pwd"); in prepare()
222 "run-as " + mPkg + " --user " + mCurrentUser + in installLibToDataData()
229 "run-as " + mPkg + " --user " + mCurrentUser + in installLibToDataData()