Searched refs:TelephonyDebugService (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DTelephonyDebugService.java32 public class TelephonyDebugService extends Service { class in inherits:Service
33 private static String TAG = "TelephonyDebugService";
38 public TelephonyDebugService() { method in class:TelephonyDebugService
39 if (DBG) Log.d(TAG, "TelephonyDebugService()");
H A DPhoneGlobals.java264 // Start TelephonyDebugService After the default phone is created.
265 Intent intent = new Intent(this, TelephonyDebugService.class);

Completed in 171 milliseconds