Searched refs:mMockRes (Results 1 – 1 of 1) sorted by relevance
101 private Resources mMockRes; field in DisplayRotationTests868 mMockRes = mock(Resources.class); in build()869 when(mMockContext.getResources()).thenReturn((mMockRes)); in build()870 when(mMockRes.getBoolean(com.android.internal.R.bool.config_supportAutoRotation)) in build()872 when(mMockRes.getInteger(com.android.internal.R.integer.config_lidOpenRotation)) in build()874 when(mMockRes.getInteger(com.android.internal.R.integer.config_carDockRotation)) in build()876 when(mMockRes.getInteger(com.android.internal.R.integer.config_deskDockRotation)) in build()878 when(mMockRes.getInteger(com.android.internal.R.integer.config_undockedHdmiRotation)) in build()