Home
last modified time | relevance | path

Searched defs:testId (Results 1 – 25 of 37) 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()
DInitTest.java29 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach()
DAllocationResize.java31 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()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
DServiceRequesterTestActivity.java30 protected ReqTestCase getTestCase(Context context, String testId) { in getTestCase()
DGoNegRequesterTestActivity.java30 protected ReqTestCase getTestCase(Context context, String testId) { in getTestCase()
DP2pClientTestActivity.java30 protected ReqTestCase getTestCase(Context context, String testId) { in getTestCase()
DP2pClientWithConfigFixedFrequencyTestActivity.java40 protected ReqTestCase getTestCase(Context context, String testId) { in getTestCase()
DP2pClientWithConfigTestActivity.java40 protected ReqTestCase getTestCase(Context context, String testId) { in getTestCase()
DP2pClientWithConfig2gBandTestActivity.java40 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()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DP2pClientWithConfigTestSuite.java47 String testId) { in getTestCase()
DP2pClientWithConfig2gBandTestSuite.java48 String testId) { in getTestCase()
DServReqTestSuite.java33 String testId) { in getTestCase()
DP2pClientWithConfigFixedFrequencyTestSuite.java47 String testId) { in getTestCase()
DGoNegReqTestSuite.java47 String testId) { in getTestCase()
DP2pClientTestSuite.java47 String testId) { in getTestCase()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DPolicyTransparencyTestListActivity.java152 String testId = getTestId(title); in addTestsToAdapter() local
173 String testId = getTestId(title); in addTestsToAdapter() local
DCompTestActivity.java68 String testId = getIntent().getStringExtra( in onActivityResult() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencyMicActivity.java320 private void showWait(int testId, boolean show) { in showWait()
334 private String getTestString(int testId) { in getTestString()
350 private void showMessage(int testId, String msg) { in showMessage()
367 private void startTest(int testId) { in startTest()
445 TestRunnable(int testId) { in TestRunnable()
466 public void sendMessage(int testId, int msgType, String str) { in sendMessage()
690 private void appendResultsToScreen(int testId, String str) { in appendResultsToScreen()
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/tests/tests/print/src/android/print/cts/
DInteractionBetweenPrintDocumentAndPrinterDiscovery.java74 PrinterId testId = session.getService().generatePrinterId(PRINTER_NAME); in addPrinter() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCAInstallNotificationVerifierActivity.java90 public InstallCertItem(Context context, int nameResId, String testId, Intent intent) { in InstallCertItem()

12