Searched refs:REGION1 (Results 1 – 1 of 1) sorted by relevance
42 private static final String REGION1 = "com.android.car.test.drivingsafetyregion.1"; field in DrivingSafetyRegionTest94 setDrivingSafetyRegion(REGION1); in doTestAllRegions()119 assertThat(regions).containsExactly(REGION1); in testOneRegionOnly()121 setDrivingSafetyRegion(REGION1); in testOneRegionOnly()156 assertThat(regions).containsExactly(REGION1, REGION2); in testTwoRegionsOnly()158 setDrivingSafetyRegion(REGION1); in testTwoRegionsOnly()210 setDrivingSafetyRegion(REGION1); in doTestRegionOnlyOrNoRegionCase()261 setDrivingSafetyRegion(REGION1); in testResetEmptyRegion()263 assertThat(mCarPackageManager.getCurrentDrivingSafetyRegion()).isEqualTo(REGION1); in testResetEmptyRegion()