Searched refs:INTENT_ACTION_KEY (Results 1 – 3 of 3) sorted by relevance
24 import static android.adpf.atom.common.ADPFAtomTestConstants.INTENT_ACTION_KEY;73 intent.putExtra(INTENT_ACTION_KEY, ACTION_CREATE_DEAD_TIDS_THEN_GO_BACKGROUND); in testAdpfTidCleanup()126 intent.putExtra(INTENT_ACTION_KEY, ACTION_CREATE_REGULAR_HINT_SESSIONS); in testCreateHintSession()
20 public static final String INTENT_ACTION_KEY = "action"; field in ADPFAtomTestConstants
24 import static android.adpf.atom.common.ADPFAtomTestConstants.INTENT_ACTION_KEY;62 final String action = intent.getStringExtra(INTENT_ACTION_KEY); in onCreate()