OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytesToHexOrQuotedString
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
NativeUtil.java
248
public static String
bytesToHexOrQuotedString
(ArrayList<Byte> bytes) {
289
return
bytesToHexOrQuotedString
(ssidBytes);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStaNetworkHal.java
203
config.wepKeys[i] = NativeUtil.
bytesToHexOrQuotedString
(mWepKey);
[
all
...]
Completed in 262 milliseconds