OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SipService
(Results
1 - 6
of
6
) sorted by null
/frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java
63
public final class
SipService
extends ISipService.Stub {
64
static final String TAG = "
SipService
";
105
ServiceManager.addService("sip", new
SipService
(context));
112
private
SipService
(Context context) {
113
if (DBG) log("
SipService
: started!");
576
synchronized (
SipService
.this) {
652
synchronized (
SipService
.this) {
685
synchronized (
SipService
.this) {
700
synchronized (
SipService
.this) {
722
synchronized (
SipService
.this)
[
all
...]
SipWakeupTimer.java
38
private static final boolean DBG =
SipService
.DBG && false; // STOPSHIP if true
SipSessionGroup.java
240
if (DBG) log("close: " +
SipService
.obfuscateSipUri(mLocalProfile.getUriString()));
[
all
...]
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipBroadcastReceiver.java
31
import com.android.server.sip.
SipService
;
SipUtil.java
36
import com.android.server.sip.
SipService
;
175
* Migrates the DB files over from CE->DE storage and starts the
SipService
.
182
SipService
.start(phoneGlobalsContext);
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 81 milliseconds