Home
last modified time | relevance | path

Searched defs:titleId (Results 1 – 13 of 13) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DPassFailButtons.java100 void setInfoResources(int titleId, int messageId, int viewId); in setInfoResources()
224 public void setInfoResources(int titleId, int messageId, int viewId) { in setInfoResources()
341 public void setInfoResources(int titleId, int messageId, int viewId) { in setInfoResources()
439 public void setInfoResources(int titleId, int messageId, int viewId) { in setInfoResources()
565 protected static void setInfo(final android.app.Activity activity, final int titleId, in setInfo()
604 protected static void showInfoDialog(final android.app.Activity activity, int titleId, in showInfoDialog()
634 int titleId = args.getInt(INFO_DIALOG_TITLE_ID); in createInfoDialog() local
DHostTestsActivity.java203 public HostTestsActivity(int titleId, int messageId, HostTestCategory... hostTestCategories) { in HostTestsActivity()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleInsecureEncryptedServerTestActivity.java77 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog()
DBleEncryptedServerBaseActivity.java154 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog()
DBleConnectionPriorityServerBaseActivity.java103 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog()
DBleCocServerTestBaseActivity.java126 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog()
DBleCocClientTestBaseActivity.java146 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog()
DBleConnectionPriorityClientBaseActivity.java126 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog()
DBleServerTestBaseActivity.java168 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog()
DBleClientTestBaseActivity.java209 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
DProjectionActivity.java92 protected View setContentViewAndInfoResources(int layoutId, int titleId, int infoId) { in setContentViewAndInfoResources()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/capturecontentfornotes/
DCaptureContentForNotesVerifierActivity.java192 private void showAlertDialog(int titleId, int msgId) { in showAlertDialog()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java829 final String titleId, titleWithTypeId; in assertSaveOrUpdateShowing() local