Searched refs:existingPendingIntent (Results 1 – 2 of 2) sorted by relevance
1222 boolean hasRemoteInput, PendingIntent existingPendingIntent,1265 if (existingPendingIntent != null || existing.isActive()) {1269 if (existingPendingIntent != null) {1270 existing.setPendingIntent(existingPendingIntent);
3424 PendingIntent existingPendingIntent = entry.getValue().mPendingIntent; in findExistingNetworkRequestInfo() local3425 if (existingPendingIntent != null && in findExistingNetworkRequestInfo()3426 existingPendingIntent.getIntent().filterEquals(intent)) { in findExistingNetworkRequestInfo()