Searched refs:existingPendingIntent (Results 1 – 2 of 2) sorted by relevance
1272 boolean hasRemoteInput, PendingIntent existingPendingIntent,1315 if (existingPendingIntent != null || existing.isActive()) {1319 if (existingPendingIntent != null) {1320 existing.setPendingIntent(existingPendingIntent);
3432 PendingIntent existingPendingIntent = entry.getValue().mPendingIntent; in findExistingNetworkRequestInfo() local3433 if (existingPendingIntent != null && in findExistingNetworkRequestInfo()3434 existingPendingIntent.getIntent().filterEquals(intent)) { in findExistingNetworkRequestInfo()