Home
last modified time | relevance | path

Searched refs:extras (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/actions/
DInputSetupActionUtilsTest.java101 Bundle extras = new Bundle(); in removeSetupIntent_empty() local
103 InputSetupActionUtils.removeSetupIntent(extras); in removeSetupIntent_empty()
104 assertThat(extras.toString()).isEqualTo(expected.toString()); in removeSetupIntent_empty()
109 Bundle extras = createTestBundle(); in removeSetupIntent_other() local
111 InputSetupActionUtils.removeSetupIntent(extras); in removeSetupIntent_other()
112 assertThat(extras.toString()).isEqualTo(expected.toString()); in removeSetupIntent_other()
117 Bundle extras = createTestBundle(); in removeSetupIntent_setup() local
119 extras.putParcelable("com.android.tv.extra.SETUP_INTENT", setup); in removeSetupIntent_setup()
120 InputSetupActionUtils.removeSetupIntent(extras); in removeSetupIntent_setup()
121 assertThat(extras).doesNotContainKey("com.android.tv.extra.SETUP_INTENT"); in removeSetupIntent_setup()
[all …]
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorSimCallManager.java100 @NonNull Bundle extras) { in addNewOutgoingCall() argument
103 Assert.isNotNull(extras); in addNewOutgoingCall()
105 Assert.isNotNull(extras); in addNewOutgoingCall()
109 extras = new Bundle(extras); in addNewOutgoingCall()
110 extras.putAll(createSimulatorConnectionExtras(callType)); in addNewOutgoingCall()
113 outgoingCallExtras.putBundle(TelecomManager.EXTRA_OUTGOING_CALL_EXTRAS, extras); in addNewOutgoingCall()
130 return extras.getString(EXTRA_CONNECTION_TAG); in addNewOutgoingCall()
144 @NonNull Bundle extras) { in addNewIncomingCall() argument
148 Assert.isNotNull(extras); in addNewIncomingCall()
152 extras = new Bundle(extras); in addNewIncomingCall()
[all …]
DSimulatorVoiceCall.java58 Bundle extras = new Bundle(); in incomingEnrichedCall() local
59 extras.putBoolean(Simulator.IS_ENRICHED_CALL, true); in incomingEnrichedCall()
65 extras); in incomingEnrichedCall()
76 Bundle extras = new Bundle(); in outgoingEnrichedCall() local
77 extras.putBoolean(Simulator.IS_ENRICHED_CALL, true); in outgoingEnrichedCall()
83 extras); in outgoingEnrichedCall()
96 Bundle extras = new Bundle(); in addCustomizedIncomingCall() local
97 extras.putInt(Simulator.PRESENTATION_CHOICE, callerIdPresentation); in addCustomizedIncomingCall()
100 context, callerId, SimulatorSimCallManager.CALL_TYPE_VOICE, extras); in addCustomizedIncomingCall()
106 Bundle extras = new Bundle(); in addCustomizedIncomingCallWithDialog() local
[all …]
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/browse/
DMediaBrowserViewModelImpl.java179 Bundle extras = mediaBrowserCompat.getExtras(); in supportsSearch() field in MediaBrowserViewModelImpl
180 if (extras == null) { in supportsSearch()
183 if (extras.containsKey(MediaConstants.MEDIA_SEARCH_SUPPORTED)) { in supportsSearch()
184 return extras.getBoolean(MediaConstants.MEDIA_SEARCH_SUPPORTED); in supportsSearch()
186 if (extras.containsKey(MediaConstants.MEDIA_SEARCH_SUPPORTED_PRERELEASE)) { in supportsSearch()
187 return extras.getBoolean(MediaConstants.MEDIA_SEARCH_SUPPORTED_PRERELEASE); in supportsSearch()
200 Bundle extras = mediaBrowserCompat.getExtras();
201 if (extras == null) {
204 if (extras.containsKey(MediaConstants.CONTENT_STYLE_BROWSABLE_HINT)) {
205 return extras.getInt(MediaConstants.CONTENT_STYLE_BROWSABLE_HINT, 0);
[all …]
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
DMediaItemMetadata.java248 Bundle extras = mMediaDescription.getExtras(); in isExplicit() local
249 return extras != null && extras.getLong(MediaConstants.EXTRA_IS_EXPLICIT) in isExplicit()
257 Bundle extras = mMediaDescription.getExtras(); in isDownloaded() local
258 return extras != null && extras.getLong(MediaConstants.EXTRA_DOWNLOAD_STATUS) in isDownloaded()
298 Bundle extras = mMediaDescription.getExtras(); in getBrowsableContentStyleHint() local
299 if (extras != null) { in getBrowsableContentStyleHint()
300 if (extras.containsKey(MediaConstants.CONTENT_STYLE_BROWSABLE_HINT)) { in getBrowsableContentStyleHint()
301 return extras.getInt(MediaConstants.CONTENT_STYLE_BROWSABLE_HINT, 0); in getBrowsableContentStyleHint()
302 } else if (extras.containsKey(MediaConstants.CONTENT_STYLE_BROWSABLE_HINT_PRERELEASE)) { in getBrowsableContentStyleHint()
303 return extras.getInt(MediaConstants.CONTENT_STYLE_BROWSABLE_HINT_PRERELEASE, 0); in getBrowsableContentStyleHint()
[all …]
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java214 Bundle extras = intent.getExtras(); in processParameters() local
216 if (extras == null) { in processParameters()
221 if (extras.containsKey("BT_OFF_Mute")) { in processParameters()
235 if (extras.containsKey("BT_ON_NotPlay")) { in processParameters()
243 if (!extras.containsKey("PlayTime")) { in processParameters()
247 tmpStr = extras.getString("PlayTime"); in processParameters()
251 if (!extras.containsKey("MusicURL")) { in processParameters()
255 musicUrl = extras.getString("MusicURL"); in processParameters()
265 if (!extras.containsKey("CodecType")) { in processParameters()
269 tmpStr = extras.getString("CodecType"); in processParameters()
[all …]
DGattPMCReceiver.java65 Bundle extras = intent.getExtras(); in onReceive() local
69 if (extras == null) { in onReceive()
74 if (extras.containsKey("GattServer")) { in onReceive()
81 if (!extras.containsKey("StartTime")) { in onReceive()
85 str = extras.getString("StartTime"); in onReceive()
90 if (!extras.containsKey("WriteTime")) { in onReceive()
94 str = extras.getString("WriteTime"); in onReceive()
98 if (!extras.containsKey("IdleTime")) { in onReceive()
102 str = extras.getString("IdleTime"); in onReceive()
106 if (!extras.containsKey("Repetitions")) { in onReceive()
[all …]
DBleScanReceiver.java254 Bundle extras = intent.getExtras(); in onReceive() local
262 if (extras == null) { in onReceive()
267 if (!extras.containsKey("ScanMode")) { in onReceive()
271 str = extras.getString("ScanMode"); in onReceive()
275 if (!extras.containsKey("StartTime")) { in onReceive()
279 str = extras.getString("StartTime"); in onReceive()
283 if (!extras.containsKey("ScanTime")) { in onReceive()
287 str = extras.getString("ScanTime"); in onReceive()
291 if (extras.containsKey("Repetitions")) { in onReceive()
293 str = extras.getString("Repetitions"); in onReceive()
[all …]
DPMCMainActivity.java401 Bundle extras = intent.getExtras(); in onReceive() local
403 if (extras != null) { in onReceive()
404 if (extras.containsKey(key)) { in onReceive()
405 String actionstring = extras.getString(key); in onReceive()
453 Bundle extras = intent.getExtras(); in onReceive() local
454 if (extras != null) { in onReceive()
455 if (extras.containsKey(SETTING_INTERVAL_KEY)) { in onReceive()
456 setIntervalFromUser(extras.getString(SETTING_INTERVAL_KEY)); in onReceive()
458 if (extras.containsKey(SETTING_SERVER_IP_KEY)) { in onReceive()
459 mServerIP = extras.getString(SETTING_SERVER_IP_KEY); in onReceive()
[all …]
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallNotificationReceiver.java91 Bundle extras = new Bundle(); in sendIncomingCallIntent() local
92 extras.putInt(TestConnectionService.EXTRA_START_VIDEO_STATE, videoState); in sendIncomingCallIntent()
94 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle); in sendIncomingCallIntent()
97 TelecomManager.from(context).addNewIncomingCall(phoneAccount, extras); in sendIncomingCallIntent()
107 Bundle extras = new Bundle(); in sendIncomingRttCallIntent() local
108 extras.putInt(TestConnectionService.EXTRA_START_VIDEO_STATE, videoState); in sendIncomingRttCallIntent()
110 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle); in sendIncomingRttCallIntent()
112 extras.putBoolean(TelecomManager.EXTRA_START_CALL_WITH_RTT, true); in sendIncomingRttCallIntent()
114 TelecomManager.from(context).addNewIncomingCall(phoneAccount, extras); in sendIncomingRttCallIntent()
117 public static void addNewUnknownCall(Context context, Uri handle, Bundle extras) { in addNewUnknownCall() argument
[all …]
/packages/apps/TV/common/src/com/android/tv/common/actions/
DInputSetupActionUtils.java95 public static void removeSetupIntent(Bundle extras) { in removeSetupIntent() argument
96 extras.remove(EXTRA_SETUP_INTENT); in removeSetupIntent()
97 extras.remove(EXTRA_GOOGLE_SETUP_INTENT); in removeSetupIntent()
102 Bundle extras = intent.getExtras(); in getExtraSetupIntent() local
103 if (extras == null) { in getExtraSetupIntent()
106 Intent setupIntent = extras.getParcelable(EXTRA_SETUP_INTENT); in getExtraSetupIntent()
107 return setupIntent != null ? setupIntent : extras.getParcelable(EXTRA_GOOGLE_SETUP_INTENT); in getExtraSetupIntent()
112 Bundle extras = intent.getExtras(); in getExtraActivityAfter() local
113 if (extras == null) { in getExtraActivityAfter()
116 Intent setupIntent = extras.getParcelable(EXTRA_ACTIVITY_AFTER_COMPLETION); in getExtraActivityAfter()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DEventLogArray.java54 public void addLog(String event, int extras) { in addLog() argument
55 addLog(TYPE_INTEGER, event, extras); in addLog()
58 public void addLog(String event, boolean extras) { in addLog() argument
59 addLog(extras ? TYPE_BOOL_TRUE : TYPE_BOOL_FALSE, event, 0); in addLog()
62 private void addLog(int type, String event, float extras) { in addLog() argument
67 logs[last].update(type, event, extras, mLogId); in addLog()
75 logs[nextIndex].update(type, event, extras, mLogId); in addLog()
105 msg.append(": ").append(log.extras); in dump()
108 msg.append(": ").append((int) log.extras); in dump()
136 private float extras; field in EventLogArray.EventEntry
[all …]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallExtrasTest.java84 Bundle extras = new Bundle(); in testCsPutExtras() local
85 extras.putString(EXTRA_KEY_STR, EXTRA_VALUE_STR); in testCsPutExtras()
86 extras.putInt(EXTRA_KEY_INT, EXTRA_VALUE_INT); in testCsPutExtras()
89 connection.putExtras(extras); in testCsPutExtras()
220 Bundle extras = new Bundle(); in testCsUpdateExisting() local
221 extras.putString(EXTRA_KEY_STR, EXTRA_VALUE_STR); in testCsUpdateExisting()
222 extras.putInt(EXTRA_KEY_INT, EXTRA_VALUE_INT); in testCsUpdateExisting()
223 connection.putExtras(extras); in testCsUpdateExisting()
259 Bundle extras = new Bundle(); in testCsSetExtras() local
260 extras.putString(EXTRA_KEY_STR, EXTRA_VALUE_STR); in testCsSetExtras()
[all …]
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java546 Bundle extras = new Bundle(); in addNdefTechnology() local
547 extras.putParcelable(Ndef.EXTRA_NDEF_MSG, msg); in addNdefTechnology()
548 extras.putInt(Ndef.EXTRA_NDEF_MAXLENGTH, maxLength); in addNdefTechnology()
549 extras.putInt(Ndef.EXTRA_NDEF_CARDSTATE, cardState); in addNdefTechnology()
550 extras.putInt(Ndef.EXTRA_NDEF_TYPE, getNdefType(libnfcType, javaType)); in addNdefTechnology()
556 builtTechExtras[builtTechExtras.length - 1] = extras; in addNdefTechnology()
563 newTechExtras[oldTechExtras.length] = extras; in addNdefTechnology()
664 Bundle extras = new Bundle(); in getTechExtras() local
669 extras.putShort(NfcA.EXTRA_SAK, (short) (actBytes[0] & (short) 0xFF)); in getTechExtras()
674 extras.putByteArray(NfcA.EXTRA_ATQA, mTechPollBytes[i]); in getTechExtras()
[all …]
/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
DBaseTask.java47 private Bundle extras; field in BaseTask
155 extras.putLong(EXTRA_EXECUTION_TIME, executionTime); in toBundle()
156 return extras; in toBundle()
161 public void onCreate(Context context, Bundle extras) { in onCreate() argument
163 this.extras = extras; in onCreate()
164 phoneAccountHandle = extras.getParcelable(EXTRA_PHONE_ACCOUNT_HANDLE); in onCreate()
166 policy.onCreate(this, extras); in onCreate()
172 public void onRestore(Bundle extras) { in onRestore() argument
173 if (this.extras.containsKey(EXTRA_EXECUTION_TIME)) { in onRestore()
174 executionTime = extras.getLong(EXTRA_EXECUTION_TIME); in onRestore()
/packages/apps/Gallery/src/com/android/camera/
DCropImage.java103 Bundle extras = intent.getExtras(); in onCreate() local
105 if (extras != null) { in onCreate()
106 if (extras.getString("circleCrop") != null) { in onCreate()
111 mSaveUri = (Uri) extras.getParcelable(MediaStore.EXTRA_OUTPUT); in onCreate()
113 String outputFormatString = extras.getString("outputFormat"); in onCreate()
119 mSetWallpaper = extras.getBoolean("setWallpaper"); in onCreate()
121 mBitmap = (Bitmap) extras.getParcelable("data"); in onCreate()
122 mAspectX = extras.getInt("aspectX"); in onCreate()
123 mAspectY = extras.getInt("aspectY"); in onCreate()
124 mOutputX = extras.getInt("outputX"); in onCreate()
[all …]
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationGroup.java174 Bundle extras = notification.getNotification().extras; in generateChildTitles() local
175 if (extras.containsKey(Notification.EXTRA_TITLE)) { in generateChildTitles()
176 titles.add(extras.getString(Notification.EXTRA_TITLE)); in generateChildTitles()
178 } else if (extras.containsKey(Notification.EXTRA_TITLE_BIG)) { in generateChildTitles()
179 titles.add(extras.getString(Notification.EXTRA_TITLE_BIG)); in generateChildTitles()
181 } else if (extras.containsKey(Notification.EXTRA_MESSAGES)) { in generateChildTitles()
184 extras.getParcelableArray(Notification.EXTRA_MESSAGES)); in generateChildTitles()
188 } else if (extras.containsKey(Notification.EXTRA_SUB_TEXT)) { in generateChildTitles()
189 titles.add(extras.getString(Notification.EXTRA_SUB_TEXT)); in generateChildTitles()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/mockable/
DMediaController.java273 public void prepareFromMediaId(String mediaId, Bundle extras) { in prepareFromMediaId() argument
274 mTransportDelegate.prepareFromMediaId(mediaId, extras); in prepareFromMediaId()
280 public void prepareFromSearch(String query, Bundle extras) { in prepareFromSearch() argument
281 mTransportDelegate.prepareFromSearch(query, extras); in prepareFromSearch()
287 public void prepareFromUri(Uri uri, Bundle extras) { in prepareFromUri() argument
288 mTransportDelegate.prepareFromUri(uri, extras); in prepareFromUri()
301 public void playFromMediaId(String mediaId, Bundle extras) { in playFromMediaId() argument
302 mTransportDelegate.playFromMediaId(mediaId, extras); in playFromMediaId()
308 public void playFromSearch(String query, Bundle extras) { in playFromSearch() argument
309 mTransportDelegate.playFromSearch(query, extras); in playFromSearch()
[all …]
/packages/apps/Settings/src/com/android/settings/accessibility/
DMagnificationGesturesPreferenceController.java53 Bundle extras = preference.getExtras(); in handlePreferenceTreeClick() local
54 populateMagnificationGesturesPreferenceExtras(extras, mContext); in handlePreferenceTreeClick()
55 extras.putBoolean(AccessibilitySettings.EXTRA_CHECKED, isChecked()); in handlePreferenceTreeClick()
56 extras.putBoolean(AccessibilitySettings.EXTRA_LAUNCHED_FROM_SUW, mIsFromSUW); in handlePreferenceTreeClick()
85 static void populateMagnificationGesturesPreferenceExtras(Bundle extras, Context context) { in populateMagnificationGesturesPreferenceExtras() argument
86 extras.putString(AccessibilitySettings.EXTRA_PREFERENCE_KEY, in populateMagnificationGesturesPreferenceExtras()
88 extras.putInt(AccessibilitySettings.EXTRA_TITLE_RES, in populateMagnificationGesturesPreferenceExtras()
90 extras.putInt(AccessibilitySettings.EXTRA_SUMMARY_RES, in populateMagnificationGesturesPreferenceExtras()
92 extras.putInt(AccessibilitySettings.EXTRA_VIDEO_RAW_RESOURCE_ID, in populateMagnificationGesturesPreferenceExtras()
DAccessibilityDetailsSettingsFragment.java155 final Bundle extras = new Bundle(); in buildArguments() local
156 extras.putString(AccessibilitySettings.EXTRA_PREFERENCE_KEY, in buildArguments()
158 extras.putBoolean(AccessibilitySettings.EXTRA_CHECKED, serviceEnabled); in buildArguments()
159 extras.putString(AccessibilitySettings.EXTRA_TITLE, title); in buildArguments()
160 extras.putParcelable(AccessibilitySettings.EXTRA_RESOLVE_INFO, resolveInfo); in buildArguments()
161 extras.putString(AccessibilitySettings.EXTRA_SUMMARY, description); in buildArguments()
165 extras.putString(AccessibilitySettings.EXTRA_SETTINGS_TITLE, in buildArguments()
167 extras.putString(AccessibilitySettings.EXTRA_SETTINGS_COMPONENT_NAME, in buildArguments()
170 extras.putParcelable(AccessibilitySettings.EXTRA_COMPONENT_NAME, componentName); in buildArguments()
172 return extras; in buildArguments()
DAccessibilitySettingsForSetupWizard.java123 Bundle extras = mDisplayMagnificationPreference.getExtras(); in onPreferenceTreeClick() local
124 extras.putBoolean(AccessibilitySettings.EXTRA_LAUNCHED_FROM_SUW, true); in onPreferenceTreeClick()
160 Bundle extras = preference.getExtras(); in updateAccessibilityServicePreference() local
161 extras.putParcelable(AccessibilitySettings.EXTRA_COMPONENT_NAME, componentName); in updateAccessibilityServicePreference()
163 extras.putString(AccessibilitySettings.EXTRA_PREFERENCE_KEY, in updateAccessibilityServicePreference()
165 extras.putString(AccessibilitySettings.EXTRA_TITLE, title); in updateAccessibilityServicePreference()
171 extras.putString(AccessibilitySettings.EXTRA_SUMMARY, description); in updateAccessibilityServicePreference()
182 final Bundle extras = preference.getExtras(); in configureMagnificationPreferenceIfNeeded() local
184 .populateMagnificationGesturesPreferenceExtras(extras, context); in configureMagnificationPreferenceIfNeeded()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DMagnificationGesturesPreferenceController.java53 Bundle extras = preference.getExtras(); in handlePreferenceTreeClick() local
54 populateMagnificationGesturesPreferenceExtras(extras, mContext); in handlePreferenceTreeClick()
55 extras.putBoolean(AccessibilitySettings.EXTRA_CHECKED, isChecked()); in handlePreferenceTreeClick()
56 extras.putBoolean(AccessibilitySettings.EXTRA_LAUNCHED_FROM_SUW, mIsFromSUW); in handlePreferenceTreeClick()
85 static void populateMagnificationGesturesPreferenceExtras(Bundle extras, Context context) { in populateMagnificationGesturesPreferenceExtras() argument
86 extras.putString(AccessibilitySettings.EXTRA_PREFERENCE_KEY, in populateMagnificationGesturesPreferenceExtras()
88 extras.putInt(AccessibilitySettings.EXTRA_TITLE_RES, in populateMagnificationGesturesPreferenceExtras()
90 extras.putInt(AccessibilitySettings.EXTRA_SUMMARY_RES, in populateMagnificationGesturesPreferenceExtras()
92 extras.putInt(AccessibilitySettings.EXTRA_VIDEO_RAW_RESOURCE_ID, in populateMagnificationGesturesPreferenceExtras()
DAccessibilityDetailsSettingsFragment.java155 final Bundle extras = new Bundle(); in buildArguments() local
156 extras.putString(AccessibilitySettings.EXTRA_PREFERENCE_KEY, in buildArguments()
158 extras.putBoolean(AccessibilitySettings.EXTRA_CHECKED, serviceEnabled); in buildArguments()
159 extras.putString(AccessibilitySettings.EXTRA_TITLE, title); in buildArguments()
160 extras.putParcelable(AccessibilitySettings.EXTRA_RESOLVE_INFO, resolveInfo); in buildArguments()
161 extras.putString(AccessibilitySettings.EXTRA_SUMMARY, description); in buildArguments()
165 extras.putString(AccessibilitySettings.EXTRA_SETTINGS_TITLE, in buildArguments()
167 extras.putString(AccessibilitySettings.EXTRA_SETTINGS_COMPONENT_NAME, in buildArguments()
170 extras.putParcelable(AccessibilitySettings.EXTRA_COMPONENT_NAME, componentName); in buildArguments()
172 return extras; in buildArguments()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java240 final Bundle extras = (Bundle) msg.obj;
241 updateExtras(extras);
349 Bundle extras = new Bundle(); in sendSuppServiceNotificationEvent() local
350 extras.putInt(TelephonyManager.EXTRA_NOTIFICATION_TYPE, type); in sendSuppServiceNotificationEvent()
351 extras.putInt(TelephonyManager.EXTRA_NOTIFICATION_CODE, code); in sendSuppServiceNotificationEvent()
352 extras.putCharSequence(TelephonyManager.EXTRA_NOTIFICATION_MESSAGE, in sendSuppServiceNotificationEvent()
355 extras); in sendSuppServiceNotificationEvent()
472 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() argument
474 public void onExtrasChanged(Connection c, Bundle extras) {} in onExtrasChanged() argument
589 public void onExtrasChanged(Bundle extras) {
[all …]
/packages/apps/Dialer/java/com/android/dialer/callintent/
DCallIntentParser.java30 public static CallSpecificAppData getCallSpecificAppData(@Nullable Bundle extras) { in getCallSpecificAppData() argument
31 if (extras == null) { in getCallSpecificAppData()
35 if (!extras.containsKey(Constants.EXTRA_CALL_SPECIFIC_APP_DATA)) { in getCallSpecificAppData()
39 if (extras.getByteArray(Constants.EXTRA_CALL_SPECIFIC_APP_DATA) == null) { in getCallSpecificAppData()
47 extras, Constants.EXTRA_CALL_SPECIFIC_APP_DATA, CallSpecificAppData.getDefaultInstance()); in getCallSpecificAppData()
51 @NonNull Bundle extras, @NonNull CallSpecificAppData callSpecificAppData) { in putCallSpecificAppData()
52 ProtoParsers.put(extras, Constants.EXTRA_CALL_SPECIFIC_APP_DATA, callSpecificAppData); in putCallSpecificAppData()

12345678910>>...13