Home
last modified time | relevance | path

Searched defs:testId (Results 1 – 25 of 27) sorted by relevance

12

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRsPackColorTo8888Test.java41 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()
DAllocationResize.java31 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach()
DInitTest.java29 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach()
DRsUnpackColor8888Test.java37 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach()
DGetElementAt.java53 public void forEach(int testId, Allocation mOut) throws RSRuntimeException { in forEach()
DClearObjectTest.java42 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach()
DRSBaseCompute.java408 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/
DP2pClientTestActivity.java30 protected ReqTestCase getTestCase(Context context, String testId) { in getTestCase()
DGoNegRequesterTestActivity.java30 protected ReqTestCase getTestCase(Context context, String testId) { in getTestCase()
DServiceRequesterTestActivity.java30 protected ReqTestCase getTestCase(Context context, String testId) { in getTestCase()
DRequesterTestActivity.java102 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/
DTestResult.java48 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()
DDialogTestListActivity.java256 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()
DIntentDrivenTestActivity.java139 public TestInfo(String testId, int title, int infoText, ButtonInfo... buttons) { in TestInfo()
239 Intent[] createIntents(String testId, int buttonText); in createIntents()
DPassFailButtons.java401 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/
DServReqTestSuite.java33 String testId) { in getTestCase()
DP2pClientTestSuite.java47 String testId) { in getTestCase()
DGoNegReqTestSuite.java47 String testId) { in getTestCase()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DPolicyTransparencyTestListActivity.java150 String testId = getTestId(title); in addTestsToAdapter() local
168 String testId = getTestId(title); in addTestsToAdapter() local
DCompTestActivity.java68 String testId = getIntent().getStringExtra( in onActivityResult() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCAInstallNotificationVerifierActivity.java90 public InstallCertItem(Context context, int nameResId, String testId, Intent intent) { in InstallCertItem()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencyUnprocessedActivity.java396 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/
DDeskClockTestsActivity.java170 public Intent[] createIntents(String testId, int buttonText) { in createIntents()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DMetadataReporter.java161 String testId; field in MetadataReporter.TestMetadata
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java372 protected String testId(String cam, String scene) { in testId() method in ItsTestActivity

12