Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowConnectivityManager.java229 public void setBackgroundDataSetting(boolean b) { in setBackgroundDataSetting() method in ShadowConnectivityManager
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowConnectivityManagerTest.java120 shadowOf(connectivityManager).setBackgroundDataSetting(true); in shouldGetAndSetBackgroundDataSetting()