Searched refs:stringRes (Results 1 – 3 of 3) sorted by relevance
895 int stringRes = R.string.bluetooth_pairing; in getConnectionSummary() local909 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()
140 final int stringRes = mUserManager.isManagedProfile(userHandle.getIdentifier()) in getProfileSwitchingLabel() local143 return mResources.getString(stringRes); in getProfileSwitchingLabel()
391 public boolean show(@StringRes int stringRes) { in show() argument395 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()