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

/packages/apps/SecureElement/src/com/android/se/security/
H A DApduFilter.java102 public byte[] toBytes() { method in class:ApduFilter
H A DCommandApdu.java149 public byte[] toBytes() { method in class:CommandApdu
/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DUtil.java35 static byte[] toBytes(Object object) { method in class:Util
42 Log.w(TAG, "toBytes(): " + e + ": " + object);
H A DCredentialHelper.java120 outStates.putByteArray(CERTS_KEY, Util.toBytes(certs));
H A DCertInstaller.java306 byte[] bytes = Util.toBytes(map);
/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
H A DDataUsageUtilsTest.java86 mContext, DataUnit.GIBIBYTES.toBytes(1));
/packages/apps/SecureElement/src/com/android/se/security/ara/
H A DAccessRuleApplet.java158 byte[] response = mChannel.transmit(cmdApdu.toBytes());
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DExpressionDB.java519 return new RowData(badExpr.toBytes(), false, false, 0);
H A DCalculatorExpr.java427 public byte[] toBytes() { method in class:CalculatorExpr
H A DEvaluator.java1470 byte[] serializedExpr = ei.mExpr.toBytes();

Completed in 229 milliseconds