Searched defs:titleId (Results 1 – 13 of 13) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | PassFailButtons.java | 100 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
|
D | HostTestsActivity.java | 203 public HostTestsActivity(int titleId, int messageId, HostTestCategory... hostTestCategories) { in HostTestsActivity()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BleInsecureEncryptedServerTestActivity.java | 77 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog()
|
D | BleEncryptedServerBaseActivity.java | 154 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog()
|
D | BleConnectionPriorityServerBaseActivity.java | 103 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog()
|
D | BleCocServerTestBaseActivity.java | 126 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog()
|
D | BleCocClientTestBaseActivity.java | 146 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog()
|
D | BleConnectionPriorityClientBaseActivity.java | 126 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog()
|
D | BleServerTestBaseActivity.java | 168 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog()
|
D | BleClientTestBaseActivity.java | 209 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/ |
D | ProjectionActivity.java | 92 protected View setContentViewAndInfoResources(int layoutId, int titleId, int infoId) { in setContentViewAndInfoResources()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/capturecontentfornotes/ |
D | CaptureContentForNotesVerifierActivity.java | 192 private void showAlertDialog(int titleId, int msgId) { in showAlertDialog()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | UiBot.java | 829 final String titleId, titleWithTypeId; in assertSaveOrUpdateShowing() local
|