Home
last modified time | relevance | path

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

12

/cts/tests/leanbackjank/app/src/android/cts/jank/leanback/data/
DVideoProvider.java47 String title = new String(); in buildMedia() local
54 title = String.format("Video %d-%d", i, j); in buildMedia()
56 Movie movie = buildMovieInfo(category_name, title, description, studio); in buildMedia()
66 String title, in buildMovieInfo() argument
72 movie.setTitle(title); in buildMovieInfo()
/cts/tests/tests/preference2/src/android/preference2/cts/
DDialogPreferenceTest.java44 String title = (String) mDialogPreference.getTitle(); in testGetTitle() local
46 assertEquals(titleExp, title); in testGetTitle()
50 String title = (String) mDialogPreference.getDialogTitle(); in testGetDialogTitle() local
53 assertEquals(titleExp, title); in testGetDialogTitle()
DSwitchPreferenceTest.java46 String title = (String) mSwitchPref.getTitle(); in testGetTitle() local
48 assertEquals(titleExp, title); in testGetTitle()
DPreferenceTest.java88 CharSequence title= mPreference.getTitle(); in testGetTitle() local
91 assertEquals(titleExp, title); in testGetTitle()
102 String title = (String) mPreference.getTitle(); in testSetTitle() local
103 assertEquals(titleExp, title); in testSetTitle()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java83 final String title; field in TestListAdapter.TestListItem
119 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() argument
121 return new TestListItem(title, testName, intent, requiredFeatures, excludedFeatures, in newTest()
125 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() argument
127 return new TestListItem(title, testName, intent, requiredFeatures, excludedFeatures, in newTest()
131 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() argument
133 return new TestListItem(title, testName, intent, requiredFeatures, null, null); in newTest()
140 public static TestListItem newCategory(String title) { in newCategory() argument
141 return new TestListItem(title, null, null, null, null, null); in newCategory()
144 protected TestListItem(String title, String testName, Intent intent, in TestListItem() argument
[all …]
DManifestTestListAdapter.java145 return item.title.compareTo(otherItem.title); in getRows()
186 String title = getTitle(mContext, info.activityInfo); in getTestsByCategory() local
192 TestListItem item = TestListItem.newTest(title, testName, intent, requiredFeatures, in getTestsByCategory()
DIntentDrivenTestActivity.java121 public TestInfo(String testId, int title, int infoText, ButtonInfo... buttons) { in TestInfo() argument
131 mTitle = title; in TestInfo()
DTestResultsReport.java123 xml.attribute(null, "title", item.title); in getContents()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
DWidgetCtsProvider.java40 String title; field in WidgetCtsProvider.TextData
46 title = t; in TextData()
163 String title = null; in getInstruction() local
190 title = "Step " + step + ": Verify dimensions"; in getInstruction()
196 title = "Step " + step + ": Verify resizeability"; in getInstruction()
209 title = "Step " + step + ": Verify collections"; in getInstruction()
213 title = "Step " + step + ": Verify category"; in getInstruction()
224 title = "Test Complete"; in getInstruction()
230 return new TextData(title, instruction, dataP, dataL); in getInstruction()
249 if (text.title != null) { in updateWidget()
[all …]
/cts/tools/signature-tools/templates/
DCommon_meta.st3 <link type="text/css" rel="stylesheet" href="../styles.css" title="Stylesheet"/>
4 <link type="text/css" rel="stylesheet" href="styles.css" title="Stylesheet"/>
DPackageOverviewPage.st5 <title>
7 </title>
/cts/tests/app/src/android/app/cts/
DMockTabActivity.java54 protected void onChildTitleChanged(Activity childActivity, CharSequence title) { in onChildTitleChanged() argument
55 super.onChildTitleChanged(childActivity, title); in onChildTitleChanged()
DDialogStubActivity.java315 public void setUpTitle(final String title) { in setUpTitle() argument
318 getDialog().setTitle(title); in setUpTitle()
/cts/tests/tests/view/src/android/view/cts/
DWindowManager_LayoutParamsTest.java172 String title = ""; in testAccessTitle() local
176 assertEquals(title, mLayoutParams.getTitle()); in testAccessTitle()
178 title = "Android Test Title"; in testAccessTitle()
179 mLayoutParams.setTitle(title); in testAccessTitle()
180 assertEquals(title, mLayoutParams.getTitle()); in testAccessTitle()
182 SpannedString spannedTitle = new SpannedString(title); in testAccessTitle()
DActionModeTest.java153 public void setTitle(CharSequence title) {} in setTitle() argument
/cts/tests/leanbackjank/app/src/android/cts/jank/leanback/model/
DMovie.java68 public void setTitle(String title) { in setTitle() argument
69 mTitle = title; in setTitle()
/cts/tools/vm-tests-tf/src/util/build/
DBuildDalvikSuite.java94 String methodBody, constraint, title; field in BuildDalvikSuite.MethodData
443 String details = (md.title != null ? md.title : "");
767 String title = null, constraint = null;
775 title = titleM.group(1).replaceAll("\\n \\*", "");
776 title = title.replaceAll("\\n", " ");
777 title = title.trim();
802 md.title = title;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DDeskClockTestsActivity.java157 final int title = info.getTitle(); in addTests() local
158 adapter.add(TestListItem.newTest(this, title, info.getTestId(), in addTests()
161 .putExtra(IntentDrivenTestActivity.EXTRA_TITLE, title) in addTests()
/cts/apps/CameraITS/tests/inprog/
Dtest_param_black_level_lock.py67 pylab.title("Histograms for different sensitivities")
Dtest_black_level.py90 pylab.title("Histograms for different sensitivities")
/cts/tests/tests/webkit/src/android/webkit/cts/
DPostMessageTest.java92 private void waitForTitle(final String title) { in waitForTitle() argument
96 return mOnUiThread.getTitle().equals(title); in waitForTitle()
DWebChromeClientTest.java389 public void onReceivedTitle(WebView view, String title) { in onReceivedTitle() argument
390 super.onReceivedTitle(view, title); in onReceivedTitle()
391 mPageTitle = title; in onReceivedTitle()
/cts/suite/cts/utils/
Dgrapher.py51 plt.title(benchmark[benchmark.index('#') + 1:])
/cts/tests/tests/widget/src/android/widget/cts/
DTabHost_TabSpecTest.java68 int idTitle = android.R.id.title; in testSetIndicator1()
93 int idTitle = android.R.id.title; in testSetIndicator2()
/cts/apps/CameraITS/tests/
Dtutorial.py173 pylab.title("Histogram of luma channel of captured image")

12