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

  /packages/apps/Car/libs/car-stream-lib/src/com/android/car/stream/
AbstractBundleable.java 37 * Subclass must expose a default constructor, implement {@link #writeToBundle(Bundle)} and
47 * protected void writeToBundle(Bundle bundle) {
51 * mCustomField.writeToBundle(customFieldBundle);
115 writeToBundle(bundle);
122 writeToBundle(bundle);
132 protected abstract void writeToBundle(Bundle bundle);
136 * mirror that of {@link #writeToBundle(Bundle)}.
CurrentCallExtension.java 77 protected void writeToBundle(Bundle bundle) {
StreamCard.java 93 protected void writeToBundle(Bundle bundle) {
109 mCardExtension.writeToBundle(extension);
MediaPlaybackExtension.java 154 protected void writeToBundle(Bundle bundle) {

Completed in 593 milliseconds