Searched refs:mIsHexInput (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java120 static private boolean mIsHexInput = true; field in class:GpsNetInitiatedHandler
569 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding),
570 decodeString(notif.text, mIsHexInput, notif.textEncoding));
585 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding),
586 decodeString(notif.text, mIsHexInput, notif.textEncoding));

Completed in 2001 milliseconds