Home
last modified time | relevance | path

Searched refs:stringRes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java877 int stringRes = R.string.bluetooth_pairing; in getConnectionSummary() local
891 stringRes = R.string.bluetooth_battery_level_untethered; in getConnectionSummary()
893 stringRes = R.string.bluetooth_battery_level; in getConnectionSummary()
906 stringRes = R.string.bluetooth_active_battery_level_untethered; in getConnectionSummary()
908 stringRes = R.string.bluetooth_active_battery_level; in getConnectionSummary()
910 stringRes = R.string.bluetooth_active_no_battery_level; in getConnectionSummary()
916 if (stringRes != R.string.bluetooth_pairing in getConnectionSummary()
919 return mContext.getString(stringRes, Utils.formatPercentage(leftBattery), in getConnectionSummary()
922 return mContext.getString(stringRes, batteryLevelPercentageString); in getConnectionSummary()
/frameworks/base/core/java/android/content/pm/
DCrossProfileApps.java140 final int stringRes = mUserManager.isManagedProfile(userHandle.getIdentifier()) in getProfileSwitchingLabel() local
143 return mResources.getString(stringRes); in getProfileSwitchingLabel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsOnboarding.java391 public boolean show(@StringRes int stringRes) { in show() argument
395 mDismissView.setTag(stringRes); in show()
396 mLayout.setTag(stringRes); in show()
397 mTextView.setText(stringRes); in show()
405 if (stringRes == R.string.recents_swipe_up_onboarding) { in show()