Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DDataService.java668 ApnUnthrottledIndication apnUnthrottledIndication = in handleMessage() local
671 if (apnUnthrottledIndication.dataProfile != null) { in handleMessage()
672 apnUnthrottledIndication.callback in handleMessage()
673 .onDataProfileUnthrottled(apnUnthrottledIndication.dataProfile); in handleMessage()
675 apnUnthrottledIndication.callback in handleMessage()
676 .onApnUnthrottled(apnUnthrottledIndication.apn); in handleMessage()