/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | EnterprisePrivacyInfoOnlyTestActivity.java | 31 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()
|
D | DeviceOwnerNegativeTestActivity.java | 84 .putExtra(IntentDrivenTestActivity.EXTRA_TITLE, in addTestsToAdapter() 97 .putExtra(EnterprisePrivacyInfoOnlyTestActivity.EXTRA_TITLE, in addTestsToAdapter()
|
D | PolicyTransparencyTestActivity.java | 71 public static final String EXTRA_TITLE = field in PolicyTransparencyTestActivity 143 mTitle = getIntent().getStringExtra(EXTRA_TITLE); in onCreate()
|
D | Utils.java | 56 .putExtra(IntentDrivenTestActivity.EXTRA_TITLE, titleRes) in createInteractiveTestItem()
|
D | PolicyTransparencyTestListActivity.java | 180 intent.putExtra(PolicyTransparencyTestActivity.EXTRA_TITLE, title); in addTestsToAdapter()
|
D | UserRestrictions.java | 269 .putExtra(PolicyTransparencyTestActivity.EXTRA_TITLE, in getUserRestrictionTestIntent()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | IntentDrivenTestActivity.java | 44 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/ |
D | BugReportTest.kt | 74 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/ |
D | LocalProvider.java | 53 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/ |
D | ListenerService.java | 58 String notificationTitle = notificationExtras.getString(Notification.EXTRA_TITLE); in broadcastIfVulnerableNotificationFound()
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | WipeDataNotificationTest.java | 80 notification.getNotification().extras.getString(Notification.EXTRA_TITLE)); in initWipeNotificationLatch()
|
/cts/tests/app/src/android/app/cts/ |
D | AttributionTagsTest.java | 130 final String actual = res.getString(Intent.EXTRA_TITLE); in assertAttributionTag()
|
D | ServiceTest.java | 528 String actualTitle = n.extras.getString(Notification.EXTRA_TITLE); in assertNotification()
|
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | PipActivity.java | 59 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()
|
D | Components.java | 555 public static final String EXTRA_TITLE = "set_pip_title"; field in Components.PipActivity
|
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | StatusBarNotificationTest.java | 207 assertEquals("foo", notification.extras.get(Notification.EXTRA_TITLE)); in testClone()
|
D | SensitiveNotificationRedactionTest.kt | 27 import android.app.Notification.EXTRA_TITLE 175 val title = sbn.notification.extras.getCharSequence(EXTRA_TITLE)!! in testTextFieldsRedacted()
|
D | NotificationTest.java | 304 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/ |
D | DeviceTest.java | 149 sendIntent.putExtra(Intent.EXTRA_TITLE, "Preview Title"); in createSendTextIntentWithPreview()
|
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/ |
D | DocumentsClientTest.java | 337 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/ |
D | CtsNfcResolverDeviceTest.java | 105 resolverIntent.putExtra(Intent.EXTRA_TITLE, title); in createNfcResolverIntent()
|
D | CtsSharesheetDeviceTest.java | 1189 intent.putExtra(Intent.EXTRA_TITLE, mPreviewTitle); in createShareIntent()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/ |
D | PinnedStackTests.java | 87 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/ |
D | IntentTest.java | 1573 assertEquals(title, target.getStringExtra(Intent.EXTRA_TITLE)); in testCreateChooser()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 6481 field public static final String EXTRA_TITLE = "android.title"; 11431 field public static final String EXTRA_TITLE = "android.intent.extra.TITLE";
|