Home
last modified time | relevance | path

Searched refs:getStringIfExists (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DEthernetSignalController.java52 String contentDescription = getStringIfExists(getContentDescription()).toString(); in notifyListeners()
DMobileSignalController.java103 mNetworkNameSeparator = getStringIfExists(R.string.status_bar_network_name_separator) in MobileSignalController()
105 mNetworkNameDefault = getStringIfExists( in MobileSignalController()
361 String contentDescription = getStringIfExists(getContentDescription()).toString(); in notifyListeners()
362 CharSequence dataContentDescriptionHtml = getStringIfExists(icons.mDataContentDescription); in notifyListeners()
DWifiSignalController.java91 String contentDescription = getStringIfExists(getContentDescription()).toString(); in notifyListeners()
DSignalController.java170 @NonNull CharSequence getStringIfExists(int resId) { in getStringIfExists() method in SignalController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerSignalTest.java373 .getStringIfExists( in testOnReceive_stringsUpdatedAction_bothFalse()
387 String defaultNetworkName = mMobileSignalController.getStringIfExists( in testOnReceive_stringsUpdatedAction_bothTrueAndNull()
405 + mMobileSignalController.getStringIfExists( in testOnReceive_stringsUpdatedAction_bothTrueAndNonNull()