Home
last modified time | relevance | path

Searched refs:processSwitch (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityMetricsLogger.java244 final boolean processSwitch = processRecord == null in notifyActivityLaunched()
247 notifyActivityLaunched(resultCode, launchedActivity, processRunning, processSwitch); in notifyActivityLaunched()
276 boolean processRunning, boolean processSwitch) { in notifyActivityLaunched() argument
282 + " processSwitch=" + processSwitch); in notifyActivityLaunched()
302 if ((!isLoggableResultCode(resultCode) || launchedActivity == null || !processSwitch in notifyActivityLaunched()
/frameworks/native/services/inputflinger/
DInputReader.h1042 void processSwitch(int32_t switchCode, int32_t switchValue);