Searched defs:Resources (Results 1 – 7 of 7) sorted by relevance
22 public final class Resources { class33 public Resources( in Resources() method in Resources
187 private fun Resources.mock(r: Int, v: Boolean) { doReturn(v).`when`(this).getBoolean(r) } in mock() method188 private fun Resources.mock(r: Int, v: Int) { doReturn(v).`when`(this).getInteger(r) } in mock() method189 private fun Resources.mock(r: Int, v: String) { doReturn(v).`when`(this).getString(r) } in mock() method190 private fun Resources.mock(r: Int, v: Array<String?>) { doReturn(v).`when`(this).getStringArray(r) } in mock() method191 private fun Resources.mock(r: Int, v: IntArray) { doReturn(v).`when`(this).getIntArray(r) } in mock() method
41 private fun Resources.getUserSwitchRestrictedTitle( in <lambda>() method56 private fun Resources.getUserSwitchRestrictedMessage( in <lambda>() method
24 fun Resources.safeObtainTypedArray(id: Int): TypedArray? { in safeObtainTypedArray() method
41 fun Resources.getBytesDisplayUnit(bytes: Long): String = in formatDataUsage() method
242 private static class Resources { class in CallTypeIconsView287 public Resources(Context context, boolean largeIcons) { in Resources() method in CallTypeIconsView.Resources
66 private fun Resources.getRegulatoryInfo(@DrawableRes resId: Int): Drawable? = try { in getRegulatoryInfo() method