Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
DComponents.java108 public final ComponentName START_PENDING_INTENT_ACTIVITY; field in Components
146 START_PENDING_INTENT_ACTIVITY = in Components()
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java1327 secondIntent.setComponent(appToSendPendingIntent.START_PENDING_INTENT_ACTIVITY); in startPendingIntentSenderActivity()