Home
last modified time | relevance | path

Searched refs:RES_ID (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/graph/
DBluetoothDeviceLayerDrawableTest.java34 private static final int RES_ID = com.android.internal.R.drawable.ic_phone; field in BluetoothDeviceLayerDrawableTest
50 mContext, RES_ID, BATTERY_LEVEL); in testCreateLayerDrawable_configCorrect()
63 mContext, RES_ID, BATTERY_LEVEL, BATTERY_ICON_SCALE); in testCreateLayerDrawable_withIconScale_configCorrect()
87 mContext, RES_ID, BATTERY_LEVEL); in testConstantState_returnTwinBluetoothLayerDrawable()
100 mContext, RES_ID, BATTERY_LEVEL); in testCreateLayerDrawable_bluetoothDrawable_hasCorrectFrameColor()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSIconViewImplTest.java48 private static int RES_ID = 1; field in QSIconViewImplTest