Home
last modified time | relevance | path

Searched refs:setAllowedNetworkTypesBitmap (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioNetworkProxy.java369 public void setAllowedNetworkTypesBitmap(int serial, int networkTypeBitmask) in setAllowedNetworkTypesBitmap() method in RadioNetworkProxy
373 mNetworkProxy.setAllowedNetworkTypesBitmap(serial, in setAllowedNetworkTypesBitmap()
376 ((android.hardware.radio.V1_6.IRadio) mRadioProxy).setAllowedNetworkTypesBitmap( in setAllowedNetworkTypesBitmap()
DCommandsInterface.java1542 void setAllowedNetworkTypesBitmap( in setAllowedNetworkTypesBitmap() method
DServiceStateTracker.java1434 mCi.setAllowedNetworkTypesBitmap(mAllowedNetworkTypes, message); in handleMessage()
1460 mCi.setAllowedNetworkTypesBitmap(toggledNetworkType, message); in handleMessage()
DRIL.java3013 public void setAllowedNetworkTypesBitmap( in setAllowedNetworkTypesBitmap() method in RIL
3036 networkProxy.setAllowedNetworkTypesBitmap(rr.mSerial, mAllowedNetworkTypesBitmask); in setAllowedNetworkTypesBitmap()
DPhone.java2634 mCi.setAllowedNetworkTypesBitmap(filteredRaf, response); in updateAllowedNetworkTypes()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java422 public void setAllowedNetworkTypesBitmap( in setAllowedNetworkTypesBitmap() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1037 public void setAllowedNetworkTypesBitmap( in setAllowedNetworkTypesBitmap() method in SimulatedCommandsVerifier
DSimulatedCommands.java1190 public void setAllowedNetworkTypesBitmap( in setAllowedNetworkTypesBitmap() method in SimulatedCommands
1193 .setAllowedNetworkTypesBitmap(networkTypeBitmask, response); in setAllowedNetworkTypesBitmap()
DGsmCdmaPhoneTest.java2664 verify(mSimulatedCommandsVerifier, times(2)).setAllowedNetworkTypesBitmap( in testSetAllowedNetworkTypes_admin2gRestrictionHonored()