Home
last modified time | relevance | path

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

1234567

/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()
/cts/tests/tests/nfc/src/android/nfc/tech/cts/
DMifareClassicTest.java64 Tag tag = new Tag(new byte[]{}, in testGet_isMifareClassic() local
74 Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NFC_A}, new Bundle[]{}, 0, 0L, in testGet_tagNotMifareClassic() local
86 Tag tag = new Tag(new byte[]{}, in testGetType_classic() local
99 Tag tag = new Tag(new byte[]{}, in testGetType_plus() local
112 Tag tag = new Tag(new byte[]{}, in testGetType_pro() local
125 Tag tag = new Tag(new byte[]{}, in testGetSize_1K() local
138 Tag tag = new Tag(new byte[]{}, in testGetSize_mini() local
151 Tag tag = new Tag(new byte[]{}, in testGetSize_2K() local
164 Tag tag = new Tag(new byte[]{}, in testGetSize_4K() local
177 Tag tag = new Tag(new byte[]{}, in testGetSectorCount_1K() local
[all …]
DNfcBarcodeTest.java63 Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NFC_B}, new Bundle[]{}, 0, 0L, in testGet_tagNotNfcBarcode() local
72 Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NFC_BARCODE}, new Bundle[]{null}, 0, in testGet_nullTechExtras() local
96 Tag tag = new Tag(ID, new int[]{TagTechnology.NFC_BARCODE}, new Bundle[]{extras}, 0, 0L, in testGetBarcode_unknown() local
107 Tag tag = new Tag(new byte[]{0x01, 0x02, 0x03, 0x04}, new int[]{TagTechnology.NFC_BARCODE}, in testGetTag() local
194 Tag tag = new Tag(ID, new int[]{TagTechnology.NFC_BARCODE}, new Bundle[]{extras}, 0, 0L, in createNfcBarcode() local
DNdefFormatableTest.java66 Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NDEF_FORMATABLE}, new Bundle[]{}, 0, in testGet_isNdefFormatable() local
75 Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NDEF}, new Bundle[]{}, 0, 0L, in testGet_notNdefFormatable() local
207 Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NDEF_FORMATABLE}, new Bundle[]{}, 0, in testGetTag() local
224 Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NDEF_FORMATABLE}, new Bundle[]{}, 0, in testIsConnected_notConnected() local
252 Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NDEF_FORMATABLE}, new Bundle[]{}, 0, in testReconnect_notConnected() local
287 Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NDEF_FORMATABLE}, new Bundle[]{}, 0, in createConnectedNdefFormatable() local
DNfcVTest.java71 Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NFC_B}, new Bundle[]{}, 0, 0L, in testGet_tagNotNfcV() local
121 Tag tag = new Tag(new byte[]{0x01, 0x02, 0x03, 0x04}, in testGetTag() local
211 Tag tag = new Tag(new byte[]{0x01, 0x02, 0x03, 0x04}, in createNfcV() local
DNfcBTest.java71 Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NFC_A}, new Bundle[]{}, 0, 0L, in testGet_notNfcB() local
123 Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NFC_B}, new Bundle[]{extras}, 0, 0L, in testGetTag() local
213 Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NFC_B}, new Bundle[]{extras}, 0, 0L, in createNfcB() local
DMifareUltralightTest.java68 Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NFC_A}, new Bundle[]{}, 0, 0L, in testGet_notUltralight() local
89 Tag tag = new Tag(new byte[]{0x04}, in testGetType_ultralightC() local
209 Tag tag = new Tag(new byte[]{0x01, 0x02, 0x03, 0x04}, in testGetTag() local
300 Tag tag = new Tag(new byte[]{0x04}, in createMifareUltralight() local
/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()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DLogHelper.java46 private static String getLog(ITestDevice device, String tag) throws Exception { in getLog()
63 ITestDevice device, String tag, int waitSeconds, String expectedOutput) in waitForLog()
80 public static void assertLog(ITestDevice device, String tag, String ...expectedOutput) in assertLog()
88 public static void assumeLog(ITestDevice device, String tag, String expectedOutput) in assumeLog()
99 public static int parseDutVolume(ITestDevice device, String tag) throws Exception { in parseDutVolume()
113 public static void assertLogDoesNotContain(ITestDevice device, String tag, in assertLogDoesNotContain()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/
DSplitAttributesCalculatorTest.java78 final String tag = "testSetAndClearSplitAttributesCalculator"; in testSetAndClearSplitAttributesCalculator() local
158 final String tag = "testSplitAttributesCustomizationByCalculator" in testSplitAttributesCustomizationByCalculator() local
200 final String tag = "testSplitAttributesCalculatorInvocation_screenRotation"; in testSplitAttributesCalculatorInvocation_screenRotation() local
251 final String tag = "testSplitAttributesCalculatorInvocation_screenRotation"; in testSplitAttributesCalculatorInvocation_pip() local
297 final String tag = "testSplitAttributesCalculatorInvocation_screenRotation"; in testSplitAttributesCalculatorInvocation_splitScreen() local
348 InvocationVerifier(@NonNull String tag) { in InvocationVerifier()
/cts/tests/signature/lib/android/src/android/signature/cts/
DApiDocumentParser.java29 private final String tag; field in ApiDocumentParser
31 public ApiDocumentParser(String tag) { in ApiDocumentParser()
/cts/tests/tests/identity/src/android/security/identity/cts/
DParsedAttestationRecord.java108 Map<Integer, ASN1Primitive> authorizationMap, int tag) { in findAuthorizationListEntry()
112 public Optional<Integer> getSoftwareAuthorizationInteger(int tag) { in getSoftwareAuthorizationInteger()
117 public Optional<Integer> getTeeAuthorizationInteger(int tag) { in getTeeAuthorizationInteger()
121 public boolean getSoftwareAuthorizationBoolean(int tag) { in getSoftwareAuthorizationBoolean()
126 public boolean getTeeAuthorizationBoolean(int tag) { in getTeeAuthorizationBoolean()
131 public Optional<byte[]> getSoftwareAuthorizationByteString(int tag) { in getSoftwareAuthorizationByteString()
136 public Optional<byte[]> getTeeAuthorizationByteString(int tag) { in getTeeAuthorizationByteString()
/cts/common/device-side/bedstead/nene/common/src/main/java/com/android/bedstead/nene/utils/
DTags.java41 public static boolean hasTag(String tag) { in hasTag()
55 public static void addTag(String tag) { in addTag()
/cts/libs/input/src/com/android/cts/input/
DDebugInputRule.kt57 for (tag in debugInputTags) { in starting() method
67 for (tag in debugInputTags) { in finished() method
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/util/
DLogcatHelper.java80 public static void assertLogcatMessage(Buffer buffer, Level level, String tag, String message) { in assertLogcatMessage()
93 public static void assertLogcatMessage(Buffer buffer, Level level, String tag, String message, in assertLogcatMessage()
132 public static void assertNoLogcatMessage(Buffer buffer, Level level, String tag, String message, in assertNoLogcatMessage()
169 public static void setLogLevel(String tag, Level level) { in setLogLevel()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DAsn1Object.java74 Asn1Tag tag = getTag(); in getBerLength() local
99 Asn1Tag tag = getTag(); in encodeBer() local
134 Asn1Tag tag = Asn1Tag.readTag(buf); in decodeBer() local
/cts/tests/location/common/src/android/location/cts/common/
DTestGnssMeasurementListener.java60 public TestGnssMeasurementListener(String tag) { in TestGnssMeasurementListener()
69 public TestGnssMeasurementListener(String tag, int eventsToCollect) { in TestGnssMeasurementListener()
80 public TestGnssMeasurementListener(String tag, int eventsToCollect, boolean filterByEventSize) { in TestGnssMeasurementListener()
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessErrorStateInfoTest.java44 String tag = "tag"; in testWriteToParcel() local
78 String tag = "tag"; in testReadFromParcel() local
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DSLPAddress.java142 @Override protected ChoiceComponent createAndSetValue(Asn1Tag tag) { in createAndSetValue()
202 @Nullable final Asn1Tag tag; field in SLPAddress.Select
205 Select(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Select()
293 @Nullable private final Asn1Tag tag; field in SLPAddress.Extend
296 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Extend()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_components/
DGANSSAuxiliaryInformation.java142 @Override protected ChoiceComponent createAndSetValue(Asn1Tag tag) { in createAndSetValue()
202 @Nullable final Asn1Tag tag; field in GANSSAuxiliaryInformation.Select
205 Select(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Select()
293 @Nullable private final Asn1Tag tag; field in GANSSAuxiliaryInformation.Extend
296 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Extend()
DOTD_MsrsOfOtherSets.java142 @Override protected ChoiceComponent createAndSetValue(Asn1Tag tag) { in createAndSetValue()
202 @Nullable final Asn1Tag tag; field in OTD_MsrsOfOtherSets.Select
205 Select(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Select()
293 @Nullable private final Asn1Tag tag; field in OTD_MsrsOfOtherSets.Extend
296 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Extend()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_triggered_start/
DTriggerParams.java142 @Override protected ChoiceComponent createAndSetValue(Asn1Tag tag) { in createAndSetValue()
202 @Nullable final Asn1Tag tag; field in TriggerParams.Select
205 Select(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Select()
293 @Nullable private final Asn1Tag tag; field in TriggerParams.Extend
296 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Extend()
/cts/hostsidetests/jvmti/base/run-test-based-app/src/art/
DMain.java23 public static native void setTag(Object o, long tag); in setTag()

1234567