Searched refs:REQUEST_FROM_SYSTEM_UI (Results 1 – 4 of 4) sorted by relevance
27 …rt static com.android.car.caruiportrait.common.service.CarUiPortraitService.REQUEST_FROM_SYSTEM_UI;97 Intent intent = new Intent(REQUEST_FROM_SYSTEM_UI);114 Intent intent = new Intent(REQUEST_FROM_SYSTEM_UI);129 Intent intent = new Intent(REQUEST_FROM_SYSTEM_UI);212 Intent intent = new Intent(REQUEST_FROM_SYSTEM_UI); in animateCollapsePanels()245 Intent intent = new Intent(REQUEST_FROM_SYSTEM_UI); in register()
20 …rt static com.android.car.caruiportrait.common.service.CarUiPortraitService.REQUEST_FROM_SYSTEM_UI;47 Intent intent = new Intent(REQUEST_FROM_SYSTEM_UI); in toggleRecents()
22 …rt static com.android.car.caruiportrait.common.service.CarUiPortraitService.REQUEST_FROM_SYSTEM_UI;106 Intent intent = new Intent(REQUEST_FROM_SYSTEM_UI); in collapseApplicationPanel()
43 public static final String REQUEST_FROM_SYSTEM_UI = "REQUEST_FROM_SYSTEM_UI"; field in CarUiPortraitService265 filter.addAction(REQUEST_FROM_SYSTEM_UI); in onCreate()