Home
last modified time | relevance | path

Searched refs:timeSource (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/services/Car/experimental/service/src/com/android/experimentalcar/
H A DGazeDriverAwarenessSupplier.java77 GazeDriverAwarenessSupplier(Context context, ITimeSource timeSource) { in GazeDriverAwarenessSupplier() argument
79 mTimeSource = timeSource; in GazeDriverAwarenessSupplier()
H A DTouchDriverAwarenessSupplier.java98 ITimeSource timeSource) { in TouchDriverAwarenessSupplier() argument
103 mTimeSource = timeSource; in TouchDriverAwarenessSupplier()
H A DDriverDistractionExperimentalFeatureService.java234 ITimeSource timeSource, in DriverDistractionExperimentalFeatureService() argument
239 mTimeSource = timeSource; in DriverDistractionExperimentalFeatureService()
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogStorage.java80 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 DCarWatchdogService.java238 UserNotificationHelper userNotificationHelper, TimeSource timeSource) { in CarWatchdogService() argument
247 mPackageInfoHandler, mWatchdogStorage, userNotificationHelper, timeSource); in CarWatchdogService()
H A DWatchdogPerfHandler.java288 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 DBubbleData.java957 void setTimeSource(TimeSource timeSource) { in setTimeSource() argument
958 mTimeSource = timeSource; in setTimeSource()