Searched refs:stringRes (Results 1 – 5 of 5) sorted by relevance
1172 int stringRes = R.string.bluetooth_pairing; in getConnectionSummary() local1186 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 …]
114 fun show(@StringRes stringRes: Int, x: Int, y: Int) {116 textView.setText(stringRes)
443 void showToast(@StringRes int stringRes) { in showToast() argument445 () -> Toast.makeText(mWmService.mContext, stringRes, Toast.LENGTH_LONG).show()); in showToast()449 void showToast(@StringRes int stringRes, @NonNull String applicationLabel) { in showToast() argument453 mWmService.mContext.getString(stringRes, applicationLabel), in showToast()
373 final int stringRes = isManagedProfile in getDefaultProfileSwitchingLabel() local375 return mResources.getString(stringRes, label); in getDefaultProfileSwitchingLabel()
532 @StringRes int stringRes, in SampleDataClass() argument598 this.mStringRes = stringRes; in SampleDataClass()1398 int stringRes = in.readInt(); in SampleDataClass() local1465 this.mStringRes = stringRes; in SampleDataClass()