Searched refs:ACTION_KEY (Results 1 – 5 of 5) sorted by relevance
53 private static final String ACTION_KEY = "action"; field in PickFragment130 mAction = savedInstanceState.getInt(ACTION_KEY); in onActivityCreated()144 outState.putInt(ACTION_KEY, mAction); in onSaveInstanceState()
336 private static final String ACTION_KEY = "action"; field in ConfirmActionDialogFragment352 args.putParcelable(ACTION_KEY, action); in newInstance()375 .getParcelable(ACTION_KEY, SafetyCenterIssue.Action.class)); in onCreateDialog()
70 public static final String ACTION_KEY = "action"; field in PackageChangedReceiver158 switch (intent.getStringExtra(ACTION_KEY)) { in onReceive()
88 private static final String ACTION_KEY = "action"; field in AdServicesManagerService1143 explicitBroadcast.putExtra(ACTION_KEY, PACKAGE_DATA_CLEARED); in onPackageChange()1148 explicitBroadcast.putExtra(ACTION_KEY, PACKAGE_FULLY_REMOVED); in onPackageChange()1152 explicitBroadcast.putExtra(ACTION_KEY, PACKAGE_ADDED); in onPackageChange()
201 intent.putExtra(PackageChangedReceiver.ACTION_KEY, value); in createIntentSentByAdServiceSystemService()