Searched refs:existingPendingIntent (Results 1 – 2 of 2) sorted by relevance
1290 boolean hasRemoteInput, PendingIntent existingPendingIntent, in applyRemoteInput() argument1333 if (existingPendingIntent != null || existing.isActive()) { in applyRemoteInput()1337 if (existingPendingIntent != null) { in applyRemoteInput()1338 existing.setPendingIntent(existingPendingIntent); in applyRemoteInput()
2552 PendingIntent existingPendingIntent = entry.getValue().mPendingIntent; in findExistingNetworkRequestInfo() local2553 if (existingPendingIntent != null && in findExistingNetworkRequestInfo()2554 existingPendingIntent.getIntent().filterEquals(intent)) { in findExistingNetworkRequestInfo()