Home
last modified time | relevance | path

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

/test/suite_harness/tools/dex-tools/src/dex/reader/
DDexAnnotationImpl.java55 public List<DexAnnotationAttribute> getAttributes() { in getAttributes() method in DexAnnotationImpl
72 if (!getAttributes().isEmpty()) { in toString()
74 for (DexAnnotationAttribute value : getAttributes()) { in toString()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousResultLoader.java132 mPreviousContext.getAttributes().getUniqueMap().get(RUN_HISTORY_KEY); in init()
148 mExpectedFingerprint = holder.context.getAttributes() in init()
158 holder.context.getAttributes().getUniqueMap().get(BUILD_VENDOR_FINGERPRINT); in init()
167 holder.context.getAttributes().getUniqueMap().get(BUILD_FINGERPRINT_UNALTERED); in init()
181 List<String> command = mPreviousContext.getAttributes().get( in getCommandLine()
/test/suite_harness/tools/dex-tools/test/dex/reader/
DDexFileReaderTests.java222 assertEquals(1, sig.getAttributes().size()); in testG0()
223 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0); in testG0()
247 assertEquals(1, sig.getAttributes().size()); in testG1()
248 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0); in testG1()
300 assertEquals(1, sig.getAttributes().size()); in testOuter0()
301 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0); in testOuter0()
/test/vts/agents/apps/vts_agent_app/src/com/google/android/vts/
DVtsAgentApp.java43 WindowManager.LayoutParams params = getWindow().getAttributes(); in onCreate()
49 WindowManager.LayoutParams params = getWindow().getAttributes(); in onCreate()
/test/suite_harness/tools/dex-tools/src/dex/structure/
DDexAnnotation.java88 List<DexAnnotationAttribute> getAttributes(); in getAttributes() method
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DIntegrationTest.java254 .getAttributes().get(IModuleDef.MODULE_NAME)); in testSingleModuleRun_checkMetadata()
256 .getAttributes().get(IModuleDef.MODULE_ABI)); in testSingleModuleRun_checkMetadata()
264 .getAttributes().get(IModuleDef.MODULE_NAME)); in testSingleModuleRun_checkMetadata()
266 .getAttributes().get(IModuleDef.MODULE_ABI)); in testSingleModuleRun_checkMetadata()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DBaseApiServlet.java56 env.getAttributes() in init()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java410 .getAttributes() in listResults()
414 printAttributes(holder.context.getAttributes(), "build_id"), in listResults()
415 printAttributes(holder.context.getAttributes(), "build_product"))); in listResults()
/test/suite_harness/tools/dex-tools/dex/
Dclasses0.out.dex1275 public abstract java.sql.ResultSet getAttributes(
1718 public java.sql.ResultSet getAttributes(
24020 public java.util.jar.Attributes getAttributes()
37861 public abstract java.lang.Object[] getAttributes()
37864 public abstract java.lang.Object[] getAttributes(
38111 public abstract java.util.Map getAttributes()
38183 public java.util.Map getAttributes()
55353 public java.util.jar.Attributes getAttributes()
56035 public java.util.jar.Attributes getAttributes(
75464 public java.util.List getAttributes()
[all …]
Dclasses.out.dex89105 public final android.view.WindowManager$LayoutParams getAttributes()