Home
last modified time | relevance | path

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

/packages/services/Car/car_product/car_ui_portrait/rro/CarUIPortraitCommon/src/com/android/car/caruiportrait/common/service/
DCarUiPortraitService.java211 Intent taskViewReadyIntent = new Intent(REQUEST_FROM_LAUNCHER); in handleMessage() local
212 taskViewReadyIntent.putExtra(INTENT_EXTRA_FG_TASK_VIEW_READY, in handleMessage()
214 taskViewReadyIntent.putExtra(INTENT_EXTRA_LAUNCHER_READY, in handleMessage()
216 CarUiPortraitService.this.sendBroadcast(taskViewReadyIntent); in handleMessage()