Searched refs:KEY_ACTION (Results 1 – 7 of 7) sorted by relevance
27 public static final String KEY_ACTION = "action"; field in StatsdCtsBackgroundService40 String action = intent.getStringExtra(KEY_ACTION); in onHandleIntent()
30 public static final String KEY_ACTION = "action"; field in VideoPlayerActivity47 String action = intent.getStringExtra(KEY_ACTION); in onCreate()
44 public static final String KEY_ACTION = "action"; field in StatsdCtsForegroundActivity77 String action = intent.getStringExtra(KEY_ACTION); in onCreate()
30 public static final String KEY_ACTION = "action"; field in TestNotificationActivity43 String action = intent.getStringExtra(KEY_ACTION); in onCreate()
45 public static final String KEY_ACTION = "intent_action"; field in ActivityLauncher177 newIntent.setAction(extras.getString(KEY_ACTION, IMPLICIT_TARGET_SECOND_TEST_ACTION)); in launchActivityFromExtras()
28 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()
65 private static final String KEY_ACTION = "action"; field in DeviceUtils512 KEY_ACTION, actionValue)); in executeServiceAction()