Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java217 private final ArrayList<IBinder> mRemoveList = new ArrayList<IBinder>(); field in TelephonyRegistry
737 mRemoveList.clear(); in notifySubscriptionInfoChanged()
746 mRemoveList.add(r.binder); in notifySubscriptionInfoChanged()
763 mRemoveList.clear(); in notifyOpportunisticSubscriptionInfoChanged()
773 mRemoveList.add(r.binder); in notifyOpportunisticSubscriptionInfoChanged()
1236 mRemoveList.add(r.binder); in notifyCallStateForAllSubs()
1270 mRemoveList.add(r.binder); in notifyCallState()
1324 mRemoveList.add(r.binder); in notifyServiceStateForPhoneId()
1388 mRemoveList.add(r.binder); in notifySimActivationStateChangedForPhoneId()
1429 mRemoveList.add(r.binder); in notifySignalStrengthForPhoneId()
[all …]