HomeSort by relevance Sort by last modified time
    Searched refs:tryAccessingInstantApp (Results 1 - 7 of 7) sorted by null

  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
NormalService.java 39 canAccessInstantApp = tryAccessingInstantApp();
57 private boolean tryAccessingInstantApp() throws NameNotFoundException {
ExposedService.java 35 canAccessInstantApp = tryAccessingInstantApp();
56 canAccessInstantApp = tryAccessingInstantApp();
72 private boolean tryAccessingInstantApp() throws NameNotFoundException {
ExposedActivity.java 43 canAccessInstantApp = tryAccessingInstantApp();
59 private boolean tryAccessingInstantApp() throws NameNotFoundException {
NormalActivity.java 52 canAccessInstantApp = tryAccessingInstantApp();
68 private boolean tryAccessingInstantApp() throws NameNotFoundException {
NormalWebActivity.java 45 canAccessInstantApp = tryAccessingInstantApp();
61 private boolean tryAccessingInstantApp() {
ExposedProvider.java 57 canAccessInstantApp = tryAccessingInstantApp();
74 private boolean tryAccessingInstantApp() throws NameNotFoundException {
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/ImplicitlyExposedApp/src/com/android/cts/implicitapp/
ImplicitActivity.java 42 canAccessInstantApp = tryAccessingInstantApp();
58 private boolean tryAccessingInstantApp() throws NameNotFoundException {

Completed in 420 milliseconds