Searched refs:stringRes (Results 1 – 3 of 3) sorted by relevance
877 int stringRes = R.string.bluetooth_pairing; in getConnectionSummary() local891 stringRes = R.string.bluetooth_battery_level_untethered; in getConnectionSummary()893 stringRes = R.string.bluetooth_battery_level; in getConnectionSummary()906 stringRes = R.string.bluetooth_active_battery_level_untethered; in getConnectionSummary()908 stringRes = R.string.bluetooth_active_battery_level; in getConnectionSummary()910 stringRes = R.string.bluetooth_active_no_battery_level; in getConnectionSummary()916 if (stringRes != R.string.bluetooth_pairing in getConnectionSummary()919 return mContext.getString(stringRes, Utils.formatPercentage(leftBattery), in getConnectionSummary()922 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()