Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/apps/adpfapp/src/android/adpf/atom/common/
DADPFAtomTestConstants.java23 public static final String ACTION_CREATE_REGULAR_HINT_SESSIONS = field in ADPFAtomTestConstants
/cts/hostsidetests/statsdatom/apps/adpfapp/src/android/adpf/atom/app/
DADPFAtomTestActivity.java20 import static android.adpf.atom.common.ADPFAtomTestConstants.ACTION_CREATE_REGULAR_HINT_SESSIONS;
83 case ACTION_CREATE_REGULAR_HINT_SESSIONS: in onCreate()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DPerformanceHintManagerTests.java20 import static android.adpf.atom.common.ADPFAtomTestConstants.ACTION_CREATE_REGULAR_HINT_SESSIONS;
126 intent.putExtra(INTENT_ACTION_KEY, ACTION_CREATE_REGULAR_HINT_SESSIONS); in testCreateHintSession()