Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DStatsdCtsBackgroundService.java27 public static final String KEY_ACTION = "action"; field in StatsdCtsBackgroundService
40 String action = intent.getStringExtra(KEY_ACTION); in onHandleIntent()
DVideoPlayerActivity.java30 public static final String KEY_ACTION = "action"; field in VideoPlayerActivity
47 String action = intent.getStringExtra(KEY_ACTION); in onCreate()
DStatsdCtsForegroundActivity.java44 public static final String KEY_ACTION = "action"; field in StatsdCtsForegroundActivity
77 String action = intent.getStringExtra(KEY_ACTION); in onCreate()
/cts/hostsidetests/systemui/app/src/android/systemui/cts/
DTestNotificationActivity.java30 public static final String KEY_ACTION = "action"; field in TestNotificationActivity
43 String action = intent.getStringExtra(KEY_ACTION); in onCreate()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityLauncher.java45 public static final String KEY_ACTION = "intent_action"; field in ActivityLauncher
177 newIntent.setAction(extras.getString(KEY_ACTION, IMPLICIT_TARGET_SECOND_TEST_ACTION)); in launchActivityFromExtras()
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayActivityLaunchTests.java28 import static android.server.wm.ActivityLauncher.KEY_ACTION;
534 extraString(KEY_ACTION, IMPLICIT_TARGET_SECOND_TEST_ACTION)); in testLaunchExistingActivityReparentDisplay()
896 extraString(KEY_ACTION, IMPLICIT_TARGET_SECOND_TEST_ACTION)); in testLaunchingFromApplicationContext()
916 extraString(KEY_ACTION, IMPLICIT_TARGET_SECOND_TEST_ACTION)); in testLaunchingFromPendingIntent()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java65 private static final String KEY_ACTION = "action"; field in DeviceUtils
512 KEY_ACTION, actionValue)); in executeServiceAction()