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