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

  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
ClientTest.java 297 final Intent startNormalIntent = new Intent(ACTION_START_NORMAL_ACTIVITY)
299 InstrumentationRegistry.getContext().startActivity(startNormalIntent, null /*options*/);
311 final Intent startNormalIntent = new Intent(ACTION_START_NORMAL_ACTIVITY)
313 startNormalIntent.setPackage("com.android.cts.normalapp");
314 InstrumentationRegistry.getContext().startActivity(startNormalIntent, null /*options*/);
326 final Intent startNormalIntent = new Intent(ACTION_START_NORMAL_ACTIVITY)
328 startNormalIntent.setComponent(new ComponentName(
330 InstrumentationRegistry.getContext().startActivity(startNormalIntent, null /*options*/);
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
ClientTest.java 397 final Intent startNormalIntent = new Intent(ACTION_START_NORMAL)
400 .getContext().startActivity(startNormalIntent, null /*options*/);
408 final Intent startNormalIntent = new Intent(ACTION_START_NORMAL)
410 startNormalIntent.setPackage("com.android.cts.normalapp");
412 .getContext().startActivity(startNormalIntent, null /*options*/);
420 final Intent startNormalIntent = new Intent(ACTION_START_NORMAL)
422 startNormalIntent.setComponent(new ComponentName(
425 .getContext().startActivity(startNormalIntent, null /*options*/);
460 final Intent startNormalIntent = new Intent(ACTION_START_NORMAL);
461 startNormalIntent.setPackage("com.android.cts.normalapp")
    [all...]

Completed in 96 milliseconds