Searched refs:newTime (Results 1 – 9 of 9) sorted by relevance
424 final long newTime = TEST_TIME + 100; in testRequestLease_InitReboot() local425 when(mClock.elapsedRealtime()).thenReturn(newTime); in testRequestLease_InitReboot()430 assertEquals(newTime + TEST_LEASE_TIME_MS, lease.getExpTime()); in testRequestLease_InitReboot()465 final long newTime = TEST_TIME + 100; in testRequestLease_Renewing() local466 when(mClock.elapsedRealtime()).thenReturn(newTime); in testRequestLease_Renewing()471 assertEquals(newTime + TEST_LEASE_TIME_MS, lease.getExpTime()); in testRequestLease_Renewing()479 final long newTime = TEST_TIME + 100; in testRequestLease_RenewingUnknownAddr() local480 when(mClock.elapsedRealtime()).thenReturn(newTime); in testRequestLease_RenewingUnknownAddr()484 assertEquals(newTime + TEST_LEASE_TIME_MS, lease.getExpTime()); in testRequestLease_RenewingUnknownAddr()
172 private void showConfirmChangeSettingDialog(boolean isAttentiveTimer, int newTime) { in showConfirmChangeSettingDialog() argument179 confirmAttentiveSleepTime(newTime); in showConfirmChangeSettingDialog()181 confirmNewSleepTime(newTime); in showConfirmChangeSettingDialog()
152 final long newTime = timeNow(); in maybeUpdateUpstreamType() local154 mUpstreamEventList.add(new RecordUpstreamEvent(mCurrentUpStreamStartTime, newTime, in maybeUpdateUpstreamType()158 mCurrentUpStreamStartTime = newTime; in maybeUpdateUpstreamType()
437 val newTime: Long = mSelectedDay.normalize(true) in setMonthDisplayed() constant438 if (newTime != controller?.time && mUserScrolled) { in setMonthDisplayed()441 controller?.time = (newTime + offset) in setMonthDisplayed()
2738 Time newTime = new Time(); in upgradeToVersion62() local2758 newTime.clear(tz); in upgradeToVersion62()2759 newTime.set(oldTime.getDay(), oldTime.getMonth(), oldTime.getYear()); in upgradeToVersion62()2760 newTime.normalize(); in upgradeToVersion62()2761 dtstart = newTime.toMillis(); in upgradeToVersion62()2766 newTime.clear(tz); in upgradeToVersion62()2767 newTime.set(oldTime.getDay(), oldTime.getMonth(), oldTime.getYear()); in upgradeToVersion62()2768 newTime.normalize(); in upgradeToVersion62()2769 dtend = newTime.toMillis(); in upgradeToVersion62()
883 val newTime: CharSequence = in <lambda>() constant887 oldTime, newTime) in <lambda>()
8879 long newTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testContactUpdate_updatesContactUpdatedTimestamp() local8880 assertTrue(newTime > baseTime); in testContactUpdate_updatesContactUpdatedTimestamp()8908 long newTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testRawContactUpdate_updatesContactUpdatedTimestamp() local8909 assertTrue(newTime > baseTime); in testRawContactUpdate_updatesContactUpdatedTimestamp()8956 long newTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testDataInsert_updatesContactLastUpdatedTimestamp() local8957 assertTrue(newTime > baseTime); in testDataInsert_updatesContactLastUpdatedTimestamp()8974 long newTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testDataDelete_updatesContactLastUpdatedTimestamp() local8975 assertTrue(newTime > baseTime); in testDataDelete_updatesContactLastUpdatedTimestamp()8994 long newTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testDataUpdate_updatesContactLastUpdatedTimestamp() local8995 assertTrue(newTime > baseTime); in testDataUpdate_updatesContactLastUpdatedTimestamp()
META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...