Searched refs:callExtras (Results 1 – 3 of 3) sorted by relevance
678 public ImsCallProfile(int serviceType, int callType, Bundle callExtras, in ImsCallProfile() argument682 mCallExtras = callExtras; in ImsCallProfile()
1093 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);
6941 Bundle callExtras = new Bundle(); in testVisitUris_styleExtrasWithoutStyle() local6942 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()