Searched refs:mOtherUser (Results 1 – 2 of 2) sorted by relevance
101 private int mOtherUser = -1; field in AppDataIsolationTests112 if (mOtherUser != -1) { in tearDown()113 getDevice().removeUser(mOtherUser); in tearDown()353 mOtherUser = getDevice().createUser("other_user"); in testAppUnableToAccessOtherUserAppDataDir()358 getDevice().startUser(mOtherUser, true /* wait */); in testAppUnableToAccessOtherUserAppDataDir()359 installExistingAppAsUser(APPB_PKG, mOtherUser); in testAppUnableToAccessOtherUserAppDataDir()362 makeOtherUserIdArgs(mOtherUser)); in testAppUnableToAccessOtherUserAppDataDir()368 mOtherUser = getDevice().createUser("other_user"); in testAppUnableToAccessOtherUserAppDataDirApi29()374 getDevice().startUser(mOtherUser, true /* wait */); in testAppUnableToAccessOtherUserAppDataDirApi29()375 installExistingAppAsUser(APPB_PKG, mOtherUser); in testAppUnableToAccessOtherUserAppDataDirApi29()[all …]
162 private int mOtherUser; field in UsageStatsTest198 if (mOtherUser != 0) { in cleanUp()199 stopUser(mOtherUser, true, true); in cleanUp()200 removeUser(mOtherUser); in cleanUp()201 mOtherUser = 0; in cleanUp()1921 return mOtherUser = Integer.parseInt(output.substring(output.lastIndexOf(" ")).trim()); in createUser()