Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsStrongAuthTest.java198 final long newTimeout = 3000; in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout() local
199 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()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp713 jlong newTimeout = env->CallLongMethod(mServiceObj, in notifyAnr() local
717 newTimeout = 0; // abort dispatch in notifyAnr()
719 assert(newTimeout >= 0); in notifyAnr()
721 return newTimeout; in notifyAnr()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp4691 const nsecs_t newTimeout = now() + timeoutExtension; in extendAnrTimeoutsLocked() local
4693 if (newTimeout >= entry->timeoutTime) { in extendAnrTimeoutsLocked()
4695 entry->timeoutTime = newTimeout; in extendAnrTimeoutsLocked()