Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 53) sorted by relevance

123

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DLogt.java22 public static void i(String tag, String msg) { in i()
26 public static void e(String tag, String msg) { in e()
30 public static void w(String tag, String msg) { in w()
34 public static void e(String tag, String msg, Throwable tr) { in e()
DItsService.java357 String tag = null; in run() local
598 public void sendResponse(String tag, String str, JSONObject obj, ByteBuffer bbuf) in sendResponse()
630 public void sendResponse(String tag, String str) in sendResponse()
635 public void sendResponse(String tag, JSONObject obj) in sendResponse()
640 public void sendResponseCaptureBuffer(String tag, ByteBuffer bbuf) in sendResponseCaptureBuffer()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
DTagTester.java25 boolean isTestableTag(Tag tag); in isTestableTag()
28 TagVerifier writeTag(Tag tag) throws Exception; in writeTag()
DMifareUltralightTagTester.java37 public boolean isTestableTag(Tag tag) { in isTestableTag()
49 public TagVerifier writeTag(Tag tag) throws IOException { in writeTag()
DNdefTagTester.java52 public boolean isTestableTag(Tag tag) { in isTestableTag()
65 public TagVerifier writeTag(Tag tag) throws IOException, FormatException { in writeTag()
DTagVerifier.java28 Result verifyTag(Tag tag) throws FormatException, IOException; in verifyTag()
/cts/tests/tests/location/src/android/location/cts/
DTestGnssMeasurementListener.java45 TestGnssMeasurementListener(String tag) { in TestGnssMeasurementListener()
49 TestGnssMeasurementListener(String tag, int eventsToCollect) { in TestGnssMeasurementListener()
DTestGnssNavigationMessageListener.java44 TestGnssNavigationMessageListener(String tag, int eventsToCollect) { in TestGnssNavigationMessageListener()
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessErrorStateInfoTest.java44 String tag = "tag"; in testWriteToParcel() local
78 String tag = "tag"; in testReadFromParcel() local
/cts/tests/tests/text/src/android/text/cts/
DAlteredCharSequenceTest.java143 public int getSpanEnd(Object tag) { in getSpanEnd()
146 public int getSpanFlags(Object tag) { in getSpanFlags()
149 public int getSpanStart(Object tag) { in getSpanStart()
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DMonitoringUtils.java54 String tag) throws DeviceNotAvailableException { in checkDeviceConnectivity()
/cts/tests/tests/widget/src/android/widget/cts/
DTabHostCtsActivity.java50 public View createTabContent(String tag) { in createTabContent()
DTabHost_TabSpecTest.java201 public View createTabContent(String tag) { in createTabContent()
209 public View createTabContent(String tag) { in createTabContent()
DTabHostTest.java370 public View createTabContent(String tag) { in createTabContent()
378 public View createTabContent(String tag) { in createTabContent()
/cts/tests/tests/content/src/android/content/cts/
DMockSRSProvider.java32 public MockSRSProvider(String tag) { in MockSRSProvider()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
DTagVerifierActivity.java152 Tag tag = intent.getParcelableExtra(NfcAdapter.EXTRA_TAG); in onNewIntent() local
168 private void handleWriteStep(Tag tag) { in handleWriteStep()
190 private void updateTechListAdapter(Tag tag) { in updateTechListAdapter()
/cts/tools/utils/
Dandroid_api_description_splitter.py93 def split(self, tag): argument
/cts/tests/tests/text/src/android/text/method/cts/
DMetaKeyKeyListenerTest.java380 public int getSpanStart(Object tag) { in getSpanStart()
384 public int getSpanEnd(Object tag) { in getSpanEnd()
388 public int getSpanFlags(Object tag) { in getSpanFlags()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DProtocolParamsReaderActivity.java178 public void onTagDiscovered(Tag tag) { in onTagDiscovered()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hcef/
DHceFReaderActivity.java95 public void onTagDiscovered(Tag tag) { in onTagDiscovered()
/cts/tools/utils/cts/
Dtools.py226 def GetAndroidAttr(self, tag, attr_name): argument
239 def GetAttr(self, tag, attr_name): argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DListenerTest.java172 private void createResultString(StringBuilder sb, String tag, in createResultString()
/cts/tests/tests/view/src/android/view/cts/
DLayoutInflaterTest.java376 private void verifyThemeType(View container, String tag, int id, int type) { in verifyThemeType()
399 final Object tag = target.getTag(tagId); in checkViewTag() local
/cts/tests/tests/media/src/android/media/cts/
DDecoderConformanceTest.java107 String tag = MIMETYPE_TO_TAG.get(mime); in readCodecTestVectors() local
113 String tag = MIMETYPE_TO_TAG.get(mime); in readVectorMD5Sums() local
DExifInterfaceTest.java249 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag()
254 private void assertFloatTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertFloatTag()
259 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag()

123