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

  /cts/tests/app/src/android/app/cts/
ActivityManagerMemoryClassLaunchActivity.java 50 Intent testIntent = new Intent(this, ActivityManagerMemoryClassTestActivity.class);
51 testIntent.putExtra(MEMORY_CLASS_EXTRA, memoryClass);
52 startActivityForResult(testIntent, TEST_ACTIVITY_REQUEST_CODE);
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
RemoteAPI.java 74 Intent testIntent = new Intent();
75 testIntent.setComponent(component);
76 testIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
85 testIntent.putExtra("cmdLine", cmdLine);
88 boolean isActivity = m_context.getPackageManager().resolveActivity(testIntent, 0) != null;
89 boolean isService = m_context.getPackageManager().resolveService(testIntent, 0) != null;
100 m_context.startService(testIntent);
102 m_context.startActivity(testIntent);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodFlowTestActivity.java 321 public TestItem(Context context, int nameResId, int testInstructionResId, Intent testIntent) {
326 mManualIntent = testIntent;
  /frameworks/base/core/java/android/widget/
SearchView.java 805 Intent testIntent = null;
807 testIntent = mVoiceWebSearchIntent;
809 testIntent = mVoiceAppSearchIntent;
811 if (testIntent != null) {
812 ResolveInfo ri = getContext().getPackageManager().resolveActivity(testIntent,
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 817 Intent testIntent = null;
819 testIntent = mVoiceWebSearchIntent;
821 testIntent = mVoiceAppSearchIntent;
823 if (testIntent != null) {
824 ResolveInfo ri = getContext().getPackageManager().resolveActivity(testIntent,
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 95 milliseconds