Searched defs:existingPendingIntent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java1001 boolean hasRemoteInput, PendingIntent existingPendingIntent,
1041 if (existingPendingIntent != null || existing.isActive()) {
1045 if (existingPendingIntent != null) {
1046 existing.setPendingIntent(existingPendingIntent);
1000 applyRemoteInput(View view, NotificationData.Entry entry, boolean hasRemoteInput, PendingIntent existingPendingIntent, RemoteInputView cachedView) argument

Completed in 58 milliseconds