Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1226 boolean hasRemoteInput, PendingIntent existingPendingIntent,
1260 if (existingPendingIntent != null || existing.isActive()) {
1264 if (existingPendingIntent != null) {
1265 existing.setPendingIntent(existingPendingIntent);
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java4005 PendingIntent existingPendingIntent = entry.getValue().mPendingIntent; in findExistingNetworkRequestInfo() local
4006 if (existingPendingIntent != null && in findExistingNetworkRequestInfo()
4007 mDeps.intentFilterEquals(existingPendingIntent, pendingIntent)) { in findExistingNetworkRequestInfo()