Home
last modified time | relevance | path

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

/frameworks/base/tests/BootImageProfileTest/src/com/android/bootimageprofile/
DBootImageProfileTest.java98 String extraOpts = getProperty("extra-opts"); in testSystemServerProfile() local
99 boolean extraOptsOk = DALVIK_VM_EXTRA_OPTS.equals(extraOpts); in testSystemServerProfile()
106 assertTrue("extra options not set: " + extraOpts, extraOptsOk); in testSystemServerProfile()
125 String extraOpts = getProperty("extra-opts"); in testSystemServerProfile() local
126 boolean extraOptsOk = DALVIK_VM_EXTRA_OPTS.equals(extraOpts); in testSystemServerProfile()
133 assertTrue("extra options not set: " + extraOpts, extraOptsOk); in testSystemServerProfile()