Searched refs:mHasWatch (Results 1 – 1 of 1) sorted by relevance
777 private final boolean mHasWatch; field in DeviceIdleController.Constants783 mHasWatch = getContext().getPackageManager().hasSystemFeature( in Constants()786 mHasWatch ? Settings.Global.DEVICE_IDLE_CONSTANTS_WATCH in Constants()801 mHasWatch ? Settings.Global.DEVICE_IDLE_CONSTANTS_WATCH in updateConstants()832 long inactiveTimeoutDefault = (mHasWatch ? 15 : 30) * 60 * 1000L; in updateConstants()842 long idleAfterInactiveTimeout = (mHasWatch ? 15 : 30) * 60 * 1000L; in updateConstants()