Home
last modified time | relevance | path

Searched refs:longInCallUiIntentExtrasBundle (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/callintent/
DCallIntent.java267 Bundle longInCallUiIntentExtrasBundle = new Bundle(); in writeToParcel() local
268 longInCallUiIntentExtras().forEach(longInCallUiIntentExtrasBundle::putLong); in writeToParcel()
269 dest.writeBundle(longInCallUiIntentExtrasBundle); in writeToParcel()
298 Bundle longInCallUiIntentExtrasBundle = source.readBundle(classLoader);
299 for (String key : longInCallUiIntentExtrasBundle.keySet()) {
301 key, longInCallUiIntentExtrasBundle.getLong(key));