Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java989 int stringRes = R.string.bluetooth_pairing; in getConnectionSummary() local
1003 stringRes = R.string.bluetooth_battery_level_untethered; in getConnectionSummary()
1005 stringRes = R.string.bluetooth_battery_level; in getConnectionSummary()
1018 stringRes = R.string.bluetooth_active_battery_level_untethered; in getConnectionSummary()
1020 stringRes = R.string.bluetooth_active_battery_level; in getConnectionSummary()
1022 stringRes = R.string.bluetooth_active_no_battery_level; in getConnectionSummary()
1028 if (stringRes != R.string.bluetooth_pairing in getConnectionSummary()
1031 return mContext.getString(stringRes, Utils.formatPercentage(leftBattery), in getConnectionSummary()
1034 return mContext.getString(stringRes, batteryLevelPercentageString); in getConnectionSummary()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
DTooltipManager.kt114 fun show(@StringRes stringRes: Int, x: Int, y: Int) { in <lambda>()
116 textView.setText(stringRes) in <lambda>()
/frameworks/base/core/java/android/content/pm/
DCrossProfileApps.java241 final int stringRes = mUserManager.isManagedProfile(userHandle.getIdentifier()) in getProfileSwitchingLabel() local
244 return mResources.getString(stringRes); in getProfileSwitchingLabel()
/frameworks/base/tests/Codegen/src/com/android/codegentest/
DSampleDataClass.java532 @StringRes int stringRes, in SampleDataClass() argument
598 this.mStringRes = stringRes; in SampleDataClass()
1398 int stringRes = in.readInt(); in SampleDataClass() local
1465 this.mStringRes = stringRes; in SampleDataClass()