Searched refs:mIsHexInput (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 117 static private boolean mIsHexInput = true; field in GpsNetInitiatedHandler 565 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifTicker() 566 decodeString(notif.text, mIsHexInput, notif.textEncoding)); in getNotifTicker() 581 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifMessage() 582 decodeString(notif.text, mIsHexInput, notif.textEncoding)); in getNotifMessage()
|
/frameworks/base/config/ |
D | hiddenapi-greylist.txt | 723 Lcom/android/internal/location/GpsNetInitiatedHandler;->mIsHexInput:Z
|