Searched refs:mCarUxRestrictionManagerWrapper (Results 1 – 4 of 4) sorted by relevance
40 private CarUxRestrictionManagerWrapper mCarUxRestrictionManagerWrapper = field in NotificationApplication51 mCarUxRestrictionManagerWrapper56 .setCarUxRestrictionManagerWrapper(mCarUxRestrictionManagerWrapper);72 return mCarUxRestrictionManagerWrapper; in getCarUxRestrictionWrapper()
82 private final CarUxRestrictionManagerWrapper mCarUxRestrictionManagerWrapper; field in NotificationPanelViewController144 mCarUxRestrictionManagerWrapper = carUxRestrictionManagerWrapper; in NotificationPanelViewController()336 mCarUxRestrictionManagerWrapper.setCarUxRestrictionsManager( in onNotificationViewInflated()343 mCarUxRestrictionManagerWrapper, in onNotificationViewInflated()
109 private CarUxRestrictionManagerWrapper mCarUxRestrictionManagerWrapper; field in PreprocessingManagerTest286 when(mCarUxRestrictionManagerWrapper.getCurrentCarUxRestrictions()) in onOptimizeForDriving_alertEntryHasNonMessageNotification_trimsNotificationTexts()288 mPreprocessingManager.setCarUxRestrictionManagerWrapper(mCarUxRestrictionManagerWrapper); in onOptimizeForDriving_alertEntryHasNonMessageNotification_trimsNotificationTexts()323 when(mCarUxRestrictionManagerWrapper.getCurrentCarUxRestrictions()) in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()325 mPreprocessingManager.setCarUxRestrictionManagerWrapper(mCarUxRestrictionManagerWrapper); in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
69 private CarUxRestrictionManagerWrapper mCarUxRestrictionManagerWrapper; field in CarNotificationListenerTest78 mCarNotificationListener.registerAsSystemService(mContext, mCarUxRestrictionManagerWrapper, in setup()