Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
DWebActivityTest.java38 private static final int STATUS_BAR_COLOR = Color.parseColor("#BDBDBD"); // any color would do field in WebActivityTest
46 STATUS_BAR_COLOR); in testNoUrl()
52 TEST_URL, STATUS_BAR_COLOR)); in testUrlLaunched() local
59 new CustomizationVerifier(getActivity()).assertStatusBarColorCorrect(STATUS_BAR_COLOR); in testUrlLaunched()