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 576 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifTicker() 577 decodeString(notif.text, mIsHexInput, notif.textEncoding)); in getNotifTicker() 592 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifMessage() 593 decodeString(notif.text, mIsHexInput, notif.textEncoding)); in getNotifMessage()
|