Searched refs:networkMode (Results 1 – 2 of 2) sorted by relevance
641 int networkMode = mTelephonyManager.getNetworkSelectionMode(); in testGetNetworkSelectionMode() local642 assertThat(networkMode).isEqualTo(TelephonyManager.NETWORK_SELECTION_MODE_AUTO); in testGetNetworkSelectionMode()
2228 int networkMode = ShellIdentityUtils.invokeMethodWithShellPermissions(mTelephonyManager, in testGetNetworkSelectionMode() local2231 assertEquals(TelephonyManager.NETWORK_SELECTION_MODE_AUTO, networkMode); in testGetNetworkSelectionMode()