Home
last modified time | relevance | path

Searched defs:write (Results 1 – 25 of 107) sorted by relevance

12345

/packages/apps/Camera2/src/com/android/camera/stats/profiler/
DProfilers.java125 public void write(String message) { in write() method in Profilers.DebugWriter
132 public void write(String message) { in write() method in Profilers.ErrorWriter
139 public void write(String message) { in write() method in Profilers.InfoWriter
146 public void write(String message) { in write() method in Profilers.VerboseWriter
153 public void write(String message) { in write() method in Profilers.WarningWriter
DWriter.java26 public void write(String message); in write() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothOutputStream.java54 public void write(int oneByte) throws IOException { in write() method in BluetoothOutputStream
72 public void write(byte[] b, int offset, int count) throws IOException { in write() method in BluetoothOutputStream
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utility/
DCountingOutputStream.java38 public void write(byte[] buffer, int offset, int count) throws IOException { in write() method in CountingOutputStream
44 public void write(int oneByte) throws IOException { in write() method in CountingOutputStream
DEOLConvertingOutputStream.java30 public void write(int oneByte) throws IOException { in write() method in EOLConvertingOutputStream
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DInterruptableOutputStream.java37 public void write(int oneByte) throws IOException { in write() method in InterruptableOutputStream
43 public void write(byte[] buffer, int offset, int count) throws IOException { in write() method in InterruptableOutputStream
/packages/apps/Dialer/java/com/android/voicemail/impl/utils/
DIndentingPrintWriter.java88 public void write(int c) { in write() method in IndentingPrintWriter
94 public void write(String s, int off, int len) { in write() method in IndentingPrintWriter
101 public void write(char[] buf, int offset, int count) { in write() method in IndentingPrintWriter
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
DJPEGOutputStream.java80 public void write(byte[] buffer, int offset, int length) throws IOException { in write() method in JPEGOutputStream
116 public void write(byte[] buffer) throws IOException { in write() method in JPEGOutputStream
121 public void write(int oneByte) throws IOException { in write() method in JPEGOutputStream
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DIndentingPrintWriter.java147 public void write(int c) { in write() method in IndentingPrintWriter
153 public void write(@NonNull String s, int off, int len) { in write() method in IndentingPrintWriter
160 public void write(@NonNull char[] buf, int offset, int count) { in write() method in IndentingPrintWriter
/packages/services/Car/car-lib/src/com/android/car/internal/util/
DIndentingPrintWriter.java184 public void write(int c) { in write() method in IndentingPrintWriter
190 public void write(@NonNull String s, int off, int len) { in write() method in IndentingPrintWriter
197 public void write(@NonNull char[] buf, int offset, int count) { in write() method in IndentingPrintWriter
/packages/modules/Connectivity/service/src/com/android/server/net/
DDelayedDiskWrite.java86 public void write(final String filePath, final Writer w) { in write() method in DelayedDiskWrite
93 public void write(final String filePath, final Writer w, final boolean open) { in write() method in DelayedDiskWrite
/packages/apps/Nfc/src/com/android/nfc/echoserver/
DEchoServer.java77 public void write(byte[] data); in write() method
252 public void write(byte[] data) { in write() method in EchoServer.ServerThread
344 public void write(byte[] data) { in write() method in EchoServer.ConnectionlessServerThread
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/analytics/
DInstantMetricsWriter.java26 public void write(DevicePolicyEventLogger... loggers) { in write() method in InstantMetricsWriter
DMetricsWriter.java25 void write(DevicePolicyEventLogger... logger); in write() method
/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetConfigStore.java118 public void write(String iface, IpConfiguration config) { in write() method in EthernetConfigStore
127 void write(String iface, IpConfiguration config, String filepath) { in write() method in EthernetConfigStore
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/simulator_app/src/android/nearby/fastpair/provider/simulator/testing/
DStreamIOHandler.java42 void write(ByteString output) throws IOException; in write() method
/packages/apps/Gallery2/jni_jpegstream/src/
Doutputstream_wrapper.cpp22 int32_t OutputStreamWrapper::write(int32_t length, int32_t offset) { in write() function in OutputStreamWrapper
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDurable.java26 public void write(DataOutputStream out) throws IOException; in write() method
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/helpers/utils/
DIOUtils.java32 public static void write(OutputStream os, byte[] data) throws IOException { in write() method in IOUtils
/packages/modules/NetworkStack/src/com/android/networkstack/metrics/
DDataStallStatsUtils.java64 public static void write(@NonNull final DataStallDetectionStats stats, in write() method in DataStallStatsUtils
/packages/apps/Camera2/src/com/android/camera/exif/
DExifOutputStream.java118 public void write(byte[] buffer, int offset, int length) throws IOException { in write() method in ExifOutputStream
196 public void write(int oneByte) throws IOException { in write() method in ExifOutputStream
205 public void write(byte[] buffer) throws IOException { in write() method in ExifOutputStream
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifOutputStream.java119 public void write(byte[] buffer, int offset, int length) throws IOException { in write() method in ExifOutputStream
197 public void write(int oneByte) throws IOException { in write() method in ExifOutputStream
206 public void write(byte[] buffer) throws IOException { in write() method in ExifOutputStream
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifOutputStream.java118 public void write(byte[] buffer, int offset, int length) throws IOException { in write() method in ExifOutputStream
196 public void write(int oneByte) throws IOException { in write() method in ExifOutputStream
205 public void write(byte[] buffer) throws IOException { in write() method in ExifOutputStream
/packages/apps/Settings/src/com/android/settings/spa/core/instrumentation/
DSpaLogProvider.kt48 private fun write(data: SpaLogData) { in write() method
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/utils/
DMetricsLogger.java44 public void write(int appId, int appResult) { in write() method in MetricsLogger

12345