Home
last modified time | relevance | path

Searched refs:titleId (Results 1 – 11 of 11) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DPassFailButtons.java95 void setInfoResources(int titleId, int messageId, int viewId); in setInfoResources() argument
169 public void setInfoResources(int titleId, int messageId, int viewId) { in setInfoResources() argument
170 setInfo(this, titleId, messageId, viewId); in setInfoResources()
253 public void setInfoResources(int titleId, int messageId, int viewId) { in setInfoResources() argument
254 setInfo(this, titleId, messageId, viewId); in setInfoResources()
340 public void setInfoResources(int titleId, int messageId, int viewId) { in setInfoResources() argument
341 setInfo(this, titleId, messageId, viewId); in setInfoResources()
454 protected static void setInfo(final android.app.Activity activity, final int titleId, in setInfo() argument
462 showInfoDialog(activity, titleId, messageId, viewId); in setInfo()
475 showInfoDialog(activity, titleId, messageId, viewId); in setInfo()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleInsecureEncryptedServerTestActivity.java75 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() argument
77 .setTitle(titleId) in showErrorDialog()
DBleEncryptedServerBaseActivity.java152 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() argument
154 .setTitle(titleId) in showErrorDialog()
DBleConnectionPriorityServerBaseActivity.java101 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() argument
105 .setTitle(titleId) in showErrorDialog()
DBleConnectionPriorityClientBaseActivity.java119 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() argument
121 .setTitle(titleId) in showErrorDialog()
DBleCocServerTestBaseActivity.java124 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() argument
126 .setTitle(titleId) in showErrorDialog()
DBleCocClientTestBaseActivity.java146 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() argument
148 .setTitle(titleId) in showErrorDialog()
DBleServerTestBaseActivity.java166 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() argument
168 .setTitle(titleId) in showErrorDialog()
DBleClientTestBaseActivity.java190 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() argument
192 .setTitle(titleId) in showErrorDialog()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
DProjectionActivity.java92 protected View setContentViewAndInfoResources(int layoutId, int titleId, int infoId) { in setContentViewAndInfoResources() argument
114 setInfoResources(titleId, infoId, -1); in setContentViewAndInfoResources()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java728 final String titleId, titleWithTypeId; in assertSaveOrUpdateShowing() local
730 titleId = RESOURCE_STRING_UPDATE_TITLE; in assertSaveOrUpdateShowing()
733 titleId = RESOURCE_STRING_SAVE_TITLE; in assertSaveOrUpdateShowing()
741 ? Html.fromHtml(getString(titleId, serviceLabel), 0).toString() in assertSaveOrUpdateShowing()