Searched refs:isManualNetworkSelectionAllowed (Results 1 – 5 of 5) sorted by relevance
298 when(mTelephonyManager.isManualNetworkSelectionAllowed()).thenReturn(true); in testUpdateNetworkSelection_oosEnoughTime_selectionVisibleToUser_notificationSent()319 when(mTelephonyManager.isManualNetworkSelectionAllowed()).thenReturn(true); in testUpdateNetworkSelection_invalidSubscription_notificationNotSent()358 when(mTelephonyManager.isManualNetworkSelectionAllowed()).thenReturn(false); in testUpdateNetworkSelection_userNotAllowedToChooseOperator_notificationNotSent()379 when(mTelephonyManager.isManualNetworkSelectionAllowed()).thenReturn(false); in testUpdateNetworkSelection_OverrideHideCarrierNetworkSelection_notificationNotSent()400 when(mTelephonyManager.isManualNetworkSelectionAllowed()).thenReturn(false); in testUpdateNetworkSelection_simPreventManualSelection_notificationNotSent()
197 mTelephonyManager.isManualNetworkSelectionAllowed(); in testIsManualNetworkSelectionAllowedWithoutPermission()
1033 && !telephonyManager.isManualNetworkSelectionAllowed())) { in shouldDisplayNetworkSelectOptions()
9791 public boolean isManualNetworkSelectionAllowed(int subId) { in isManualNetworkSelectionAllowed() method in PhoneInterfaceManager
507 && !telephonyManager.isManualNetworkSelectionAllowed())) { in shouldDisplayNetworkSelectOptions()