Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DDataService.java138 private final List<IDataServiceCallback> mApnUnthrottledCallbacks = new ArrayList<>(); field in DataService.DataServiceProvider
371 synchronized (mApnUnthrottledCallbacks) { in registerForApnUnthrottled()
372 mApnUnthrottledCallbacks.add(callback); in registerForApnUnthrottled()
377 synchronized (mApnUnthrottledCallbacks) { in unregisterForApnUnthrottled()
378 mApnUnthrottledCallbacks.remove(callback); in unregisterForApnUnthrottled()
405 synchronized (mApnUnthrottledCallbacks) { in notifyApnUnthrottled()
406 for (IDataServiceCallback callback : mApnUnthrottledCallbacks) { in notifyApnUnthrottled()
420 synchronized (mApnUnthrottledCallbacks) { in notifyDataProfileUnthrottled()
421 for (IDataServiceCallback callback : mApnUnthrottledCallbacks) { in notifyDataProfileUnthrottled()