Searched refs:getCallExtraInt (Results 1 – 7 of 7) sorted by relevance
87 data.getCallExtraInt(ImsCallProfile.EXTRA_PRIORITY)); in testCallComposerExtras()91 data.getCallExtraInt(ImsCallProfile.EXTRA_PRIORITY)); in testCallComposerExtras()123 data.getCallExtraInt(ImsCallProfile.EXTRA_PRIORITY), in testCallComposerExtras()124 unparceledData.getCallExtraInt(ImsCallProfile.EXTRA_PRIORITY)); in testCallComposerExtras()173 assertEquals(1, unparceledProfile.getCallExtraInt("INT")); in testExtrasCleanup()
142 profile.getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in initialize()144 profile.getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in initialize()
710 public int getCallExtraInt(String name) { in getCallExtraInt() method in ImsCallProfile711 return getCallExtraInt(name, -1); in getCallExtraInt()714 public int getCallExtraInt(String name, int defaultValue) { in getCallExtraInt() method in ImsCallProfile
223 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in ImsPhoneConnection()225 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in ImsPhoneConnection()962 callProfile.getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in updateAddressDisplay()964 callProfile.getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in updateAddressDisplay()
3911 int networkType = mCallProfile.getCallExtraInt(ImsCallProfile.EXTRA_CALL_NETWORK_TYPE, in getNetworkType()
855 assertEquals(mImsCallProfile.getCallExtraInt(ImsCallProfile.EXTRA_OIR), in testEmergencyDialSuppressClir()
16357 method public int getCallExtraInt(String);16358 method public int getCallExtraInt(String, int);