Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java678 public ImsCallProfile(int serviceType, int callType, Bundle callExtras, in ImsCallProfile() argument
682 mCallExtras = callExtras; in ImsCallProfile()
/frameworks/base/core/java/android/app/
DDownloadManager.java1093 final Bundle callExtras = new Bundle();
1100 callExtras.putLongArray(android.provider.Downloads.EXTRA_IDS, ids);
1101 callExtras.putStringArray(android.provider.Downloads.EXTRA_MIME_TYPES,
1104 null, callExtras);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java6941 Bundle callExtras = new Bundle(); in testVisitUris_styleExtrasWithoutStyle() local
6942 callExtras.putParcelable(Notification.EXTRA_CALL_PERSON, in testVisitUris_styleExtrasWithoutStyle()
6944 callExtras.putParcelable(Notification.EXTRA_VERIFICATION_ICON, in testVisitUris_styleExtrasWithoutStyle()
6946 notification.addExtras(callExtras); in testVisitUris_styleExtrasWithoutStyle()