/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/element/ |
D | CarSystemBarElementControllerTest.java | 69 mController.onViewAttached(); in onViewAttached_noFlagsSet_doesNotSetDisableListener() 77 mController.onViewAttached(); in onViewAttached_disableFlagsSet_setsDisableListener() 85 mController.onViewAttached(); in onViewAttached_disable2FlagsSet_setsDisableListener() 93 mController.onViewAttached(); in onViewAttached_lockTaskFlagsSet_setsDisableListener() 100 mController.onViewAttached(); in onViewAttached_shouldNotRestoreState_doesNotSetStateController() 107 mController.onViewAttached(); in onViewAttached_shouldRestoreState_setsStateController() 114 mController.onViewAttached(); in onViewDetached_unsetsDisableListener() 122 mController.onViewAttached(); in onViewDetached_unsetsStateController()
|
/packages/apps/Car/SystemUI/multivalentTests/src/com/android/systemui/car/systembar/ |
D | UserNameTextViewControllerTest.java | 94 mController.onViewAttached(); in onViewAttached_registersListeners() 102 mController.onViewAttached(); in onViewAttached_updatesUser() 109 mController.onViewAttached(); in onViewDetached_unregistersListeners() 120 mController.onViewAttached(); in onUserSwitched_updatesUser() 132 mController.onViewAttached(); in onUserNameChanged_updatesUser()
|
D | UserNameImageViewControllerTest.java | 96 mController.onViewAttached(); in onViewAttached_registersListeners() 104 mController.onViewAttached(); in onViewAttached_updatesUser() 111 mController.onViewAttached(); in onViewDetached_unregistersListeners() 122 mController.onViewAttached(); in onUserSwitched_updatesUser() 137 mController.onViewAttached(); in onUserIconChanged_updatesUser()
|
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/ |
D | QCFooterViewControllerTest.java | 110 mController.onViewAttached(); in onAttachedToWindow_enableWhileDriving_doNotRegisterListener() 118 mController.onViewAttached(); in onAttachedToWindow_disableWhileDriving_registerListener() 129 mController.onViewAttached(); in onRestrictionsChanged_registeredListener_setQCFooterViewEnabled() 142 mController.onViewAttached(); in onDetachedFromWindow_enableWhileDriving_doNotUnregisterListener() 152 mController.onViewAttached(); in onDetachedFromWindow_disableWhileDriving_unregisterListener()
|
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/hvac/ |
D | CarUiPortraitTemperatureControlViewController.java | 58 protected void onViewAttached() { in onViewAttached() method in CarUiPortraitTemperatureControlViewController 59 super.onViewAttached(); in onViewAttached()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/ |
D | TemperatureControlViewController.java | 57 protected void onViewAttached() { in onViewAttached() method in TemperatureControlViewController 58 super.onViewAttached(); in onViewAttached()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
D | CarSystemBarButtonController.java | 61 protected void onViewAttached() { in onViewAttached() method in CarSystemBarButtonController 62 super.onViewAttached(); in onViewAttached()
|
D | DataSubscriptionUnseenIconController.java | 62 protected void onViewAttached() { in onViewAttached() method in DataSubscriptionUnseenIconController 63 super.onViewAttached(); in onViewAttached()
|
D | DebugPanelButtonViewController.java | 72 protected void onViewAttached() { in onViewAttached() method in DebugPanelButtonViewController 73 super.onViewAttached(); in onViewAttached()
|
D | UserNameImageViewController.java | 80 protected void onViewAttached() { in onViewAttached() method in UserNameImageViewController 81 super.onViewAttached(); in onViewAttached()
|
D | UserNameTextViewController.java | 87 protected void onViewAttached() { in onViewAttached() method in UserNameTextViewController 88 super.onViewAttached(); in onViewAttached()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/ |
D | QCScreenOffButtonController.java | 70 protected void onViewAttached() { in onViewAttached() method in QCScreenOffButtonController 71 super.onViewAttached(); in onViewAttached()
|
D | QCUserPickerButtonController.java | 70 protected void onViewAttached() { in onViewAttached() method in QCUserPickerButtonController 71 super.onViewAttached(); in onViewAttached()
|
D | QCFooterViewController.java | 79 protected void onViewAttached() { in onViewAttached() method in QCFooterViewController 80 super.onViewAttached(); in onViewAttached()
|
D | QCFooterButtonController.java | 77 protected void onViewAttached() { in onViewAttached() method in QCFooterButtonController 78 super.onViewAttached(); in onViewAttached()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ |
D | StatusIconViewController.java | 51 protected void onViewAttached() { in onViewAttached() method in StatusIconViewController 52 super.onViewAttached(); in onViewAttached()
|
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/statusicon/ui/ |
D | DistantDisplayStatusIconPanelController.java | 61 protected void onViewAttached() { in onViewAttached() method in DistantDisplayStatusIconPanelController 62 super.onViewAttached(); in onViewAttached()
|
D | DistantDisplayStatusIconController.java | 67 protected void onViewAttached() { in onViewAttached() method in DistantDisplayStatusIconController 68 super.onViewAttached(); in onViewAttached()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ui/ |
D | MobileSignalStatusIconController.java | 65 protected void onViewAttached() { in onViewAttached() method in MobileSignalStatusIconController 66 super.onViewAttached(); in onViewAttached()
|
D | WifiSignalStatusIconController.java | 71 protected void onViewAttached() { in onViewAttached() method in WifiSignalStatusIconController 72 super.onViewAttached(); in onViewAttached()
|
D | PhoneCallStatusIconController.java | 84 protected void onViewAttached() { in onViewAttached() method in PhoneCallStatusIconController 85 super.onViewAttached(); in onViewAttached()
|
D | LocationStatusIconController.java | 85 protected void onViewAttached() { in onViewAttached() method in LocationStatusIconController 86 super.onViewAttached(); in onViewAttached()
|
D | BluetoothStatusIconController.java | 86 protected void onViewAttached() { in onViewAttached() method in BluetoothStatusIconController 87 super.onViewAttached(); in onViewAttached()
|
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/statusicon/ui/ |
D | MobileSignalStatusIconControllerTest.java | 71 mMobileSignalStatusIconController.onViewAttached(); in onAttached_registersNetworkCallback() 77 mMobileSignalStatusIconController.onViewAttached(); in onDetached_unregistersNetworkCallback()
|
D | WifiSignalStatusIconControllerTest.java | 75 mWifiSignalStatusIconController.onViewAttached(); in onAttached_registersNetworkCallback() 81 mWifiSignalStatusIconController.onViewAttached(); in onDetached_unregistersNetworkCallback()
|