Home
last modified time | relevance | path

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

12

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DPolicyTransparencyTestListActivity.java149 final String title = UserRestrictions.getRestrictionLabel(this, restriction); in addTestsToAdapter() local
150 String testId = getTestId(title); in addTestsToAdapter()
152 adapter.add(TestListItem.newTest(title, testId, intent, null)); in addTestsToAdapter()
167 final String title = getString(policy.second); in addTestsToAdapter() local
168 String testId = getTestId(title); in addTestsToAdapter()
169 intent.putExtra(PolicyTransparencyTestActivity.EXTRA_TITLE, title); in addTestsToAdapter()
171 adapter.add(TestListItem.newTest(title, testId, intent, null)); in addTestsToAdapter()
175 private String getTestId(String title) { in getTestId() argument
177 return "DO_" + title; in getTestId()
179 return "PO_" + title; in getTestId()
[all …]
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/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.java93 CharSequence title= mPreference.getTitle(); in testGetTitle() local
96 assertEquals(titleExp, title); in testGetTitle()
107 String title = (String) mPreference.getTitle(); in testSetTitle() local
108 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()
187 String title = getTitle(mContext, info.activityInfo); in getTestsByCategory() local
193 TestListItem item = TestListItem.newTest(title, testName, intent, requiredFeatures, in getTestsByCategory()
DIntentDrivenTestActivity.java139 public TestInfo(String testId, int title, int infoText, ButtonInfo... buttons) { in TestInfo() argument
149 mTitle = title; in TestInfo()
/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/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Dialogs/
DBaseResultsDialog.java55 String title = getString(R.string.passed); in onCreateDialog() local
60 title = getString(R.string.failed); in onCreateDialog()
67 mBuilder.setTitle(title) in onCreateDialog()
/cts/tests/tests/view/src/android/view/cts/
DWindowManager_LayoutParamsTest.java189 String title = ""; in testAccessTitle() local
193 assertEquals(title, mLayoutParams.getTitle()); in testAccessTitle()
195 title = "Android Test Title"; in testAccessTitle()
196 mLayoutParams.setTitle(title); in testAccessTitle()
197 assertEquals(title, mLayoutParams.getTitle()); in testAccessTitle()
199 SpannedString spannedTitle = new SpannedString(title); in testAccessTitle()
/cts/tests/app/app/src/android/app/stubs/
DMockTabActivity.java54 protected void onChildTitleChanged(Activity childActivity, CharSequence title) { in onChildTitleChanged() argument
55 super.onChildTitleChanged(childActivity, title); in onChildTitleChanged()
/cts/tools/vm-tests-tf/src/util/build/
DBuildDalvikSuite.java97 String methodBody, constraint, title; field in BuildDalvikSuite.MethodData
438 String details = (md.title != null ? md.title : "");
772 String title = null, constraint = null;
780 title = titleM.group(1).replaceAll("\\n \\*", "");
781 title = title.replaceAll("\\n", " ");
782 title = title.trim();
807 md.title = title;
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/model/
DMovie.java68 public void setTitle(String title) { in setTitle() argument
69 mTitle = title; in setTitle()
/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/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowReportingTest.java140 private AccessibilityWindowInfo findWindowByTitle(CharSequence title) { in findWindowByTitle() argument
145 if (TextUtils.equals(title, window.getTitle())) { in findWindowByTitle()
/cts/tests/tests/webkit/src/android/webkit/cts/
DPostMessageTest.java93 private void waitForTitle(final String title) { in waitForTitle() argument
97 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/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/suite/cts/utils/
Dgrapher.py51 plt.title(benchmark[benchmark.index('#') + 1:])
/cts/apps/CameraITS/tests/scene1/
Dtest_exposure.py139 pylab.title(NAME + 'RGB Data')
151 pylab.title(NAME + 'RAW Data')
/cts/tests/autofillservice/src/android/autofillservice/cts/
DUiBot.java529 final CharSequence title = window.getTitle(); in assertAccessibilityTitle() local
530 if (title != null && title.toString().equals(expectedTitle)) { in assertAccessibilityTitle()
/cts/tests/tests/widget/src/android/widget/cts/
DTabHost_TabSpecTest.java80 int idTitle = android.R.id.title; in testSetIndicator1()
106 int idTitle = android.R.id.title; in testSetIndicator2()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleEncryptedClientBaseActivity.java135 private void showErrorDialog(String title, String message, boolean finish) { in showErrorDialog() argument
139 .setTitle(title) in showErrorDialog()

12