Searched refs:EXTRAS_BUNDLE (Results 1 – 3 of 3) sorted by relevance
20 import static android.server.wm.app.Components.RenderService.EXTRAS_BUNDLE;54 Bundle b = intent.getBundleExtra(EXTRAS_BUNDLE); in onBind()
631 public static final String EXTRAS_BUNDLE = "EXTRAS_BUNDLE"; field in Components.RenderService
20 import static android.server.wm.app.Components.RenderService.EXTRAS_BUNDLE;100 mIntent.putExtra(EXTRAS_BUNDLE, bundle); in surfaceCreated()