Home
last modified time | relevance | path

Searched refs:recentsIntent (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.java197 Intent recentsIntent = new Intent(REQUEST_FROM_LAUNCHER); in handleMessage() local
198 recentsIntent.putExtra(INTENT_EXTRA_RECENTS_VISIBILITY_CHANGE, in handleMessage()
200 CarUiPortraitService.this.sendBroadcast(recentsIntent); in handleMessage()