OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byteIntValue
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
Log.java
159
int
byteIntValue
= bytes[i] & 0xff;
160
if (
byteIntValue
< 0x10) {
163
hex.append(Integer.toString(
byteIntValue
, 16));
/packages/services/Telephony/src/com/android/services/telephony/
Log.java
153
int
byteIntValue
= bytes[i] & 0xff;
154
if (
byteIntValue
< 0x10) {
157
hex.append(Integer.toString(
byteIntValue
, 16));
/frameworks/base/telecomm/java/android/telecom/
Log.java
209
int
byteIntValue
= bytes[i] & 0xff;
210
if (
byteIntValue
< 0x10) {
213
hex.append(Integer.toString(
byteIntValue
, 16));
/packages/services/Telecomm/src/com/android/server/telecom/
Log.java
[
all
...]
Completed in 3759 milliseconds