Home
last modified time | relevance | path

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

/frameworks/base/tests/BootImageProfileTest/src/com/android/bootimageprofile/
DBootImageProfileTest.java34 private static final String DALVIK_VM_EXTRA_OPTS = field in BootImageProfileTest
75 assertTrue("extra options not set: " + res, DALVIK_VM_EXTRA_OPTS.equals(res)); in validateProperties()
99 boolean extraOptsOk = DALVIK_VM_EXTRA_OPTS.equals(extraOpts); in testSystemServerProfile()
111 setProperty("extra-opts", DALVIK_VM_EXTRA_OPTS); in testSystemServerProfile()
126 boolean extraOptsOk = DALVIK_VM_EXTRA_OPTS.equals(extraOpts); in testSystemServerProfile()