OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sipProfileList
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Phone/src/com/android/phone/sip/
SipProfileDb.java
106
List<SipProfile>
sipProfileList
= Collections.synchronizedList(
111
if (dirs == null) return
sipProfileList
;
120
sipProfileList
.add(p);
125
mProfilesCount =
sipProfileList
.size();
127
return
sipProfileList
;
SipSettings.java
230
List<SipProfile>
sipProfileList
= mProfileDb.retrieveSipProfileList();
231
for (SipProfile p :
sipProfileList
) {
Completed in 2186 milliseconds