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.java90 String pbcp = getProperty("profilebootclasspath"); in testSystemServerProfile() local
91 boolean profileBootClassPath = "true".equals(pbcp); in testSystemServerProfile()
99 assertTrue("profile boot class path not enabled: " + pbcp, profileBootClassPath); in testSystemServerProfile()
113 String pbcp = getProperty("profilebootclasspath"); in testSystemServerProfile() local
114 boolean profileBootClassPath = "true".equals(pbcp); in testSystemServerProfile()
122 assertTrue("profile boot class path not enabled: " + pbcp, profileBootClassPath); in testSystemServerProfile()