Uses of Interface
android.util.Printer

Packages that use Printer
android.app   
android.app.admin   
android.content   
android.content.pm   
android.location   
android.os   
android.text   
android.util   
android.view.inputmethod   
 

Uses of Printer in android.app
 

Methods in android.app with parameters of type Printer
 void WallpaperInfo.dump(Printer pw, String prefix)
           
 void ApplicationErrorReport.dump(Printer pw, String prefix)
           
 void ApplicationErrorReport.CrashInfo.dump(Printer pw, String prefix)
           
 void ApplicationErrorReport.AnrInfo.dump(Printer pw, String prefix)
           
 void ApplicationErrorReport.BatteryInfo.dump(Printer pw, String prefix)
           
 void ApplicationErrorReport.RunningServiceInfo.dump(Printer pw, String prefix)
           
 

Uses of Printer in android.app.admin
 

Methods in android.app.admin with parameters of type Printer
 void DeviceAdminInfo.dump(Printer pw, String prefix)
           
 

Uses of Printer in android.content
 

Methods in android.content with parameters of type Printer
 void IntentFilter.dump(Printer du, String prefix)
           
 

Uses of Printer in android.content.pm
 

Methods in android.content.pm with parameters of type Printer
 void ServiceInfo.dump(Printer pw, String prefix)
           
 void ResolveInfo.dump(Printer pw, String prefix)
           
 void ApplicationInfo.dump(Printer pw, String prefix)
           
 void ActivityInfo.dump(Printer pw, String prefix)
           
protected  void ComponentInfo.dumpBack(Printer pw, String prefix)
           
protected  void PackageItemInfo.dumpBack(Printer pw, String prefix)
           
protected  void ComponentInfo.dumpFront(Printer pw, String prefix)
           
protected  void PackageItemInfo.dumpFront(Printer pw, String prefix)
           
 

Uses of Printer in android.location
 

Methods in android.location with parameters of type Printer
 void Location.dump(Printer pw, String prefix)
           
 

Uses of Printer in android.os
 

Methods in android.os with parameters of type Printer
 void Looper.dump(Printer pw, String prefix)
           
 void Handler.dump(Printer pw, String prefix)
           
 void Looper.setMessageLogging(Printer printer)
           
 

Uses of Printer in android.text
 

Methods in android.text with parameters of type Printer
static void TextUtils.dumpSpans(CharSequence cs, Printer printer, String prefix)
           
 

Uses of Printer in android.util
 

Classes in android.util that implement Printer
 class LogPrinter
           
 class PrintStreamPrinter
           
 class PrintWriterPrinter
           
 class StringBuilderPrinter
           
 

Uses of Printer in android.view.inputmethod
 

Methods in android.view.inputmethod with parameters of type Printer
 void InputMethodInfo.dump(Printer pw, String prefix)
           
 void EditorInfo.dump(Printer pw, String prefix)
           
 



Copyright © 2008-2012. All Rights Reserved.