Home
last modified time | relevance | path

Searched defs:installTestAppForUser (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DBaseAppSecurityTest.java53 protected void installTestAppForUser(String apk, int userId) throws Exception { in installTestAppForUser() method in BaseAppSecurityTest
57 protected void installTestAppForUser(String apk, boolean instant, int userId) throws Exception { in installTestAppForUser() method in BaseAppSecurityTest
/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
DNumberBlockingTest.java175 private void installTestAppForUser(int userId) throws Exception { in installTestAppForUser() method in NumberBlockingTest