Searched refs:newTimeout (Results 1 – 3 of 3) sorted by relevance
198 final long newTimeout = 3000; in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout() local199 when(mDPM.getRequiredStrongAuthTimeout(null, PRIMARY_USER_ID)).thenReturn(newTimeout); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout()203 verifyAlarm(currentTime + newTimeout, STRONG_AUTH_TIMEOUT_ALARM_TAG, alarm); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout()
713 jlong newTimeout = env->CallLongMethod(mServiceObj, in notifyAnr() local717 newTimeout = 0; // abort dispatch in notifyAnr()719 assert(newTimeout >= 0); in notifyAnr()721 return newTimeout; in notifyAnr()
4691 const nsecs_t newTimeout = now() + timeoutExtension; in extendAnrTimeoutsLocked() local4693 if (newTimeout >= entry->timeoutTime) { in extendAnrTimeoutsLocked()4695 entry->timeoutTime = newTimeout; in extendAnrTimeoutsLocked()