Searched refs:LOCAL_TIME_EXTRA (Results 1 – 1 of 1) sorted by relevance
147 private static final long LOCAL_TIME_EXTRA = 1234L; field in PreProvisioningActivityControllerTest1343 .putExtra(EXTRA_PROVISIONING_LOCAL_TIME, LOCAL_TIME_EXTRA); in testUpdateProvisioningParamsFromIntent_localTimeWithWorkProfile_ignored()1355 .putExtra(EXTRA_PROVISIONING_LOCAL_TIME, LOCAL_TIME_EXTRA); in testUpdateProvisioningParamsFromIntent_localTimeWithDeviceOwner_works()1362 assertThat(mController.getParams().localTime).isEqualTo(LOCAL_TIME_EXTRA); in testUpdateProvisioningParamsFromIntent_localTimeWithDeviceOwner_works()1378 .putExtra(EXTRA_PROVISIONING_LOCAL_TIME, LOCAL_TIME_EXTRA); in testUpdateProvisioningParamsFromIntent_withPreExistingLocalTime_replaced()1386 assertThat(mController.getParams().localTime).isEqualTo(LOCAL_TIME_EXTRA); in testUpdateProvisioningParamsFromIntent_withPreExistingLocalTime_replaced()