OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TelephonyDebugService
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Phone/src/com/android/phone/
TelephonyDebugService.java
31
public class
TelephonyDebugService
extends Service {
32
private static String TAG = "
TelephonyDebugService
";
36
public
TelephonyDebugService
() {
37
Log.d(TAG, "
TelephonyDebugService
()");
PhoneGlobals.java
451
// Start
TelephonyDebugService
After the default phone is created.
452
Intent intent = new Intent(this,
TelephonyDebugService
.class);
[
all
...]
Completed in 797 milliseconds