OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRemoveList
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
TelephonyRegistryMock.java
77
private final ArrayList<IBinder>
mRemoveList
= new ArrayList<IBinder>();
97
int size =
mRemoveList
.size();
99
for (IBinder b:
mRemoveList
) {
102
mRemoveList
.clear();
161
mRemoveList
.clear();
167
mRemoveList
.add(r.binder);
/frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java
128
private final ArrayList<IBinder>
mRemoveList
= new ArrayList<IBinder>();
437
mRemoveList
.clear();
446
mRemoveList
.add(r.binder);
711
mRemoveList
.add(r.binder);
746
mRemoveList
.add(r.binder);
[
all
...]
Completed in 698 milliseconds