OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getProfilesCount
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Phone/src/com/android/phone/sip/
SipProfileDb.java
94
public int
getProfilesCount
() {
96
mSipSharedPreferences.
getProfilesCount
() : mProfilesCount;
SipSharedPreferences.java
77
public int
getProfilesCount
() {
/packages/apps/Phone/src/com/android/phone/
SipCallOptionHandler.java
201
if ((mSipProfileDb.
getProfilesCount
() > 0) || !isRegularCall) {
Completed in 126 milliseconds