Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DTelephonyDebugService.java32 public class TelephonyDebugService extends Service { class
38 public TelephonyDebugService() { in TelephonyDebugService() method in TelephonyDebugService
DPhoneGlobals.java607 Intent intent = new Intent(this, TelephonyDebugService.class); in onCreate()