Searched refs:existingPendingIntent (Results 1 – 2 of 2) sorted by relevance
1226 boolean hasRemoteInput, PendingIntent existingPendingIntent,1260 if (existingPendingIntent != null || existing.isActive()) {1264 if (existingPendingIntent != null) {1265 existing.setPendingIntent(existingPendingIntent);
4005 PendingIntent existingPendingIntent = entry.getValue().mPendingIntent; in findExistingNetworkRequestInfo() local4006 if (existingPendingIntent != null && in findExistingNetworkRequestInfo()4007 mDeps.intentFilterEquals(existingPendingIntent, pendingIntent)) { in findExistingNetworkRequestInfo()