OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_START_EPHEMERAL_ACTIVITY
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
ClientTest.java
61
private static final String
ACTION_START_EPHEMERAL_ACTIVITY
=
364
final Intent startEphemeralIntent = new Intent(
ACTION_START_EPHEMERAL_ACTIVITY
)
375
final Intent startEphemeralIntent = new Intent(
ACTION_START_EPHEMERAL_ACTIVITY
)
381
assertThat(
ACTION_START_EPHEMERAL_ACTIVITY
, is(testResult.getIntent().getAction()));
387
final Intent startEphemeralIntent = new Intent(
ACTION_START_EPHEMERAL_ACTIVITY
)
399
final Intent startEphemeralIntent = new Intent(
ACTION_START_EPHEMERAL_ACTIVITY
)
406
assertThat(
ACTION_START_EPHEMERAL_ACTIVITY
, is(testResult.getIntent().getAction()));
411
final Intent startEphemeralIntent = new Intent(
ACTION_START_EPHEMERAL_ACTIVITY
)
463
final Intent startEphemeralIntent = new Intent(
ACTION_START_EPHEMERAL_ACTIVITY
)
470
assertThat(
ACTION_START_EPHEMERAL_ACTIVITY
, is(testResult.getIntent().getAction()))
[
all
...]
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
ClientTest.java
100
private static final String
ACTION_START_EPHEMERAL_ACTIVITY
=
[
all
...]
Completed in 45 milliseconds