Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java1032 int stringRes = R.string.bluetooth_pairing; in getConnectionSummary() local
1041 stringRes = R.string.bluetooth_active_battery_level; in getConnectionSummary()
1043 stringRes = R.string.bluetooth_battery_level; in getConnectionSummary()
1048 stringRes = R.string.bluetooth_active_battery_level; in getConnectionSummary()
1050 stringRes = R.string.bluetooth_battery_level; in getConnectionSummary()
1057 stringRes = R.string.bluetooth_active_no_battery_level; in getConnectionSummary()
1061 stringRes = R.string.bluetooth_active_no_battery_level; in getConnectionSummary()
1067 stringRes = R.string.bluetooth_battery_level; in getConnectionSummary()
1072 return (stringRes != R.string.bluetooth_pairing in getConnectionSummary()
1074 ? mContext.getString(stringRes, batteryLevelPercentageString) in getConnectionSummary()
/frameworks/base/core/java/android/content/pm/
DCrossProfileApps.java115 final int stringRes = mUserManager.isManagedProfile(userHandle.getIdentifier()) in getProfileSwitchingLabel() local
118 return mResources.getString(stringRes); in getProfileSwitchingLabel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsOnboarding.java384 public boolean show(@StringRes int stringRes) { in show() argument
388 mDismissView.setTag(stringRes); in show()
389 mLayout.setTag(stringRes); in show()
390 mTextView.setText(stringRes); in show()
398 if (stringRes == R.string.recents_swipe_up_onboarding) { in show()