Searched refs:onDataProfileUnthrottled (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/telephony/java/android/telephony/data/ |
D | IDataServiceCallback.aidl | 37 void onDataProfileUnthrottled(in DataProfile dp); in onDataProfileUnthrottled() method
|
D | DataServiceCallback.java | 296 public void onDataProfileUnthrottled(final @NonNull DataProfile dataProfile) { in onDataProfileUnthrottled() method in DataServiceCallback 300 mCallback.onDataProfileUnthrottled(dataProfile); in onDataProfileUnthrottled()
|
D | DataService.java | 732 .onDataProfileUnthrottled(apnUnthrottledIndication.dataProfile); in handleMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | DataRetryManager.java | 1141 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,
|
D | DataServiceManager.java | 347 public void onDataProfileUnthrottled(DataProfile dataProfile) { in onDataProfileUnthrottled() method in DataServiceManager.DataServiceCallbackWrapper
|
/frameworks/base/core/api/ |
D | system-current.txt | 15899 method public void onDataProfileUnthrottled(@NonNull android.telephony.data.DataProfile);
|