HomeSort by relevance Sort by last modified time
    Searched refs:TelephonyDebugService (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/phone/
TelephonyDebugService.java 32 public class TelephonyDebugService extends Service {
33 private static String TAG = "TelephonyDebugService";
38 public TelephonyDebugService() {
39 if (DBG) Log.d(TAG, "TelephonyDebugService()");
PhoneGlobals.java 264 // Start TelephonyDebugService After the default phone is created.
265 Intent intent = new Intent(this, TelephonyDebugService.class);
    [all...]

Completed in 453 milliseconds