Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DEnterprisePrivacyInfoOnlyTestActivity.java31 public static final String EXTRA_TITLE = "title"; field in EnterprisePrivacyInfoOnlyTestActivity
44 || !intent.hasExtra(EXTRA_TITLE) in onCreate()
51 setTitle(intent.getIntExtra(EXTRA_TITLE, -1)); in onCreate()
DDeviceOwnerNegativeTestActivity.java84 .putExtra(IntentDrivenTestActivity.EXTRA_TITLE, in addTestsToAdapter()
97 .putExtra(EnterprisePrivacyInfoOnlyTestActivity.EXTRA_TITLE, in addTestsToAdapter()
DPolicyTransparencyTestActivity.java71 public static final String EXTRA_TITLE = field in PolicyTransparencyTestActivity
143 mTitle = getIntent().getStringExtra(EXTRA_TITLE); in onCreate()
DUtils.java56 .putExtra(IntentDrivenTestActivity.EXTRA_TITLE, titleRes) in createInteractiveTestItem()
DPolicyTransparencyTestListActivity.java180 intent.putExtra(PolicyTransparencyTestActivity.EXTRA_TITLE, title); in addTestsToAdapter()
DUserRestrictions.java269 .putExtra(PolicyTransparencyTestActivity.EXTRA_TITLE, in getUserRestrictionTestIntent()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DIntentDrivenTestActivity.java44 public static final String EXTRA_TITLE = "title"; field in IntentDrivenTestActivity
49 EXTRA_ID, EXTRA_TITLE, EXTRA_INFO, EXTRA_BUTTONS
64 setTitle(intent.getIntExtra(EXTRA_TITLE, -1)); in onCreate()
251 .putExtra(IntentDrivenTestActivity.EXTRA_TITLE, titleResId) in newIntent()
289 .append(", title=").append(intent.hasExtra(EXTRA_TITLE) in toString()
290 ? context.getString(intent.getIntExtra(EXTRA_TITLE, -1)) in toString()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DBugReportTest.kt74 val n = notifications.query().whereNotification().extras().key(Notification.EXTRA_TITLE) in <lambda>()
95 val n = notifications.query().whereNotification().extras().key(Notification.EXTRA_TITLE) in <lambda>()
251 ….whereNotification().extras().key(Notification.EXTRA_TITLE).stringValue().startsWith("Share bug re… in <lambda>()
/cts/tests/app/app/src/android/app/stubs/
DLocalProvider.java53 res.putString(Intent.EXTRA_TITLE, tag); in call()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/test-app/src/android/security/cts/CVE_2021_0704_test/
DListenerService.java58 String notificationTitle = notificationExtras.getString(Notification.EXTRA_TITLE); in broadcastIfVulnerableNotificationFound()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DWipeDataNotificationTest.java80 notification.getNotification().extras.getString(Notification.EXTRA_TITLE)); in initWipeNotificationLatch()
/cts/tests/app/src/android/app/cts/
DAttributionTagsTest.java130 final String actual = res.getString(Intent.EXTRA_TITLE); in assertAttributionTag()
DServiceTest.java528 String actualTitle = n.extras.getString(Notification.EXTRA_TITLE); in assertNotification()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java59 import static android.server.wm.app.Components.PipActivity.EXTRA_TITLE;
251 if (getIntent().hasExtra(EXTRA_TITLE)) { in onCreate()
252 sharedBuilder.setTitle(getIntent().getStringExtra(EXTRA_TITLE)); in onCreate()
DComponents.java555 public static final String EXTRA_TITLE = "set_pip_title"; field in Components.PipActivity
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DStatusBarNotificationTest.java207 assertEquals("foo", notification.extras.get(Notification.EXTRA_TITLE)); in testClone()
DSensitiveNotificationRedactionTest.kt27 import android.app.Notification.EXTRA_TITLE
175 val title = sbn.notification.extras.getCharSequence(EXTRA_TITLE)!! in testTextFieldsRedacted()
DNotificationTest.java304 assertEquals(CONTENT_TITLE, mNotification.extras.getString(Notification.EXTRA_TITLE));
/cts/hostsidetests/securitybulletin/test-apps/BUG-261036568/test-app/src/android/security/cts/BUG_261036568_test/
DDeviceTest.java149 sendIntent.putExtra(Intent.EXTRA_TITLE, "Preview Title"); in createSendTextIntentWithPreview()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java337 intent.putExtra(Intent.EXTRA_TITLE, DISPLAY_NAME); in testCreateNew()
361 intent.putExtra(Intent.EXTRA_TITLE, "NEVERUSED"); in testCreateExisting()
1055 createIntent.putExtra(Intent.EXTRA_TITLE, displayName); in assertCreateDocumentSuccess()
/cts/tests/tests/sharesheet/src/android/sharesheet/cts/
DCtsNfcResolverDeviceTest.java105 resolverIntent.putExtra(Intent.EXTRA_TITLE, title); in createNfcResolverIntent()
DCtsSharesheetDeviceTest.java1189 intent.putExtra(Intent.EXTRA_TITLE, mPreviewTitle); in createShareIntent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java87 import static android.server.wm.app.Components.PipActivity.EXTRA_TITLE;
1794 launchActivity(PIP_ACTIVITY, extraString(EXTRA_TITLE, title)); in testTitleIsSet()
/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java1573 assertEquals(title, target.getStringExtra(Intent.EXTRA_TITLE)); in testCreateChooser()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt6481 field public static final String EXTRA_TITLE = "android.title";
11431 field public static final String EXTRA_TITLE = "android.intent.extra.TITLE";