OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sipProfileList
(Results
1 - 3
of
3
) sorted by null
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipProfileDb.java
123
List<SipProfile>
sipProfileList
= Collections.synchronizedList(
128
if (dirs == null) return
sipProfileList
;
132
sipProfileList
.add(p);
134
mProfilesCount =
sipProfileList
.size();
135
return
sipProfileList
;
SipAccountRegistry.java
238
List<SipProfile>
sipProfileList
= profileDb.retrieveSipProfileList();
240
for (SipProfile profile :
sipProfileList
) {
SipUtil.java
204
List<SipProfile>
sipProfileList
= profileDb.retrieveSipProfileList();
205
for (SipProfile p :
sipProfileList
) {
Completed in 1744 milliseconds