Searched refs:appTargetEvent (Results 1 – 2 of 2) sorted by relevance
94 val appTargetEvent = AppTargetEvent.Builder(target, AppTargetEvent.ACTION_PIN).build() in hotseatActionPin_recreateHotSeat() constant97 underTest.onAppTargetEvent(appTargetEvent, CONTAINER_HOTSEAT_PREDICTION) in hotseatActionPin_recreateHotSeat()107 val appTargetEvent = AppTargetEvent.Builder(target, AppTargetEvent.ACTION_UNPIN).build() in hotseatActionUnpin_recreateHotSeat() constant109 underTest.onAppTargetEvent(appTargetEvent, CONTAINER_HOTSEAT_PREDICTION) in hotseatActionUnpin_recreateHotSeat()118 val appTargetEvent = AppTargetEvent.Builder(target, AppTargetEvent.ACTION_UNPIN).build() in container_actionPin_notRecreateHotSeat() constant121 underTest.onAppTargetEvent(appTargetEvent, CONTAINER_PREDICTION) in container_actionPin_notRecreateHotSeat()
125 AppTargetEvent appTargetEvent = buildAppTargetEvent(uiSurface, info, componentName); in buildBundleForPredictionSession() local126 addedAppTargetEvents.add(appTargetEvent); in buildBundleForPredictionSession()