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.java136 private final List<IDataServiceCallback> mApnUnthrottledCallbacks = new ArrayList<>(); field in DataService.DataServiceProvider
361 synchronized (mApnUnthrottledCallbacks) { in registerForApnUnthrottled()
362 mApnUnthrottledCallbacks.add(callback); in registerForApnUnthrottled()
367 synchronized (mApnUnthrottledCallbacks) { in unregisterForApnUnthrottled()
368 mApnUnthrottledCallbacks.remove(callback); in unregisterForApnUnthrottled()
395 synchronized (mApnUnthrottledCallbacks) { in notifyApnUnthrottled()
396 for (IDataServiceCallback callback : mApnUnthrottledCallbacks) { in notifyApnUnthrottled()