HomeSort by relevance Sort by last modified time
    Searched refs:putParcelableArrayList (Results 1 - 15 of 15) sorted by null

  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 120 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
158 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 120 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
158 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
GetRestrictionsReceiver.java 120 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
158 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java 106 bundle.putParcelableArrayList(Constants.RECIPE_FIELD_STEPS, stepBundles);
  /developers/samples/android/deprecated/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java 106 bundle.putParcelableArrayList(Constants.RECIPE_FIELD_STEPS, stepBundles);
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
Recipe.java 106 bundle.putParcelableArrayList(Constants.RECIPE_FIELD_STEPS, stepBundles);
  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DirectActionsSession.java 150 outResult.putParcelableArrayList(Utils.DIRECT_ACTIONS_KEY_RESULT, actions);
  /developers/build/prebuilts/gradle/ScopedDirectoryAccess/Application/src/main/java/com/example/android/scopeddirectoryaccess/
ScopedDirectoryAccessFragment.java 182 outState.putParcelableArrayList(DIRECTORY_ENTRIES_KEY, mDirectoryEntries);
  /developers/samples/android/content/documentsUi/ScopedDirectoryAccess/Application/src/main/java/com/example/android/scopeddirectoryaccess/
ScopedDirectoryAccessFragment.java 211 outState.putParcelableArrayList(DIRECTORY_ENTRIES_KEY, mDirectoryEntries);
  /development/apps/Development/src/com/android/development/
PermissionDetails.java 178 data.putParcelableArrayList(KEY_APPS_USING_PERM, retList);
  /development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/
ScopedDirectoryAccessFragment.java 182 outState.putParcelableArrayList(DIRECTORY_ENTRIES_KEY, mDirectoryEntries);
  /cts/tests/framework/base/windowmanager/util/src/android/server/wm/
CommandSession.java 758 replyData.putParcelableArrayList(KEY_CALLBACK_HISTORY, getCallbackHistory());
801 replyData.putParcelableArrayList(KEY_CALLBACK_HISTORY, getCallbackHistory());
    [all...]
  /cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
NotificationAssistantServiceTest.java 234 signals.putParcelableArrayList(Adjustment.KEY_CONTEXTUAL_ACTIONS, extraAction);
  /cts/tests/tests/os/src/android/os/cts/
BundleTest.java 501 // getParcelableArrayList should only return the parcelableArrayList set by putParcelableArrayList
509 mBundle.putParcelableArrayList(KEY, parcelableArrayList);
751 mBundle.putParcelableArrayList("baz", arrayList);
    [all...]
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java     [all...]

Completed in 409 milliseconds