Home | History | Annotate | Download | only in server

Lines Matching refs:mPendingIntent

2339             PendingIntent existingPendingIntent = entry.getValue().mPendingIntent;
2351 NetworkRequestInfo existingRequest = findExistingNetworkRequestInfo(nri.mPendingIntent);
3934 final PendingIntent mPendingIntent;
3944 mPendingIntent = pi;
3960 mPendingIntent = null;
3994 mPendingIntent == null ? "" : " to trigger " + mPendingIntent);
4614 sendIntent(nri.mPendingIntent, intent);
5229 if (nri.mPendingIntent != null) {
5300 if (nri.mPendingIntent == null) {