Searched refs:mForegroundPid (Results 1 – 2 of 2) sorted by relevance
33 private int mForegroundPid = DEFAULT_FOREGROUND_ID; field in FakeSystemActivityMonitoringService46 return (mForegroundPid == DEFAULT_FOREGROUND_ID || mForegroundPid == pid) in isInForeground()51 mForegroundPid = pid; in setForegroundPid()59 mForegroundPid = DEFAULT_FOREGROUND_ID; in resetForegroundPid()
54 private int mForegroundPid = DEFAULT_FOREGROUND_ID; field in CarAppFocusManagerTest93 return (mForegroundPid == DEFAULT_FOREGROUND_ID || mForegroundPid == pid) in setUp()152 mForegroundPid = APP1_PID; in app2GainsFocus_app1BroughtToForeground()193 mForegroundPid = APP2_PID; in requestNavFocus_currentOwnerInForeground_requestFails()