Searched refs:EXTRA_SUBSTITUTE_APP_NAME (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | RecordingService.java | 280 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, strings().getTitle()); in createErrorNotification() 298 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, strings().getTitle()); in createRecordingNotification() 333 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, strings().getTitle()); in createProcessingNotification() 364 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, strings().getTitle()); in createSaveNotification() 397 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, in postGroupNotification()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | PackageInstalledNotificationUtils.java | 275 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, mInstallerAppLabel); in getGroupNotificationBuilder() 300 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, mInstallerAppLabel); in getAppInstalledNotificationBuilder()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | GuestSessionNotification.java | 56 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, appName); in overrideNotificationAppName()
|
D | SystemUIApplication.java | 480 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, appName); in overrideNotificationAppName()
|
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
D | CarrierActionUtils.java | 221 final Bundle extras = Bundle.forPair(Notification.EXTRA_SUBSTITUTE_APP_NAME, in getNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | InstantAppNotifier.java | 228 Notification.EXTRA_SUBSTITUTE_APP_NAME, mContext.getString(R.string.instant_apps)); in postInstantAppNotif()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/ |
D | MediaDataProcessor.kt | 23 import android.app.Notification.EXTRA_SUBSTITUTE_APP_NAME in <lambda>() 934 val name = sbn.notification.extras.getString(EXTRA_SUBSTITUTE_APP_NAME) in <lambda>()
|
D | LegacyMediaDataManagerImpl.kt | 23 import android.app.Notification.EXTRA_SUBSTITUTE_APP_NAME in <lambda>() 988 val name = sbn.notification.extras.getString(EXTRA_SUBSTITUTE_APP_NAME) in getAppName()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 661 case Notification.EXTRA_SUBSTITUTE_APP_NAME: in shouldRedactStringExtra()
|
D | ZenModeHelper.java | 2619 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, in createZenUpgradeNotification()
|
D | NotificationManagerService.java | 7737 if (notification.extras.containsKey(Notification.EXTRA_SUBSTITUTE_APP_NAME)) { 7741 notification.extras.remove(Notification.EXTRA_SUBSTITUTE_APP_NAME);
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 1619 public static final String EXTRA_SUBSTITUTE_APP_NAME = "android.substName"; field in Notification 3049 if (extras.containsKey(EXTRA_SUBSTITUTE_APP_NAME)) { in loadHeaderAppName() 3050 name = extras.getString(EXTRA_SUBSTITUTE_APP_NAME); in loadHeaderAppName() 6787 String appName = savedBundle.getString(EXTRA_SUBSTITUTE_APP_NAME); in makePublicContentView() 6789 publicExtras.putString(EXTRA_SUBSTITUTE_APP_NAME, appName); in makePublicContentView()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 1445 sNotificationBundle.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, in newBaseNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/ |
D | MediaDataProcessorTest.kt | 494 putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, subName) in testOnNotificationAdded_hasSubstituteName_isUsed()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 5576 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, subName); in testSubstituteAppName_hasPermission() 5585 .containsKey(Notification.EXTRA_SUBSTITUTE_APP_NAME)); in testSubstituteAppName_hasPermission() 5587 .getString(Notification.EXTRA_SUBSTITUTE_APP_NAME), subName); in testSubstituteAppName_hasPermission() 5595 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, "Substitute Name"); in testSubstituteAppName_noPermission() 5604 .containsKey(Notification.EXTRA_SUBSTITUTE_APP_NAME)); in testSubstituteAppName_noPermission()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 21060 Notification.EXTRA_SUBSTITUTE_APP_NAME, getWorkProfileContentDescription()); 21141 Notification.EXTRA_SUBSTITUTE_APP_NAME, getWorkProfileContentDescription());
|
/frameworks/base/core/api/ |
D | system-current.txt | 1020 …on.SUBSTITUTE_NOTIFICATION_APP_NAME) public static final String EXTRA_SUBSTITUTE_APP_NAME = "andro…
|