Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DDataService.java727 ApnUnthrottledIndication apnUnthrottledIndication = in handleMessage() local
730 if (apnUnthrottledIndication.dataProfile != null) { in handleMessage()
731 apnUnthrottledIndication.callback in handleMessage()
732 .onDataProfileUnthrottled(apnUnthrottledIndication.dataProfile); in handleMessage()
734 apnUnthrottledIndication.callback in handleMessage()
735 .onApnUnthrottled(apnUnthrottledIndication.apn); in handleMessage()