Home
last modified time | relevance | path

Searched refs:getPendingIntentActivity (Results 1 – 1 of 1) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayActivityLaunchTests.java942 getPendingIntentActivity(TEST_ACTIVITY).send(); in testLaunchPendingIntentActivity()
950 getPendingIntentActivity(TOP_ACTIVITY).send(displayContext, resultCode, null /* intent */); in testLaunchPendingIntentActivity()
955 getPendingIntentActivity(TEST_ACTIVITY).send(displayContext, resultCode, null /* intent */); in testLaunchPendingIntentActivity()
962 getPendingIntentActivity(TEST_ACTIVITY).send(mContext, resultCode, null /* intent */, in testLaunchPendingIntentActivity()
1070 private PendingIntent getPendingIntentActivity(ComponentName activity) { in getPendingIntentActivity() method in MultiDisplayActivityLaunchTests