Searched refs:mRemoveList (Results 1 – 2 of 2) sorted by relevance
128 private final ArrayList<IBinder> mRemoveList = new ArrayList<IBinder>(); field in TelephonyRegistry437 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 …]
77 private final ArrayList<IBinder> mRemoveList = new ArrayList<IBinder>(); field in TelephonyRegistryMock97 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()