Searched refs:existingPendingIntent (Results 1 – 2 of 2) sorted by relevance
1316 boolean hasRemoteInput, PendingIntent existingPendingIntent,1359 if (existingPendingIntent != null || existing.isActive()) {1363 if (existingPendingIntent != null) {1364 existing.setPendingIntent(existingPendingIntent);
3115 PendingIntent existingPendingIntent = entry.getValue().mPendingIntent; in findExistingNetworkRequestInfo() local3116 if (existingPendingIntent != null && in findExistingNetworkRequestInfo()3117 existingPendingIntent.getIntent().filterEquals(intent)) { in findExistingNetworkRequestInfo()