Searched refs:mApnUnthrottledCallbacks (Results 1 – 1 of 1) sorted by relevance
149 private final List<IDataServiceCallback> mApnUnthrottledCallbacks = new ArrayList<>(); field in DataService.DataServiceProvider382 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()