Home
last modified time | relevance | path

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

/art/test/odsign/test-src/com/android/tests/odsign/
DOdsignTestUtils.java79 private static final String PACKAGE_NAME_KEY = TAG + ":PACKAGE_NAME"; field in OdsignTestUtils
114 mTestInfo.properties().put(PACKAGE_NAME_KEY, artApexName); in installTestApex()
120 String packageName = mTestInfo.properties().get(PACKAGE_NAME_KEY); in uninstallTestApex()