Home
last modified time | relevance | path

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

/frameworks/base/tests/BootImageProfileTest/src/com/android/bootimageprofile/
DBootImageProfileTest.java94 String pbcp = getProperty("profilebootclasspath"); in testSystemServerProfile() local
95 boolean profileBootClassPath = "true".equals(pbcp); in testSystemServerProfile()
105 assertTrue("profile boot class path not enabled: " + pbcp, profileBootClassPath); in testSystemServerProfile()
121 String pbcp = getProperty("profilebootclasspath"); in testSystemServerProfile() local
122 boolean profileBootClassPath = "true".equals(pbcp); in testSystemServerProfile()
132 assertTrue("profile boot class path not enabled: " + pbcp, profileBootClassPath); in testSystemServerProfile()