Home
last modified time | relevance | path

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

12

/cts/tests/tests/app/src/android/app/cts/
DRemoteActionTest.java40 String title = "title"; in testParcel() local
64 String title = "title"; in testClone() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DPolicyTransparencyTestListActivity.java151 final String title = UserRestrictions.getRestrictionLabel(this, restriction); in addTestsToAdapter() local
172 final String title = getString(policy.second); in addTestsToAdapter() local
180 private String getTestId(String title) { in getTestId()
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/data/
DVideoProvider.java47 String title = new String(); in buildMedia() local
66 String title, in buildMovieInfo()
/cts/tests/tests/preference/src/android/preference/cts/
DDialogPreferenceTest.java42 String title = (String) mDialogPreference.getTitle(); in testGetTitle() local
48 String title = (String) mDialogPreference.getDialogTitle(); in testGetDialogTitle() local
DSwitchPreferenceTest.java44 String title = (String) mSwitchPref.getTitle(); in testGetTitle() local
DPreferenceTest.java91 CharSequence title = mPreference.getTitle(); in testGetTitle() local
105 String title = (String) mPreference.getTitle(); in testSetTitle() local
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DBlankWithTitleActivity.java61 final ViewNode title = assertViewAppeared(events, 6).getViewNode(); in assertDefaultEvents() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java87 final String title; field in TestListAdapter.TestListItem
126 public static TestListItem newTest(String title, String testName, Intent intent, in newTest()
133 public static TestListItem newTest(String title, String testName, Intent intent, in newTest()
139 public static TestListItem newTest(String title, String testName, Intent intent, in newTest()
145 public static TestListItem newTest(String title, String testName, Intent intent, in newTest()
154 public static TestListItem newCategory(String title) { in newCategory()
158 protected TestListItem(String title, String testName, Intent intent, in TestListItem()
163 protected TestListItem(String title, String testName, Intent intent, in TestListItem()
DIntentDrivenTestActivity.java139 public TestInfo(String testId, int title, int infoText, ButtonInfo... buttons) { in TestInfo()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DFocusLossPreventionService.java26 String title = getResources().getString(R.string.app_name); in onStartCommand() local
DBleEncryptedClientBaseActivity.java135 private void showErrorDialog(String title, String message, boolean finish) { in showErrorDialog()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Dialogs/
DBaseResultsDialog.java55 String title = getString(R.string.passed); in onCreateDialog() local
/cts/tests/app/app/src/android/app/stubs/
DMockTabActivity.java54 protected void onChildTitleChanged(Activity childActivity, CharSequence title) { in onChildTitleChanged()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java56 @NonNull UiAutomation uiAutomation, int changeTypes, @NonNull String title) { in filterWindowsChangeTypesAndWindowTitle()
147 public WindowTitleMatcher(@NonNull UiAutomation uiAutomation, @NonNull String title) { in WindowTitleMatcher()
DActivityLaunchUtils.java109 UiAutomation uiAutomation, CharSequence title) { in findWindowByTitle()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DDeskClockTestsActivity.java157 final int title = info.getTitle(); in addTests() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowManager_LayoutParamsTest.java190 String title = ""; in testAccessTitle() local
/cts/tools/vm-tests-tf/build/src/util/build/
DBuildUtilBase.java44 String methodBody, constraint, title; field in BuildUtilBase.MethodData
150 String title = null, constraint = null; in parseTestMethod() local
/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/leanbackjank/app/src/android/leanbackjank/app/model/
DMovie.java68 public void setTitle(String title) { in setTitle()
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DSuspendPackageTest.java95 final UiObject2 title = device.findObject(POPUP_TITLE_WATCH_SELECTOR); in dismissPolicyTransparencyDialog() local
/cts/tests/tests/view/src/android/view/cts/
DActionModeTest.java166 public void setTitle(CharSequence title) {} in setTitle()
/cts/tests/tests/webkit/src/android/webkit/cts/
DPostMessageTest.java98 private void waitForTitle(final String title) { in waitForTitle()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DBiometricTest.java255 private void showBiometricPrompt(boolean allowCredential, String title, String subtitle, in showBiometricPrompt()
/cts/tests/app/src/android/app/cts/
DWearableExtenderTest.java165 final String title = "test_title"; in testWearableExtender_extend() local

12