HomeSort by relevance Sort by last modified time
    Searched full:sharepidintent (Results 1 - 1 of 1) sorted by null

  /cts/tests/ProcessTest/src/com/android/cts/process/
ProcessTest.java 56 Intent sharePidIntent = new Intent();
57 sharePidIntent.setClass(mContext, SharePidActivity.class);
58 sharePidIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
59 mContext.startActivity(sharePidIntent);

Completed in 2093 milliseconds