Searched refs:timeSource (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/services/Car/experimental/service/src/com/android/experimentalcar/ |
H A D | GazeDriverAwarenessSupplier.java | 77 GazeDriverAwarenessSupplier(Context context, ITimeSource timeSource) { in GazeDriverAwarenessSupplier() argument 79 mTimeSource = timeSource; in GazeDriverAwarenessSupplier()
|
H A D | TouchDriverAwarenessSupplier.java | 98 ITimeSource timeSource) { in TouchDriverAwarenessSupplier() argument 103 mTimeSource = timeSource; in TouchDriverAwarenessSupplier()
|
H A D | DriverDistractionExperimentalFeatureService.java | 234 ITimeSource timeSource, in DriverDistractionExperimentalFeatureService() argument 239 mTimeSource = timeSource; in DriverDistractionExperimentalFeatureService()
|
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/ |
H A D | WatchdogStorage.java | 80 public WatchdogStorage(Context context, TimeSource timeSource) { in WatchdogStorage() argument 81 this(context, /* useDataSystemCarDir= */ true, timeSource); in WatchdogStorage() 85 WatchdogStorage(Context context, boolean useDataSystemCarDir, TimeSource timeSource) { in WatchdogStorage() argument 86 mTimeSource = timeSource; in WatchdogStorage() 1140 WatchdogDbHelper(Context context, boolean useDataSystemCarDir, TimeSource timeSource) { in WatchdogDbHelper() argument 1149 mTimeSource = timeSource; in WatchdogDbHelper()
|
H A D | CarWatchdogService.java | 238 UserNotificationHelper userNotificationHelper, TimeSource timeSource) { in CarWatchdogService() argument 247 mPackageInfoHandler, mWatchdogStorage, userNotificationHelper, timeSource); in CarWatchdogService()
|
H A D | WatchdogPerfHandler.java | 288 UserNotificationHelper userNotificationHelper, TimeSource timeSource) { in WatchdogPerfHandler() argument 298 mTimeSource = timeSource; in WatchdogPerfHandler()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleData.java | 957 void setTimeSource(TimeSource timeSource) { in setTimeSource() argument 958 mTimeSource = timeSource; in setTimeSource()
|