Home
last modified time | relevance | path

Searched refs:EXTRA_TITLE (Results 1 – 13 of 13) 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.java83 .putExtra(IntentDrivenTestActivity.EXTRA_TITLE, in addTestsToAdapter()
96 .putExtra(EnterprisePrivacyInfoOnlyTestActivity.EXTRA_TITLE, in addTestsToAdapter()
DPolicyTransparencyTestActivity.java68 public static final String EXTRA_TITLE = field in PolicyTransparencyTestActivity
153 mTitle = getIntent().getStringExtra(EXTRA_TITLE); in onCreate()
DUtils.java48 .putExtra(IntentDrivenTestActivity.EXTRA_TITLE, titleRes) in createInteractiveTestItem()
DPolicyTransparencyTestListActivity.java169 intent.putExtra(PolicyTransparencyTestActivity.EXTRA_TITLE, title); in addTestsToAdapter()
DUserRestrictions.java190 .putExtra(PolicyTransparencyTestActivity.EXTRA_TITLE, context.getString(item.label)) in getUserRestrictionTestIntent()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DIntentDrivenTestActivity.java35 public static final String EXTRA_TITLE = "title"; field in IntentDrivenTestActivity
51 || !intent.hasExtra(EXTRA_TITLE) in onCreate()
59 setTitle(intent.getIntExtra(EXTRA_TITLE, -1)); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DDeskClockTestsActivity.java161 .putExtra(IntentDrivenTestActivity.EXTRA_TITLE, title) in addTests()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java211 intent.putExtra(Intent.EXTRA_TITLE, DISPLAY_NAME); in testCreateNew()
235 intent.putExtra(Intent.EXTRA_TITLE, "NEVERUSED"); in testCreateExisting()
/cts/tests/app/src/android/app/cts/
DNotificationTest.java218 assertEquals(CONTENT_TITLE, mNotification.extras.getString(Notification.EXTRA_TITLE));
DServiceTest.java209 sbn.getNotification().extras.getString(Notification.EXTRA_TITLE); in assertNotification()
/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java1273 assertEquals(title, target.getStringExtra(Intent.EXTRA_TITLE)); in testCreateChooser()
/cts/tools/dex-tools/dex/
Dclasses.out.dex19648 public static final java.lang.String EXTRA_TITLE