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.java456 mSlotIndex, 0, new ApnUnthrottledIndication(apn, in notifyApnUnthrottled()
471 mSlotIndex, 0, new ApnUnthrottledIndication(dataProfile, in notifyDataProfileUnthrottled()
571 private static final class ApnUnthrottledIndication { class in DataService
575 ApnUnthrottledIndication(String apn, in ApnUnthrottledIndication() method in DataService.ApnUnthrottledIndication
581 ApnUnthrottledIndication(DataProfile dataProfile, IDataServiceCallback callback) { in ApnUnthrottledIndication() method in DataService.ApnUnthrottledIndication
727 ApnUnthrottledIndication apnUnthrottledIndication = in handleMessage()
728 (ApnUnthrottledIndication) message.obj; in handleMessage()