OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:secondIntent
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
UiAutomationTest.java
195
Intent
secondIntent
= new Intent(getInstrumentation().getContext(),
197
secondIntent
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
198
secondActivity = getInstrumentation().startActivitySync(
secondIntent
);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java
[
all
...]
Completed in 389 milliseconds