Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java1172 int stringRes = R.string.bluetooth_pairing; in getConnectionSummary() local
1186 stringRes = R.string.bluetooth_battery_level_untethered; in getConnectionSummary()
1188 stringRes = R.string.bluetooth_battery_level; in getConnectionSummary()
1206 stringRes = R.string.bluetooth_active_battery_level; in getConnectionSummary()
1208 stringRes = R.string.bluetooth_active_no_battery_level; in getConnectionSummary()
1218 && stringRes == R.string.bluetooth_active_no_battery_level) { in getConnectionSummary()
1230 stringRes = R.string.bluetooth_hearing_aid_left_active; in getConnectionSummary()
1232 stringRes = R.string.bluetooth_hearing_aid_right_active; in getConnectionSummary()
1234 stringRes = R.string.bluetooth_active_no_battery_level; in getConnectionSummary()
1241 if (stringRes != R.string.bluetooth_pairing in getConnectionSummary()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
H A DTooltipManager.kt114 fun show(@StringRes stringRes: Int, x: Int, y: Int) {
116 textView.setText(stringRes)
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotationCompatPolicy.java443 void showToast(@StringRes int stringRes) { in showToast() argument
445 () -> Toast.makeText(mWmService.mContext, stringRes, Toast.LENGTH_LONG).show()); in showToast()
449 void showToast(@StringRes int stringRes, @NonNull String applicationLabel) { in showToast() argument
453 mWmService.mContext.getString(stringRes, applicationLabel), in showToast()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DCrossProfileApps.java373 final int stringRes = isManagedProfile in getDefaultProfileSwitchingLabel() local
375 return mResources.getString(stringRes, label); in getDefaultProfileSwitchingLabel()
/aosp14/frameworks/base/tests/Codegen/src/com/android/codegentest/
H A 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()