OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConnectionRecord
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/services/java/com/android/server/am/
AppBindRecord.java
31
final HashSet<
ConnectionRecord
> connections = new HashSet<
ConnectionRecord
>();
32
// All
ConnectionRecord
for this client.
43
Iterator<
ConnectionRecord
> it = connections.iterator();
45
ConnectionRecord
c = it.next();
ConnectionRecord.java
28
final class
ConnectionRecord
{
47
ConnectionRecord
(AppBindRecord _binding, ActivityRecord _activity,
63
sb.append("
ConnectionRecord
{");
IntentBindRecord.java
85
for (
ConnectionRecord
conn : app.connections) {
ActiveServices.java
116
final ArrayMap<IBinder, ArrayList<
ConnectionRecord
>> mServiceConnections
117
= new ArrayMap<IBinder, ArrayList<
ConnectionRecord
>>();
607
ConnectionRecord
modCr) {
620
ArrayList<
ConnectionRecord
> clist = sr.connections.valueAt(conni);
622
ConnectionRecord
cr = clist.get(cri);
722
ConnectionRecord
c = new
ConnectionRecord
(b, activity,
726
ArrayList<
ConnectionRecord
> clist = s.connections.get(binder);
728
clist = new ArrayList<
ConnectionRecord
>();
735
activity.connections = new HashSet<
ConnectionRecord
>();
[
all
...]
ServiceRecord.java
81
final ArrayMap<IBinder, ArrayList<
ConnectionRecord
>> connections
82
= new ArrayMap<IBinder, ArrayList<
ConnectionRecord
>>();
83
// IBinder ->
ConnectionRecord
of all bound clients
292
ArrayList<
ConnectionRecord
> c = connections.valueAt(conni);
378
ArrayList<
ConnectionRecord
> cr = connections.valueAt(conni);
ProcessRecord.java
136
// All
ConnectionRecord
this process holds
137
final ArraySet<
ConnectionRecord
> connections
138
= new ArraySet<
ConnectionRecord
>();
464
ConnectionRecord
cr = connections.valueAt(i);
ActivityRecord.java
114
HashSet<
ConnectionRecord
> connections; // All
ConnectionRecord
we hold
[
all
...]
ActivityStack.java
[
all
...]
ActivityManagerService.java
[
all
...]
Completed in 3212 milliseconds