OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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