/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 | InitTest.java | 29 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach()
|
D | AllocationResize.java | 31 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()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
D | ServiceRequesterTestActivity.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 | P2pClientTestActivity.java | 30 protected ReqTestCase getTestCase(Context context, String testId) { in getTestCase()
|
D | P2pClientWithConfigFixedFrequencyTestActivity.java | 40 protected ReqTestCase getTestCase(Context context, String testId) { in getTestCase()
|
D | P2pClientWithConfigTestActivity.java | 40 protected ReqTestCase getTestCase(Context context, String testId) { in getTestCase()
|
D | P2pClientWithConfig2gBandTestActivity.java | 40 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()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
D | P2pClientWithConfigTestSuite.java | 47 String testId) { in getTestCase()
|
D | P2pClientWithConfig2gBandTestSuite.java | 48 String testId) { in getTestCase()
|
D | ServReqTestSuite.java | 33 String testId) { in getTestCase()
|
D | P2pClientWithConfigFixedFrequencyTestSuite.java | 47 String testId) { in getTestCase()
|
D | GoNegReqTestSuite.java | 47 String testId) { in getTestCase()
|
D | P2pClientTestSuite.java | 47 String testId) { in getTestCase()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | PolicyTransparencyTestListActivity.java | 152 String testId = getTestId(title); in addTestsToAdapter() local 173 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/audio/ |
D | AudioFrequencyMicActivity.java | 320 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()
|
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/tests/tests/print/src/android/print/cts/ |
D | InteractionBetweenPrintDocumentAndPrinterDiscovery.java | 74 PrinterId testId = session.getService().generatePrinterId(PRINTER_NAME); in addPrinter() 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()
|