Searched refs:setIconContentDescription (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDetailsHeaderController.java60 mHeaderController.setIconContentDescription(pair.second);
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothDetailsHeaderControllerTest.java91 verify(mHeaderController).setIconContentDescription(any(String.class));
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
H A DEntityHeaderControllerTest.java242 mController.setIconContentDescription(description);
255 mController.setIconContentDescription(description);
/packages/apps/Settings/src/com/android/settings/widget/
H A DEntityHeaderController.java130 * Set the icon in the header. Callers should also consider calling setIconContentDescription
142 * also consider calling setIconContentDescription to provide a description of this icon for
152 public EntityHeaderController setIconContentDescription(String contentDescription) { method in class:EntityHeaderController

Completed in 96 milliseconds