OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dumpHexString
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DrmReceiver.java
44
Log.d(LOG_TAG, HexDump.
dumpHexString
(header));
46
Log.d(LOG_TAG, HexDump.
dumpHexString
(body));
ReceiverActivity.java
45
Log.d(LOG_TAG, HexDump.
dumpHexString
(header));
47
Log.d(LOG_TAG, HexDump.
dumpHexString
(body));
ReceiverService.java
54
Log.d(LOG_TAG, HexDump.
dumpHexString
(header));
56
Log.d(LOG_TAG, HexDump.
dumpHexString
(body));
WapPushTest.java
[
all
...]
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
HexDump.java
23
public static String
dumpHexString
(byte[] array)
25
return
dumpHexString
(array, 0, array.length);
28
public static String
dumpHexString
(byte[] array, int offset, int length)
/frameworks/base/core/java/com/android/internal/util/
HexDump.java
24
public static String
dumpHexString
(byte[] array)
26
return
dumpHexString
(array, 0, array.length);
29
public static String
dumpHexString
(byte[] array, int offset, int length)
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlWireAdapter.java
78
debug(HexDump.
dumpHexString
(outerMessage.serializeToByteArray()));
133
debug(HexDump.
dumpHexString
(message.serializeToByteArray()));
/frameworks/base/services/net/java/android/net/dhcp/
DhcpClient.java
370
Log.d(TAG, HexDump.
dumpHexString
(mPacket, 0, length));
[
all
...]
/frameworks/base/core/java/android/os/
StrictMode.java
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 951 milliseconds