Searched refs:ShadowKeyCharacterMap (Results 1 – 2 of 2) sorted by relevance
27 import com.android.settings.testutils.shadow.ShadowKeyCharacterMap;39 @Config(shadows = {ShadowUtils.class, ShadowKeyCharacterMap.class})58 ShadowKeyCharacterMap.reset(); in tearDown()63 ShadowKeyCharacterMap.setDevicehasKey(true); in getAvailabilityStatus_hasPowerKeyAndVoiceCapable_shouldReturnAvailable()72 ShadowKeyCharacterMap.setDevicehasKey(true); in getAvailabilityStatus_noVoiceCapable_shouldReturnUnsupportedOnDevice()81 ShadowKeyCharacterMap.setDevicehasKey(false); in getAvailabilityStatus_noPowerKey_shouldReturnUnsupportedOnDevice()
25 public class ShadowKeyCharacterMap extends org.robolectric.shadows.ShadowKeyCharacterMap{ class