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
115
final ArrayMap<IBinder, ArrayList<
ConnectionRecord
>> mServiceConnections
116
= new ArrayMap<IBinder, ArrayList<
ConnectionRecord
>>();
680
ConnectionRecord
c = new
ConnectionRecord
(b, activity,
684
ArrayList<
ConnectionRecord
> clist = s.connections.get(binder);
686
clist = new ArrayList<
ConnectionRecord
>();
693
activity.connections = new HashSet<
ConnectionRecord
>();
703
clist = new ArrayList<
ConnectionRecord
>();
769
ArrayList<
ConnectionRecord
> clist = r.connections.valueAt(conni);
[
all
...]
ServiceRecord.java
81
final ArrayMap<IBinder, ArrayList<
ConnectionRecord
>> connections
82
= new ArrayMap<IBinder, ArrayList<
ConnectionRecord
>>();
83
// IBinder ->
ConnectionRecord
of all bound clients
291
ArrayList<
ConnectionRecord
> c = connections.valueAt(conni);
364
ArrayList<
ConnectionRecord
> cr = connections.valueAt(conni);
ProcessRecord.java
137
// All
ConnectionRecord
this process holds
138
final ArraySet<
ConnectionRecord
> connections
139
= new ArraySet<
ConnectionRecord
>();
466
ConnectionRecord
cr = connections.valueAt(i);
ActivityRecord.java
114
HashSet<
ConnectionRecord
> connections; // All
ConnectionRecord
we hold
[
all
...]
ActivityStack.java
[
all
...]
ActivityManagerService.java
[
all
...]
Completed in 109 milliseconds