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.java895 int stringRes = R.string.bluetooth_pairing; in getConnectionSummary() local
909 stringRes = R.string.bluetooth_battery_level_untethered; in getConnectionSummary()
911 stringRes = R.string.bluetooth_battery_level; in getConnectionSummary()
924 stringRes = R.string.bluetooth_active_battery_level_untethered; in getConnectionSummary()
926 stringRes = R.string.bluetooth_active_battery_level; in getConnectionSummary()
928 stringRes = R.string.bluetooth_active_no_battery_level; in getConnectionSummary()
934 if (stringRes != R.string.bluetooth_pairing in getConnectionSummary()
937 return mContext.getString(stringRes, Utils.formatPercentage(leftBattery), in getConnectionSummary()
940 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()