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