/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | RsPackColorTo8888Test.java | 41 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() 74 private void float3input(long seed, int testId) { in float3input() 104 private void float4input(long seed, int testId) { in float4input()
|
D | AllocationResize.java | 31 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach()
|
D | InitTest.java | 29 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach()
|
D | RsUnpackColor8888Test.java | 37 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach()
|
D | GetElementAt.java | 53 public void forEach(int testId, Allocation mOut) throws RSRuntimeException { in forEach()
|
D | ClearObjectTest.java | 42 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach()
|
D | RSBaseCompute.java | 408 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() 412 public void forEach(int testId, Allocation mIn) throws RSRuntimeException { in forEach()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
D | P2pClientTestActivity.java | 30 protected ReqTestCase getTestCase(Context context, String testId) { in getTestCase()
|
D | GoNegRequesterTestActivity.java | 30 protected ReqTestCase getTestCase(Context context, String testId) { in getTestCase()
|
D | ServiceRequesterTestActivity.java | 30 protected ReqTestCase getTestCase(Context context, String testId) { in getTestCase()
|
D | RequesterTestActivity.java | 102 protected abstract ReqTestCase getTestCase(Context context, String testId); in getTestCase() 115 String testId = (String) getIntent().getSerializableExtra( in onCreate() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestResult.java | 48 public static void setPassedResult(Activity activity, String testId, String testDetails) { in setPassedResult() 53 public static void setPassedResult(Activity activity, String testId, String testDetails, in setPassedResult() 60 public static void setFailedResult(Activity activity, String testId, String testDetails) { in setFailedResult() 65 public static void setFailedResult(Activity activity, String testId, String testDetails, in setFailedResult()
|
D | DialogTestListActivity.java | 256 public DialogTestListItem(Context context, String nameId, String testId) { in DialogTestListItem() 260 public DialogTestListItem(Context context, int nameResId, String testId) { in DialogTestListItem() 261 super(context.getString(nameResId), testId, null, null, null, null); in DialogTestListItem() local 264 public DialogTestListItem(Context context, int nameResId, String testId, in DialogTestListItem() 266 super(context.getString(nameResId), testId, testIntent, null, null, null); in DialogTestListItem() local 297 public DialogTestListItemWithIcon(Context context, int nameResId, String testId, in DialogTestListItemWithIcon()
|
D | IntentDrivenTestActivity.java | 139 public TestInfo(String testId, int title, int infoText, ButtonInfo... buttons) { in TestInfo() 239 Intent[] createIntents(String testId, int buttonText); in createIntents()
|
D | PassFailButtons.java | 401 protected static void setTestResultAndFinish(android.app.Activity activity, String testId, in setTestResultAndFinish() 416 protected static void setTestResultAndFinishHelper(android.app.Activity activity, String testId, in setTestResultAndFinishHelper()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
D | ServReqTestSuite.java | 33 String testId) { in getTestCase()
|
D | P2pClientTestSuite.java | 47 String testId) { in getTestCase()
|
D | GoNegReqTestSuite.java | 47 String testId) { in getTestCase()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | PolicyTransparencyTestListActivity.java | 150 String testId = getTestId(title); in addTestsToAdapter() local 168 String testId = getTestId(title); in addTestsToAdapter() local
|
D | CompTestActivity.java | 68 String testId = getIntent().getStringExtra( in onActivityResult() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
D | CAInstallNotificationVerifierActivity.java | 90 public InstallCertItem(Context context, int nameResId, String testId, Intent intent) { in InstallCertItem()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioFrequencyUnprocessedActivity.java | 396 private String getTestString(int testId) { in getTestString() 415 private void showWait(int testId, boolean show) { in showWait() 432 private void showMessage(int testId, String msg) { in showMessage() 665 private void startTest(int testId) { in startTest() 767 TestRunnable(int testId) { in TestRunnable() 788 public void sendMessage(int testId, int msgType, String str) { in sendMessage() 905 private void appendResultsToScreen(int testId, String str) { in appendResultsToScreen()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/ |
D | DeskClockTestsActivity.java | 170 public Intent[] createIntents(String testId, int buttonText) { in createIntents()
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | MetadataReporter.java | 161 String testId; field in MetadataReporter.TestMetadata
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsTestActivity.java | 372 protected String testId(String cam, String scene) { in testId() method in ItsTestActivity
|