Home
last modified time | relevance | path

Searched refs:onViewAttached (Results 1 – 25 of 34) sorted by relevance

12

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/element/
DCarSystemBarElementControllerTest.java69 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/tests/src/com/android/systemui/car/qc/
DQCFooterViewControllerTest.java110 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/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/statusicon/ui/
DDistantDisplayStatusIconPanelController.java58 protected void onViewAttached() { in onViewAttached() method in DistantDisplayStatusIconPanelController
59 super.onViewAttached(); in onViewAttached()
DDistantDisplayStatusIconController.java65 protected void onViewAttached() { in onViewAttached() method in DistantDisplayStatusIconController
66 super.onViewAttached(); in onViewAttached()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DDataSubscriptionUnseenIconController.java62 protected void onViewAttached() { in onViewAttached() method in DataSubscriptionUnseenIconController
63 super.onViewAttached(); in onViewAttached()
DDockViewControllerWrapper.java124 protected void onViewAttached() { in onViewAttached() method in DockViewControllerWrapper
125 super.onViewAttached(); in onViewAttached()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconViewController.java51 protected void onViewAttached() { in onViewAttached() method in StatusIconViewController
52 super.onViewAttached(); in onViewAttached()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DQCScreenOffButtonController.java70 protected void onViewAttached() { in onViewAttached() method in QCScreenOffButtonController
71 super.onViewAttached(); in onViewAttached()
DQCFooterViewController.java79 protected void onViewAttached() { in onViewAttached() method in QCFooterViewController
80 super.onViewAttached(); in onViewAttached()
DQCFooterButtonController.java77 protected void onViewAttached() { in onViewAttached() method in QCFooterButtonController
78 super.onViewAttached(); in onViewAttached()
DQCUserPickerButtonController.java96 protected void onViewAttached() { in onViewAttached() method in QCUserPickerButtonController
97 super.onViewAttached(); in onViewAttached()
DSystemUIQCViewController.java88 protected void onViewAttached() { in onViewAttached() method in SystemUIQCViewController
89 super.onViewAttached(); in onViewAttached()
DQCLogoutButtonController.java105 protected void onViewAttached() { in onViewAttached() method in QCLogoutButtonController
106 super.onViewAttached(); in onViewAttached()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ui/
DMobileSignalStatusIconController.java65 protected void onViewAttached() { in onViewAttached() method in MobileSignalStatusIconController
66 super.onViewAttached(); in onViewAttached()
DWifiSignalStatusIconController.java71 protected void onViewAttached() { in onViewAttached() method in WifiSignalStatusIconController
72 super.onViewAttached(); in onViewAttached()
DPhoneCallStatusIconController.java84 protected void onViewAttached() { in onViewAttached() method in PhoneCallStatusIconController
85 super.onViewAttached(); in onViewAttached()
DLocationStatusIconController.java85 protected void onViewAttached() { in onViewAttached() method in LocationStatusIconController
86 super.onViewAttached(); in onViewAttached()
DBluetoothStatusIconController.java83 protected void onViewAttached() { in onViewAttached() method in BluetoothStatusIconController
84 super.onViewAttached(); in onViewAttached()
DMediaVolumeStatusIconController.java115 protected void onViewAttached() { in onViewAttached() method in MediaVolumeStatusIconController
116 super.onViewAttached(); in onViewAttached()
DSignalStatusIconController.java99 protected void onViewAttached() { in onViewAttached() method in SignalStatusIconController
100 super.onViewAttached(); in onViewAttached()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/statusicon/ui/
DMobileSignalStatusIconControllerTest.java71 mMobileSignalStatusIconController.onViewAttached(); in onAttached_registersNetworkCallback()
77 mMobileSignalStatusIconController.onViewAttached(); in onDetached_unregistersNetworkCallback()
DWifiSignalStatusIconControllerTest.java75 mWifiSignalStatusIconController.onViewAttached(); in onAttached_registersNetworkCallback()
81 mWifiSignalStatusIconController.onViewAttached(); in onDetached_unregistersNetworkCallback()
DBluetoothStatusIconControllerTest.java79 mBluetoothStatusIconController.onViewAttached(); in onViewAttached_registersBluetoothCallback()
85 mBluetoothStatusIconController.onViewAttached(); in onViewDetached_removeBluetoothCallback()
DSignalStatusIconControllerTest.java82 mSignalStatusIconController.onViewAttached(); in onViewAttached_registersNetworkCallbacks()
89 mSignalStatusIconController.onViewAttached(); in onViewDetached_unregistersNetworkCallbacks()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/statusicon/ui/
DStatusBarSensorInfoController.java91 protected void onViewAttached() { in onViewAttached() method in StatusBarSensorInfoController
92 super.onViewAttached(); in onViewAttached()

12