Home | History | Annotate | Download | only in am

Lines Matching refs:pir

5272         PendingIntentRecord pir = (PendingIntentRecord)target;
5283 int ret = pir.sendInner(0, fillInIntent, resolvedType, whitelistToken, null, null,
7335 PendingIntentRecord pir = wpir.get();
7336 if (pir == null) {
7342 if (pir.key.userId != userId) {
7347 if (UserHandle.getAppId(pir.uid) != appId) {
7351 if (userId != UserHandle.USER_ALL && pir.key.userId != userId) {
7355 if (!pir.key.packageName.equals(packageName)) {
7365 makeIntentSenderCanceledLocked(pir);
7366 if (pir.key.activity != null && pir.key.activity.pendingResults != null) {
7367 pir.key.activity.pendingResults.remove(pir.ref);