Searched refs:getProtocolType (Results 1 – 8 of 8) sorted by relevance
131 assertThat(dp.getProtocolType()).isEqualTo(mApn1.getProtocol()); in testCreateFromApnSetting()150 assertThat(dp.getProtocolType()).isEqualTo(mApn3.getProtocol()); in testCreateFromApnSettingWithNetworkTypeBitmask()
146 public @ProtocolType int getProtocolType() { in getProtocolType() method in DataProfile
331 public int getProtocolType() { return mProtocolType; } in getProtocolType() method in DataCallResponse
1582 mDataProfile.getProtocolType());2873 || response.getProtocolType() < ApnSetting.PROTOCOL_UNKNOWN2874 || response.getProtocolType() > ApnSetting.PROTOCOL_UNSTRUCTURED
900 dpi.protocol = dp.getProtocolType(); in convertToHalDataProfile14()938 dpi.protocol = dp.getProtocolType(); in convertToHalDataProfile15()978 dpi.protocol = dp.getProtocolType(); in convertToHalDataProfile()
1830 dataCall.type = response.getProtocolType() + 1; in writeOnSetupDataCallResponse()
2596 assertEquals(PROTOCOL, dpi.getProtocolType()); in testSetupDataCall()
15775 method public int getProtocolType();15830 method @Deprecated public int getProtocolType();