OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugService
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Phone/src/com/android/phone/
TelephonyDebugService.java
19
import com.android.internal.telephony.
DebugService
;
33
private
DebugService
mDebugService = new
DebugService
();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DebugService.java
34
public class
DebugService
{
35
private static String TAG = "
DebugService
";
38
public
DebugService
() {
39
log("
DebugService
:");
53
pw.println("Telephony
DebugService
: Could not getDefaultPhone e=" + e);
59
pw.println("Telephony
DebugService
: Could not PhoneBase e=" + e);
123
Rlog.d(TAG, "
DebugService
" + s);
Completed in 27 milliseconds