Home
last modified time | relevance | path

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

/packages/services/Car/car-test-lib/src/android/car/testapi/
DFakeSystemActivityMonitoringService.java33 private int mForegroundPid = DEFAULT_FOREGROUND_ID; field in FakeSystemActivityMonitoringService
42 return (mForegroundPid == DEFAULT_FOREGROUND_ID || mForegroundPid == pid) in isInForeground()
47 mForegroundPid = pid; in setForegroundPid()
55 mForegroundPid = DEFAULT_FOREGROUND_ID; in resetForegroundPid()