Home
last modified time | relevance | path

Searched defs:onDataProfileUnthrottled (Results 1 – 3 of 3) 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
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataServiceManager.java347 public void onDataProfileUnthrottled(DataProfile dataProfile) { in onDataProfileUnthrottled() method in DataServiceManager.DataServiceCallbackWrapper