Searched refs:getRequiredStrongAuthTimeout (Results 1 – 9 of 9) sorted by relevance
176 when(mDPM.getRequiredStrongAuthTimeout(null, PRIMARY_USER_ID)).thenReturn(timeout); in testReportSuccessfulStrongAuthUnlock_schedulePrimaryAuthTimeout()194 when(mDPM.getRequiredStrongAuthTimeout(null, PRIMARY_USER_ID)).thenReturn(oldTimeout); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout()204 when(mDPM.getRequiredStrongAuthTimeout(null, PRIMARY_USER_ID)).thenReturn(newTimeout); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout()
3471 .isEqualTo(dpm.getRequiredStrongAuthTimeout(null)); in testSetRequiredStrongAuthTimeout_DeviceOwner()3474 assertThat(dpm.getRequiredStrongAuthTimeout(admin1)).isEqualTo(0); in testSetRequiredStrongAuthTimeout_DeviceOwner()3480 .isEqualTo(dpm.getRequiredStrongAuthTimeout(admin1)); in testSetRequiredStrongAuthTimeout_DeviceOwner()3482 .isEqualTo(dpm.getRequiredStrongAuthTimeout(null)); in testSetRequiredStrongAuthTimeout_DeviceOwner()3486 assertThat(dpm.getRequiredStrongAuthTimeout(admin1)).isEqualTo(0); in testSetRequiredStrongAuthTimeout_DeviceOwner()3488 .isEqualTo(dpm.getRequiredStrongAuthTimeout(null)); in testSetRequiredStrongAuthTimeout_DeviceOwner()3492 assertThat(dpm.getRequiredStrongAuthTimeout(admin1)) in testSetRequiredStrongAuthTimeout_DeviceOwner()3494 assertThat(dpm.getRequiredStrongAuthTimeout(null)) in testSetRequiredStrongAuthTimeout_DeviceOwner()3500 assertThat(dpm.getRequiredStrongAuthTimeout(null)).isEqualTo(MIN_PLUS_ONE_MINUTE); in testSetRequiredStrongAuthTimeout_DeviceOwner()3508 assertThat(dpm.getRequiredStrongAuthTimeout(admin1)).isEqualTo(0); in testSetRequiredStrongAuthTimeout_DeviceOwner()[all …]
265 long nextAlarmTime = strongAuthTime + dpm.getRequiredStrongAuthTimeout(null, userId); in rescheduleStrongAuthTimeoutAlarm()
121 long getRequiredStrongAuthTimeout(in ComponentName who, int userId, boolean parent); in getRequiredStrongAuthTimeout() method
6258 public long getRequiredStrongAuthTimeout(@Nullable ComponentName admin) { in getRequiredStrongAuthTimeout() method in DevicePolicyManager6259 return getRequiredStrongAuthTimeout(admin, myUserId()); in getRequiredStrongAuthTimeout()6265 public long getRequiredStrongAuthTimeout(@Nullable ComponentName admin, @UserIdInt int userId) { in getRequiredStrongAuthTimeout() method in DevicePolicyManager6268 return mService.getRequiredStrongAuthTimeout(admin, userId, mParentInstance); in getRequiredStrongAuthTimeout()
6014 public long getRequiredStrongAuthTimeout(ComponentName who, int userId, boolean parent) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
2707 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getRequiredStrongAuthTimeout(Landroid/content/…3234 Landroid/app/admin/IDevicePolicyManager;->getRequiredStrongAuthTimeout(Landroid/content/ComponentNa…
7849 method public long getRequiredStrongAuthTimeout(@Nullable android.content.ComponentName);