Searched refs:getCallExtraInt (Results 1 – 5 of 5) sorted by relevance
486 public int getCallExtraInt(String name) { in getCallExtraInt() method in ImsCallProfile487 return getCallExtraInt(name, -1); in getCallExtraInt()490 public int getCallExtraInt(String name, int defaultValue) { in getCallExtraInt() method in ImsCallProfile
107 assertEquals(1, unparceledProfile.getCallExtraInt("INT")); in testExtrasCleanup()
192 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in ImsPhoneConnection()194 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in ImsPhoneConnection()826 callProfile.getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in updateAddressDisplay()828 callProfile.getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in updateAddressDisplay()
510 assertEquals(mImsCallProfile.getCallExtraInt(ImsCallProfile.EXTRA_OIR), in testEmergencyDialSuppressClir()
8427 method public int getCallExtraInt(String);8428 method public int getCallExtraInt(String, int);