| /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ | 
| D | Logt.java | 22     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/ | 
| D | MifareClassicTest.java | 64         Tag tag = new Tag(new byte[]{},  in testGet_isMifareClassic()  local74         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 …]
 
 | 
| D | NfcBarcodeTest.java | 63         Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NFC_B}, new Bundle[]{}, 0, 0L,  in testGet_tagNotNfcBarcode()  local72         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
 
 | 
| D | NdefFormatableTest.java | 66         Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NDEF_FORMATABLE}, new Bundle[]{}, 0,  in testGet_isNdefFormatable()  local75         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
 
 | 
| D | NfcVTest.java | 71         Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NFC_B}, new Bundle[]{}, 0, 0L,  in testGet_tagNotNfcV()  local121         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
 
 | 
| D | NfcBTest.java | 71         Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NFC_A}, new Bundle[]{}, 0, 0L,  in testGet_notNfcB()  local123         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
 
 | 
| D | MifareUltralightTest.java | 68         Tag tag = new Tag(new byte[]{}, new int[]{TagTechnology.NFC_A}, new Bundle[]{}, 0, 0L,  in testGet_notUltralight()  local89         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/ | 
| D | TagTester.java | 25     boolean isTestableTag(Tag tag);  in isTestableTag()28     TagVerifier writeTag(Tag tag) throws Exception;  in writeTag()
 
 | 
| D | MifareUltralightTagTester.java | 37     public boolean isTestableTag(Tag tag) {  in isTestableTag()49     public TagVerifier writeTag(Tag tag) throws IOException {  in writeTag()
 
 | 
| D | NdefTagTester.java | 52     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/ | 
| D | LogHelper.java | 46     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/ | 
| D | SplitAttributesCalculatorTest.java | 78         final String tag = "testSetAndClearSplitAttributesCalculator";  in testSetAndClearSplitAttributesCalculator()  local158         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/ | 
| D | ApiDocumentParser.java | 29     private final String tag;  field in ApiDocumentParser31     public ApiDocumentParser(String tag) {  in ApiDocumentParser()
 
 | 
| /cts/tests/tests/identity/src/android/security/identity/cts/ | 
| D | ParsedAttestationRecord.java | 108         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/ | 
| D | Tags.java | 41     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/ | 
| D | DebugInputRule.kt | 57         for (tag in debugInputTags) {  in starting()  method67         for (tag in debugInputTags) {  in finished()  method
 
 | 
| /cts/tests/tests/car_builtin/src/android/car/cts/builtin/util/ | 
| D | LogcatHelper.java | 80     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/ | 
| D | Asn1Object.java | 74     Asn1Tag tag = getTag();  in getBerLength()  local99     Asn1Tag tag = getTag();  in encodeBer()  local
 134     Asn1Tag tag = Asn1Tag.readTag(buf);  in decodeBer()  local
 
 | 
| /cts/tests/location/common/src/android/location/cts/common/ | 
| D | TestGnssMeasurementListener.java | 60     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/ | 
| D | ActivityManagerProcessErrorStateInfoTest.java | 44         String tag = "tag";  in testWriteToParcel()  local78         String tag = "tag";  in testReadFromParcel()  local
 
 | 
| /cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/ | 
| D | SLPAddress.java | 142   @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/ | 
| D | GANSSAuxiliaryInformation.java | 142   @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()
 
 | 
| D | OTD_MsrsOfOtherSets.java | 142   @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/ | 
| D | TriggerParams.java | 142   @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/ | 
| D | Main.java | 23     public static native void setTag(Object o, long tag);  in setTag()
 |