Home
last modified time | relevance | path

Searched refs:EXTRA_TITLE (Results 1 – 25 of 36) sorted by relevance

12

/aosp14/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/app/
H A DCommonDemoActivity.kt24 const val EXTRA_TITLE = "title"
39 val title = extras.getString(EXTRA_TITLE, "SilkFX")
/aosp14/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DConfirmationActivity.java8 public static final String EXTRA_TITLE = "title"; field in ConfirmationActivity
15 setTitle(getTextExtra(EXTRA_TITLE, "Title")); in onResume()
H A DNotificationBuilderTest.java498 intent.putExtra(ConfirmationActivity.EXTRA_TITLE, "Delete intent"); in makeDeleteIntent()
506 intent.putExtra(ConfirmationActivity.EXTRA_TITLE, "Content intent"); in makeContentIntent()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicestate/
H A DDeviceStateNotificationControllerTest.java141 assertEquals(TITLE_1, notification.extras.getString(Notification.EXTRA_TITLE)); in test_activeNotification()
171 assertEquals(TITLE_2, notification.extras.getString(Notification.EXTRA_TITLE)); in test_powerSaveNotification()
186 assertEquals(POWER_SAVE_TITLE_2, notification.extras.getString(Notification.EXTRA_TITLE)); in test_powerSaveNotification()
207 assertEquals(TITLE_2, notification.extras.getString(Notification.EXTRA_TITLE)); in test_thermalNotification()
222 assertEquals(THERMAL_TITLE_2, notification.extras.getString(Notification.EXTRA_TITLE)); in test_thermalNotification()
/aosp14/frameworks/base/core/tests/coretests/src/android/debug/
H A DAdbNotificationsTest.java57 assertEquals(title, notification.extras.getCharSequence(Notification.EXTRA_TITLE, "")); in testCreateNotification_UsbTransportType()
77 assertEquals(title, notification.extras.getCharSequence(Notification.EXTRA_TITLE, "")); in testCreateNotification_WifiTransportType()
/aosp14/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/
H A DMain.kt31 import com.android.test.silkfx.app.EXTRA_TITLE
44 putExtra(EXTRA_TITLE, name)
/aosp14/frameworks/base/core/java/android/app/
H A DKeyguardManager.java144 public static final String EXTRA_TITLE = "android.app.extra.TITLE"; field in KeyguardManager
269 intent.putExtra(EXTRA_TITLE, title); in createConfirmDeviceCredentialIntent()
291 intent.putExtra(EXTRA_TITLE, title); in createConfirmDeviceCredentialIntent()
377 intent.putExtra(EXTRA_TITLE, title); in createConfirmFactoryResetCredentialIntent()
415 .putExtra(EXTRA_TITLE, title) in createConfirmDeviceCredentialForRemoteValidationIntent()
H A DNotification.java1114 public static final String EXTRA_TITLE = "android.title"; field in Notification
1120 public static final String EXTRA_TITLE_BIG = EXTRA_TITLE + ".big";
4296 mN.extras.putCharSequence(EXTRA_TITLE, safeCharSequence(title)); in setContentTitle()
6256 CharSequence titleText = mN.extras.getCharSequence(Notification.EXTRA_TITLE); in createSummaryText()
8289 extras.putCharSequence(EXTRA_TITLE, title); in fixTitleAndTextExtras()
9922 extras.putCharSequence(EXTRA_TITLE, sender); in fixTitleAndTextExtras()
12674 this.mTitle = b.processLegacyText(extras.getCharSequence(EXTRA_TITLE)); in fillTextsFrom()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DKeyguardManagerTest.java87 assertEquals(intent.getStringExtra(KeyguardManager.EXTRA_TITLE), TITLE); in createConfirmDeviceCredentialIntent_deviceSecure()
243 assertEquals(title, intent.getStringExtra(KeyguardManager.EXTRA_TITLE)); in createConfirmDeviceCredentialForRemoteValidationIntent()
H A DNotificationTest.java37 import static android.app.Notification.EXTRA_TITLE;
1546 extras.putCharSequence(EXTRA_TITLE, "test title"); in testExtras_cachedExtrasOverwrittenByUserProvided()
1553 assertThat(notification.extras.getCharSequence(EXTRA_TITLE).toString()).isEqualTo( in testExtras_cachedExtrasOverwrittenByUserProvided()
1558 extras.putCharSequence(EXTRA_TITLE, "new title"); in testExtras_cachedExtrasOverwrittenByUserProvided()
1561 assertThat(notification.extras.getCharSequence(EXTRA_TITLE).toString()).isEqualTo( in testExtras_cachedExtrasOverwrittenByUserProvided()
1596 extras.putCharSequence(EXTRA_TITLE, "test title"); in testExtras_cachedExtrasOverwrittenByUserProvidedOld()
1603 assertThat(notification.extras.getCharSequence(EXTRA_TITLE).toString()).isEqualTo( in testExtras_cachedExtrasOverwrittenByUserProvidedOld()
1608 extras.putCharSequence(EXTRA_TITLE, "new title"); in testExtras_cachedExtrasOverwrittenByUserProvidedOld()
1611 assertThat(notification.extras.getCharSequence(EXTRA_TITLE).toString()).isEqualTo( in testExtras_cachedExtrasOverwrittenByUserProvidedOld()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationChannelHelper.java77 nameString = extras.getCharSequence(Notification.EXTRA_TITLE); in getName()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
H A DTvNotificationAdapter.java63 holder.mTitle.setText(notification.extras.getString(Notification.EXTRA_TITLE)); in onBindViewHolder()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DProgressReporter.java149 mExtras.putCharSequence(Intent.EXTRA_TITLE, title); in setProgress()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/
H A DTvPipNotificationTests.kt170 get() = extras?.getString(Notification.EXTRA_TITLE) ?: ""
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridGroupManager.java122 CharSequence titleText = notification.extras.getCharSequence(Notification.EXTRA_TITLE); in resolveTitle()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/
H A DStylusUsiPowerUiTest.kt159 notificationCaptor.value.extras.getString(Notification.EXTRA_TITLE),
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaProjectionAppSelectorActivity.kt318 putExtra(Intent.EXTRA_TITLE, title)
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationShellCmdTest.java139 assertEquals(aTitle, captured.extras.getString(Notification.EXTRA_TITLE)); in testBasic()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java487 if (names.contains(Notification.EXTRA_TITLE) && in countApiUse()
488 !TextUtils.isEmpty(n.extras.getCharSequence(Notification.EXTRA_TITLE))) { in countApiUse()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DMovePackageHelper.java155 extras.putString(Intent.EXTRA_TITLE, label); in movePackageInternal()
/aosp14/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java243 n.extras.get(Notification.EXTRA_TITLE), in summarize()
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java168 static final String EXTRA_TITLE = "android.intent.extra.TITLE"; field in BugreportProgressService
630 String shareTitle = intent.getStringExtra(EXTRA_TITLE); in startBugreportAPI()
1634 addExtra(buffer, intent, EXTRA_TITLE); in dumpIntent()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java998 .getNotification().extras.getCharSequence(Notification.EXTRA_TITLE); in getTitle()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java664 CharSequence title = n.extras.getCharSequence(Notification.EXTRA_TITLE); in contentDescForNotification()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java157 move.label = extras.getString(Intent.EXTRA_TITLE);

12