Home
last modified time | relevance | path

Searched refs:setIconContentDescription (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ui/
DSignalStatusIconController.java122 setIconContentDescription(mHotspotOnContentDescription); in updateStatus()
125 setIconContentDescription(mEthernetContentDescription); in updateStatus()
128 setIconContentDescription(mWifiConnectedContentDescription); in updateStatus()
131 setIconContentDescription(mMobileSignalContentDescription); in updateStatus()
DBluetoothStatusIconController.java100 setIconContentDescription(mBluetoothOffContentDescription); in updateStatus()
103 setIconContentDescription(mBluetoothOnConnectedContentDescription); in updateStatus()
106 setIconContentDescription(mBluetoothOnDisconnectedContentDescription); in updateStatus()
DDisplayStatusIconController.java64 setIconContentDescription(mDisplayBrightnessContentDescription); in updateStatus()
DDriveModeStatusIconController.java71 setIconContentDescription(mDriveModeContentDescription); in updateStatus()
DMobileSignalStatusIconController.java80 setIconContentDescription(mMobileSignalContentDescription); in updateStatus()
DWifiSignalStatusIconController.java85 setIconContentDescription(mWifiConnectedContentDescription); in updateStatus()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconViewController.java75 protected final void setIconContentDescription(String str) { in setIconContentDescription() method in StatusIconViewController
DStatusIconController.java94 protected final void setIconContentDescription(String str) { in setIconContentDescription() method in StatusIconController
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsHeaderController.java75 mHeaderController.setIconContentDescription(pair.second); in setHeaderProperties()
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DEntityHeaderControllerTest.java243 mController.setIconContentDescription(description); in iconContentDescription_shouldWorkWithSetIcon()
256 mController.setIconContentDescription(description); in iconContentDescription_shouldWorkWithoutSetIcon()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsHeaderControllerTest.java103 verify(mHeaderController).setIconContentDescription(any(String.class)); in header()
/packages/apps/Settings/src/com/android/settings/widget/
DEntityHeaderController.java140 public EntityHeaderController setIconContentDescription(String contentDescription) { in setIconContentDescription() method in EntityHeaderController