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
741 mRemoveList.clear(); in notifySubscriptionInfoChanged()
750 mRemoveList.add(r.binder); in notifySubscriptionInfoChanged()
767 mRemoveList.clear(); in notifyOpportunisticSubscriptionInfoChanged()
777 mRemoveList.add(r.binder); in notifyOpportunisticSubscriptionInfoChanged()
1240 mRemoveList.add(r.binder); in notifyCallStateForAllSubs()
1274 mRemoveList.add(r.binder); in notifyCallState()
1328 mRemoveList.add(r.binder); in notifyServiceStateForPhoneId()
1392 mRemoveList.add(r.binder); in notifySimActivationStateChangedForPhoneId()
1433 mRemoveList.add(r.binder); in notifySignalStrengthForPhoneId()
[all …]