Searched refs:EXTRAS_DISPLAY_ID (Results 1 – 3 of 3) sorted by relevance
21 import static android.server.wm.app.Components.RenderService.EXTRAS_DISPLAY_ID;56 int hostDisplayId = b.getInt(EXTRAS_DISPLAY_ID); in onBind()
632 public static final String EXTRAS_DISPLAY_ID = "EXTRAS_DISPLAY_ID"; field in Components.RenderService
21 import static android.server.wm.app.Components.RenderService.EXTRAS_DISPLAY_ID;98 bundle.putInt(EXTRAS_DISPLAY_ID, getDisplay().getDisplayId()); in surfaceCreated()