Searched refs:mComponentCallbacks (Results 1 – 3 of 3) sorted by relevance
42 private List<ComponentCallbacks> mComponentCallbacks; field in ComponentCallbacksController53 if (mComponentCallbacks == null) { in registerCallbacks()54 mComponentCallbacks = new ArrayList<>(); in registerCallbacks()56 mComponentCallbacks.add(callbacks); in registerCallbacks()67 if (mComponentCallbacks == null || mComponentCallbacks.isEmpty()) { in unregisterCallbacks()70 mComponentCallbacks.remove(callbacks); in unregisterCallbacks()80 if (mComponentCallbacks != null) { in clearCallbacks()81 mComponentCallbacks.clear(); in clearCallbacks()117 if (mComponentCallbacks == null || mComponentCallbacks.isEmpty()) { in forAllComponentCallbacks()120 callbacksArray = new ComponentCallbacks[mComponentCallbacks.size()]; in forAllComponentCallbacks()[all …]
127 final ComponentCallbacks mComponentCallbacks = new ComponentCallbacks() { field in MenuInfoRepository266 mContext.registerComponentCallbacks(mComponentCallbacks); in registerObserversAndCallbacks()278 mContext.unregisterComponentCallbacks(mComponentCallbacks); in unregisterObserversAndCallbacks()
102 mMenuInfoRepository.mComponentCallbacks.onConfigurationChanged(configuration); in localeChange_verifyTargetFeaturesChanged()