Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DIDataServiceCallback.aidl37 void onDataProfileUnthrottled(in DataProfile dp); in onDataProfileUnthrottled() method
DDataServiceCallback.java296 public void onDataProfileUnthrottled(final @NonNull DataProfile dataProfile) { in onDataProfileUnthrottled() method in DataServiceCallback
300 mCallback.onDataProfileUnthrottled(dataProfile); in onDataProfileUnthrottled()
DDataService.java732 .onDataProfileUnthrottled(apnUnthrottledIndication.dataProfile); in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataRetryManager.java1141 onDataProfileUnthrottled(dataProfile, apn, transport, true, true);
1186 onDataProfileUnthrottled(dataProfile, null, transport, true, false);
1434 onDataProfileUnthrottled(dataProfile, apn, dataThrottlingEntry.transport, false, true);
1636 private void onDataProfileUnthrottled(@Nullable DataProfile dataProfile, @Nullable String apn,
DDataServiceManager.java347 public void onDataProfileUnthrottled(DataProfile dataProfile) { in onDataProfileUnthrottled() method in DataServiceManager.DataServiceCallbackWrapper
/frameworks/base/core/api/
Dsystem-current.txt15899 method public void onDataProfileUnthrottled(@NonNull android.telephony.data.DataProfile);