Searched refs:finalIntent (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | PendingIntentRecord.java | 462 Intent finalIntent = null; in sendInner() local 486 finalIntent = key.requestIntent != null ? new Intent(key.requestIntent) : new Intent(); in sendInner() 491 int changes = finalIntent.fillIn(intent, key.flags); in sendInner() 500 finalIntent.setFlags((finalIntent.getFlags() & ~flagsMask) | flagsValues); in sendInner() 529 finalIntent.addFlags(opts.getPendingIntentLaunchFlags()); in sendInner() 555 allIntents[allIntents.length - 1] = finalIntent; in sendInner() 580 if (finalIntent.getAction() != null) { in sendInner() 581 tag.append(finalIntent.getAction()); in sendInner() 582 } else if (finalIntent.getComponent() != null) { in sendInner() 583 finalIntent.getComponent().appendShortString(tag); in sendInner() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Settings.java | 3704 Intent finalIntent = new Intent(intent); 3705 finalIntent.setData(builder.build()); 3706 applyDefaultPreferredActivityLPw(pmInternal, finalIntent, flags, cn, 3723 Intent finalIntent = new Intent(intent); 3724 finalIntent.setData(builder.build()); 3725 applyDefaultPreferredActivityLPw(pmInternal, finalIntent, flags, cn, 3735 Intent finalIntent = new Intent(intent); 3736 finalIntent.setData(builder.build()); 3737 applyDefaultPreferredActivityLPw(pmInternal, finalIntent, flags, cn, 3745 Intent finalIntent = new Intent(intent); [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/ |
D | SatelliteController.java | 4794 Intent finalIntent = nullableIntent.map(intent -> { in showSatelliteSystemNotification() local 4808 finalIntent, PendingIntent.FLAG_IMMUTABLE); in showSatelliteSystemNotification()
|