Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DDataService.java149 private final List<IDataServiceCallback> mApnUnthrottledCallbacks = new ArrayList<>(); field in DataService.DataServiceProvider
382 synchronized (mApnUnthrottledCallbacks) { in registerForApnUnthrottled()
383 mApnUnthrottledCallbacks.add(callback); in registerForApnUnthrottled()
388 synchronized (mApnUnthrottledCallbacks) { in unregisterForApnUnthrottled()
389 mApnUnthrottledCallbacks.remove(callback); in unregisterForApnUnthrottled()
453 synchronized (mApnUnthrottledCallbacks) { in notifyApnUnthrottled()
454 for (IDataServiceCallback callback : mApnUnthrottledCallbacks) { in notifyApnUnthrottled()
468 synchronized (mApnUnthrottledCallbacks) { in notifyDataProfileUnthrottled()
469 for (IDataServiceCallback callback : mApnUnthrottledCallbacks) { in notifyDataProfileUnthrottled()