OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
298
final Intent
startNormalIntent
= new Intent(ACTION_START_NORMAL_ACTIVITY)
300
InstrumentationRegistry.getContext().startActivity(
startNormalIntent
, null /*options*/);
312
final Intent
startNormalIntent
= new Intent(ACTION_START_NORMAL_ACTIVITY)
314
startNormalIntent
.setPackage("com.android.cts.normalapp");
315
InstrumentationRegistry.getContext().startActivity(
startNormalIntent
, null /*options*/);
327
final Intent
startNormalIntent
= new Intent(ACTION_START_NORMAL_ACTIVITY)
329
startNormalIntent
.setComponent(new ComponentName(
331
InstrumentationRegistry.getContext().startActivity(
startNormalIntent
, null /*options*/);
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
ClientTest.java
395
final Intent
startNormalIntent
= new Intent(ACTION_START_NORMAL)
398
.getContext().startActivity(
startNormalIntent
, null /*options*/);
406
final Intent
startNormalIntent
= new Intent(ACTION_START_NORMAL)
408
startNormalIntent
.setPackage("com.android.cts.normalapp");
410
.getContext().startActivity(
startNormalIntent
, null /*options*/);
418
final Intent
startNormalIntent
= new Intent(ACTION_START_NORMAL)
420
startNormalIntent
.setComponent(new ComponentName(
423
.getContext().startActivity(
startNormalIntent
, null /*options*/);
458
final Intent
startNormalIntent
= new Intent(ACTION_START_NORMAL);
459
startNormalIntent
.setPackage("com.android.cts.normalapp")
[
all
...]
Completed in 44 milliseconds