Home
last modified time | relevance | path

Searched refs:apnProtocol (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierSignalAgent.java443 int apnProtocol = original.getIntExtra(TelephonyManager.EXTRA_APN_PROTOCOL, -1); in createCompatIntent() local
444 compatIntent.putExtra(TelephonyIntents.EXTRA_APN_PROTOCOL_INT, apnProtocol); in createCompatIntent()
446 ApnSetting.getProtocolStringFromInt(apnProtocol)); in createCompatIntent()
/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
H A DEpdgTunnelManagerTest.java926 private void testSetIkeTrafficSelectors(int apnProtocol, boolean handover) throws Exception { in testSetIkeTrafficSelectors() argument
957 getHandoverTunnelSetupRequest(TEST_APN_NAME, apnProtocol), in testSetIkeTrafficSelectors()
962 getBasicTunnelSetupRequest(TEST_APN_NAME, apnProtocol), in testSetIkeTrafficSelectors()
988 switch (apnProtocol) { in testSetIkeTrafficSelectors()