Home
last modified time | relevance | path

Searched refs:cdesc (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0481/src/android/security/cts/CVE_2021_0481/
DDeviceTest.java165 String cdesc = o.getContentDescription(); in searchAndLog() local
171 Log.d(TAG, prefix + "o.getContentDescription()=" + cdesc); in searchAndLog()
178 …else if(lname != null && lname.equals(name) || cdesc != null && cdesc.equals(name) || rname != nul… in searchAndLog()