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

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DWifiConfigurationHelper.java74 if (isHex(password, 10) || isHex(password, 26) || isHex(password, 58)) {
96 if (isHex(password, 64)) {
358 public static boolean isHex(String input, int length) { method in class:WifiConfigurationHelper
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiAssociationTest.java118 assertTrue(WifiConfigurationHelper.isHex(password, 10));
125 assertTrue(WifiConfigurationHelper.isHex(password, 26));
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java436 static byte[] stringToByteArray(String original, boolean isHex) argument
438 int length = isHex ? original.length() / 2 : original.length();
442 if (isHex)
524 * @param isHex Specifies whether the content of the string has been encoded as a Hex string. Encoding
530 * set to -1, and <code> isHex </code> can be false.
533 static private String decodeString(String original, boolean isHex, int coding) argument
536 byte[] input = stringToByteArray(original, isHex);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4878 bool isHex; local
4880 isHex = true;
4905 isHex = false;
4932 isHex ? outValue->TYPE_INT_HEX : outValue->TYPE_INT_DEC;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 124 milliseconds