Searched refs:isManualNetworkSelectionAllowed (Results 1 – 5 of 5) sorted by relevance
285 when(mTelephonyManager.isManualNetworkSelectionAllowed()).thenReturn(true); in testUpdateNetworkSelection_oosEnoughTime_selectionVisibleToUser_notificationSent()306 when(mTelephonyManager.isManualNetworkSelectionAllowed()).thenReturn(true); in testUpdateNetworkSelection_invalidSubscription_notificationNotSent()345 when(mTelephonyManager.isManualNetworkSelectionAllowed()).thenReturn(false); in testUpdateNetworkSelection_userNotAllowedToChooseOperator_notificationNotSent()366 when(mTelephonyManager.isManualNetworkSelectionAllowed()).thenReturn(false); in testUpdateNetworkSelection_OverrideHideCarrierNetworkSelection_notificationNotSent()387 when(mTelephonyManager.isManualNetworkSelectionAllowed()).thenReturn(false); in testUpdateNetworkSelection_simPreventManualSelection_notificationNotSent()405 when(mTelephonyManager.isManualNetworkSelectionAllowed()).thenReturn(true); in testUpdateNetworkSelection_opportunisticSubscription_notificationNotSent()
197 mTelephonyManager.isManualNetworkSelectionAllowed(); in testIsManualNetworkSelectionAllowedWithoutPermission()
415 && !telephonyManager.isManualNetworkSelectionAllowed())) { in shouldDisplayNetworkSelectOptions()
1138 && !telephonyManager.isManualNetworkSelectionAllowed())) { in shouldDisplayNetworkSelectOptions()
9908 public boolean isManualNetworkSelectionAllowed(int subId) { in isManualNetworkSelectionAllowed() method in PhoneInterfaceManager