HomeSort by relevance Sort by last modified time
    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