Searched refs:mIsHexInput (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 119 static private boolean mIsHexInput = true; field in GpsNetInitiatedHandler 570 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifTicker() 571 decodeString(notif.text, mIsHexInput, notif.textEncoding)); in getNotifTicker() 586 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifMessage() 587 decodeString(notif.text, mIsHexInput, notif.textEncoding)); in getNotifMessage()
|