Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java128 private final ArrayList<IBinder> mRemoveList = new ArrayList<IBinder>(); field in TelephonyRegistry
437 mRemoveList.clear(); in notifySubscriptionInfoChanged()
446 mRemoveList.add(r.binder); in notifySubscriptionInfoChanged()
711 mRemoveList.add(r.binder); in notifyCallState()
746 mRemoveList.add(r.binder); in notifyCallStateForPhoneId()
786 mRemoveList.add(r.binder); in notifyServiceStateForPhoneId()
829 mRemoveList.add(r.binder); in notifySignalStrengthForPhoneId()
844 mRemoveList.add(r.binder); in notifySignalStrengthForPhoneId()
872 mRemoveList.add(r.binder); in notifyCarrierNetworkChange()
906 mRemoveList.add(r.binder); in notifyCellInfoForSubscriber()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java77 private final ArrayList<IBinder> mRemoveList = new ArrayList<IBinder>(); field in TelephonyRegistryMock
97 int size = mRemoveList.size(); in handleRemoveListLocked()
99 for (IBinder b: mRemoveList) { in handleRemoveListLocked()
102 mRemoveList.clear(); in handleRemoveListLocked()
161 mRemoveList.clear(); in notifySubscriptionInfoChanged()
167 mRemoveList.add(r.binder); in notifySubscriptionInfoChanged()