OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byteIntValue
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/java/com/android/incallui/
Log.java
132
int
byteIntValue
= bytes[i] & 0xff;
133
if (
byteIntValue
< 0x10) {
136
hex.append(Integer.toString(
byteIntValue
, 16));
/frameworks/base/telecomm/java/android/telecom/
Log.java
440
int
byteIntValue
= bytes[i] & 0xff;
441
if (
byteIntValue
< 0x10) {
444
hex.append(Integer.toString(
byteIntValue
, 16));
Completed in 41 milliseconds