Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java1290 boolean hasRemoteInput, PendingIntent existingPendingIntent, in applyRemoteInput() argument
1333 if (existingPendingIntent != null || existing.isActive()) { in applyRemoteInput()
1337 if (existingPendingIntent != null) { in applyRemoteInput()
1338 existing.setPendingIntent(existingPendingIntent); in applyRemoteInput()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2552 PendingIntent existingPendingIntent = entry.getValue().mPendingIntent; in findExistingNetworkRequestInfo() local
2553 if (existingPendingIntent != null && in findExistingNetworkRequestInfo()
2554 existingPendingIntent.getIntent().filterEquals(intent)) { in findExistingNetworkRequestInfo()