Home
last modified time | relevance | path

Searched defs:title (Results 1 – 19 of 19) sorted by relevance

/cts/tests/tests/preference2/src/android/preference2/cts/
DDialogPreferenceTest.java44 String title = (String) mDialogPreference.getTitle(); in testGetTitle() local
50 String title = (String) mDialogPreference.getDialogTitle(); in testGetDialogTitle() local
DSwitchPreferenceTest.java46 String title = (String) mSwitchPref.getTitle(); in testGetTitle() local
DPreferenceTest.java88 CharSequence title= mPreference.getTitle(); in testGetTitle() local
102 String title = (String) mPreference.getTitle(); in testSetTitle() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java75 final String title; field in TestListAdapter.TestListItem
111 public static TestListItem newTest(String title, String testName, Intent intent, in newTest()
117 public static TestListItem newTest(String title, String testName, Intent intent, in newTest()
123 public static TestListItem newTest(String title, String testName, Intent intent, in newTest()
132 public static TestListItem newCategory(String title) { in newCategory()
136 private TestListItem(String title, String testName, Intent intent, in TestListItem()
DIntentDrivenTestActivity.java121 public TestInfo(String testId, int title, int infoText, ButtonInfo... buttons) { in TestInfo()
DManifestTestListAdapter.java184 String title = getTitle(mContext, info.activityInfo); in getTestsByCategory() local
/cts/tests/app/src/android/app/cts/
DMockTabActivity.java54 protected void onChildTitleChanged(Activity childActivity, CharSequence title) { in onChildTitleChanged()
DDialogStubActivity.java315 public void setUpTitle(final String title) { in setUpTitle()
/cts/tools/vm-tests-tf/src/util/build/
DBuildDalvikSuite.java93 String methodBody, constraint, title; field in BuildDalvikSuite.MethodData
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DDeskClockTestsActivity.java157 final int title = info.getTitle(); in addTests() local
/cts/tests/tests/view/src/android/view/cts/
DWindowManager_LayoutParamsTest.java172 String title = ""; in testAccessTitle() local
DWindowTest.java474 final String title = "Android Window Test"; in testSetTitle() local
876 public void setTitle(CharSequence title) { in setTitle()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
DWidgetCtsProvider.java40 String title; field in WidgetCtsProvider.TextData
163 String title = null; in getInstruction() local
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebChromeClientTest.java389 public void onReceivedTitle(WebView view, String title) { in onReceivedTitle()
/cts/tests/tests/app/src/android/app/cts/
DInstrumentationTest.java622 public void setTitle(CharSequence title) { in setTitle()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java860 private static StringEntity createPage(String title, String bodyContent) { in createPage()
/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java953 final String title = "title String"; in testCreateChooser() local
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java1917 String title = ExtendedPropertiesHelper.lookupValueByName(mContentResolver, eventId1, in testExtendedProperties() local
1935 String title = ExtendedPropertiesHelper.lookupValueByName(mContentResolver, eventId1, in testExtendedProperties() local
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dpdfjs.js3468 title: stringToPDFString(title), property