OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPrimaryAccount
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Phone/src/com/android/phone/sip/
SipSharedPreferences.java
57
public String
getPrimaryAccount
() {
SipSettings.java
111
mSipSharedPreferences.
getPrimaryAccount
());
114
+ " Primary:" + mSipSharedPreferences.
getPrimaryAccount
()
SipEditor.java
376
String primaryAccountUri = mSharedPreferences.
getPrimaryAccount
();
592
+ mSharedPreferences.
getPrimaryAccount
());
/packages/apps/Phone/src/com/android/phone/
SipBroadcastReceiver.java
123
mSipSharedPreferences.
getPrimaryAccount
())) {
SipCallOptionHandler.java
424
String primarySipUri = mSipSharedPreferences.
getPrimaryAccount
();
Completed in 611 milliseconds