Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/CarLibTests/src/android/car/
H A DCarAppFocusManagerTest.java60 private static final int APP1_PID = 1043; field in CarAppFocusManagerTest
136 mCarAppFocusController.setForegroundPid(APP1_PID); in app2GainsFocus_app1BroughtToForeground()
137 setCallingApp(APP2_UID, APP1_PID); in app2GainsFocus_app1BroughtToForeground()
181 setCallingApp(APP1_UID, APP1_PID); in requestNavFocus_currentOwnerInForeground_requestFails()
192 setCallingApp(APP1_UID, APP1_PID); in requestAppFocus_callingAppNotified()
208 setCallingApp(APP1_UID, APP1_PID); in requestAppFocus_otherAppNotified()
222 setCallingApp(APP1_UID, APP1_PID); in requestAppFocus_focusLost_otherAppRequest_callbackRun()
233 setCallingApp(APP1_UID, APP1_PID); in abandonAppFocus_callingAppNotified()
251 setCallingApp(APP1_UID, APP1_PID); in abandonAppFocus_otherAppNotified()
264 setCallingApp(APP1_UID, APP1_PID); in gainAppFocus_multipleListenersRegistered_bothUnownedTrigger()