Searched refs:mMockRes (Results 1 – 1 of 1) sorted by relevance
98 private Resources mMockRes; field in DisplayRotationTests790 mMockRes = mock(Resources.class); in build()791 when(mMockContext.getResources()).thenReturn((mMockRes)); in build()792 when(mMockRes.getBoolean(com.android.internal.R.bool.config_supportAutoRotation)) in build()794 when(mMockRes.getInteger(com.android.internal.R.integer.config_lidOpenRotation)) in build()796 when(mMockRes.getInteger(com.android.internal.R.integer.config_carDockRotation)) in build()798 when(mMockRes.getInteger(com.android.internal.R.integer.config_deskDockRotation)) in build()800 when(mMockRes.getInteger(com.android.internal.R.integer.config_undockedHdmiRotation)) in build()