Searched refs:REQUEST_FROM_LAUNCHER (Results 1 – 4 of 4) sorted by relevance
58 public static final String REQUEST_FROM_LAUNCHER = "REQUEST_FROM_LAUNCHER"; field in CarUiPortraitService185 Intent intent = new Intent(REQUEST_FROM_LAUNCHER); in handleMessage()191 Intent notificationIntent = new Intent(REQUEST_FROM_LAUNCHER); in handleMessage()197 Intent recentsIntent = new Intent(REQUEST_FROM_LAUNCHER); in handleMessage()204 Intent hideSysBarIntent = new Intent(REQUEST_FROM_LAUNCHER); in handleMessage()211 Intent taskViewReadyIntent = new Intent(REQUEST_FROM_LAUNCHER); in handleMessage()
22 …ort static com.android.car.caruiportrait.common.service.CarUiPortraitService.REQUEST_FROM_LAUNCHER;69 filter.addAction(REQUEST_FROM_LAUNCHER); in CarUiPortraitButtonSelectionStateListener()
21 …ort static com.android.car.caruiportrait.common.service.CarUiPortraitService.REQUEST_FROM_LAUNCHER;75 new IntentFilter(REQUEST_FROM_LAUNCHER), null, null, Context.RECEIVER_EXPORTED); in CarUiPortraitSystemBarButton()
26 …ort static com.android.car.caruiportrait.common.service.CarUiPortraitService.REQUEST_FROM_LAUNCHER;200 new IntentFilter(REQUEST_FROM_LAUNCHER), null, null, Context.RECEIVER_EXPORTED); in CarDisplayAreaController()265 new IntentFilter(REQUEST_FROM_LAUNCHER), null, null, Context.RECEIVER_EXPORTED); in register()