Searched refs:getSupportedApnTypesBitmask (Results 1 – 5 of 5) sorted by relevance
229 public @ApnType int getSupportedApnTypesBitmask() { return mSupportedApnTypesBitmask; } in getSupportedApnTypesBitmask() method in DataProfile
886 int apnTypeBitmask = dataProfile.getSupportedApnTypesBitmask(); in setupDataCall()
1819 dpi.supportedApnTypesBitmap = dp.getSupportedApnTypesBitmask(); in convertToHalDataProfile10()1853 dpi.supportedApnTypesBitmap = dp.getSupportedApnTypesBitmask(); in convertToHalDataProfile14()1950 dpi.supportedApnTypesBitmap = dp.getSupportedApnTypesBitmask(); in convertToHalDataProfile15()
782 assertEquals(supportedApnTypesBitmap, dp.getSupportedApnTypesBitmask()); in verifyDataProfile()
12416 method public int getSupportedApnTypesBitmask();