Searched refs:mIsHexInput (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/location/java/com/android/internal/location/ |
H A D | GpsNetInitiatedHandler.java | 115 static private boolean mIsHexInput = true; field in GpsNetInitiatedHandler 585 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifTicker() 586 decodeString(notif.text, mIsHexInput, notif.textEncoding)); in getNotifTicker() 601 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifMessage() 602 decodeString(notif.text, mIsHexInput, notif.textEncoding)); in getNotifMessage()
|