Searched refs:getBootTimeTempAllowListDuration (Results 1 – 8 of 8) sorted by relevance
119 duration = amInternal.getBootTimeTempAllowListDuration(); in sendNext()
3750 duration = amInternal.getBootTimeTempAllowListDuration();
17432 bOptions.setTemporaryAppAllowlist(mInternal.getBootTimeTempAllowListDuration(), in broadcastGlobalConfigurationChanged()17820 public long getBootTimeTempAllowListDuration() { in getBootTimeTempAllowListDuration() method
935 public abstract long getBootTimeTempAllowListDuration(); in getBootTimeTempAllowListDuration() method in ActivityManagerInternal
291 duration = mAmInternal.getBootTimeTempAllowListDuration(); in getTemporaryAppAllowlistBroadcastOptions()1054 duration = mAmInternal.getBootTimeTempAllowListDuration(); in getTemporaryBroadcastOptionsForSystemPackageUpdate()
2136 mActivityManagerInternal.getBootTimeTempAllowListDuration(), in setTimeZoneImpl()4504 mActivityManagerInternal.getBootTimeTempAllowListDuration(), in run()5544 mActivityManagerInternal.getBootTimeTempAllowListDuration(), in sendScheduleExactAlarmPermissionStateChangedBroadcast()
3186 when(mActivityManagerInternal.getBootTimeTempAllowListDuration()).thenReturn(durationMs);3541 when(mActivityManagerInternal.getBootTimeTempAllowListDuration()).thenReturn(durationMs);
3876 PLcom/android/server/am/ActivityManagerService$LocalService;->getBootTimeTempAllowListDuration()J