HomeSort by relevance Sort by last modified time
    Searched defs:fromBundle (Results 1 - 14 of 14) sorted by null

  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderDescriptor.java 62 mRoutes.add(MediaRouteDescriptor.fromBundle(routeBundles.get(i)));
114 public static MediaRouteProviderDescriptor fromBundle(Bundle bundle) {
MediaRouteDiscoveryRequest.java 65 mSelector = MediaRouteSelector.fromBundle(mBundle.getBundle(KEY_SELECTOR));
129 public static MediaRouteDiscoveryRequest fromBundle(Bundle bundle) {
MediaRouteSelector.java 205 public static MediaRouteSelector fromBundle(@Nullable Bundle bundle) {
MediaSessionStatus.java 168 public static MediaSessionStatus fromBundle(Bundle bundle) {
MediaItemStatus.java 306 public static MediaItemStatus fromBundle(Bundle bundle) {
MediaRouteDescriptor.java 251 public static MediaRouteDescriptor fromBundle(Bundle bundle) {
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java 50 public static RecipeStep fromBundle(Bundle bundle) {
111 public static Recipe fromBundle(Bundle bundle) {
121 recipe.recipeSteps.add(RecipeStep.fromBundle((Bundle) stepBundle));
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java 50 public static RecipeStep fromBundle(Bundle bundle) {
111 public static Recipe fromBundle(Bundle bundle) {
121 recipe.recipeSteps.add(RecipeStep.fromBundle((Bundle) stepBundle));
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
Recipe.java 50 public static RecipeStep fromBundle(Bundle bundle) {
111 public static Recipe fromBundle(Bundle bundle) {
121 recipe.recipeSteps.add(RecipeStep.fromBundle((Bundle) stepBundle));
  /frameworks/support/v4/jellybean/android/support/v4/app/
RemoteInputCompatJellybean.java 37 static RemoteInputCompatBase.RemoteInput fromBundle(Bundle data,
63 remoteInputs[i] = fromBundle(bundles[i], factory);
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 
  /prebuilts/misc/common/android-support-test/
android-support-test.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 996 milliseconds