Home
last modified time | relevance | path

Searched refs:PAD (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DBase64.java31 static final byte PAD = (byte) '='; field in Base64
88 while (base64Data[lastData - 1] == PAD) { in decodeBase64()
104 if (marker0 != PAD && marker1 != PAD) { in decodeBase64()
113 } else if (marker0 == PAD) { in decodeBase64()
116 } else if (marker1 == PAD) { in decodeBase64()
136 if (octect == PAD) { in isBase64()
/aosp14/frameworks/base/data/keyboards/
H A DVendor_0583_Product_2060.kl15 # ION GO PAD
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DSignalDrawable.java52 private static final float PAD = 2f / VIEWPORT; field in SignalDrawable
202 final float padding = Math.round(PAD * width); in draw()