Home
last modified time | relevance | path

Searched refs:INTENT_ACTION_KEY (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DPerformanceHintManagerTests.java24 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()
/cts/hostsidetests/statsdatom/apps/adpfapp/src/android/adpf/atom/common/
DADPFAtomTestConstants.java20 public static final String INTENT_ACTION_KEY = "action"; field in ADPFAtomTestConstants
/cts/hostsidetests/statsdatom/apps/adpfapp/src/android/adpf/atom/app/
DADPFAtomTestActivity.java24 import static android.adpf.atom.common.ADPFAtomTestConstants.INTENT_ACTION_KEY;
62 final String action = intent.getStringExtra(INTENT_ACTION_KEY); in onCreate()