/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipImageFormatTest.java | 33 BipImageFormat format = BipImageFormat.parseNative("JPEG", "1280*1024", null); in testParseNative_requiredOnly() local 46 BipImageFormat format = BipImageFormat.parseNative("JPEG", "1280*1024", "1048576"); in testParseNative_withSize() local 59 BipImageFormat format = BipImageFormat.parseVariant("JPEG", "1280*1024", null, null); in testParseVariant_requiredOnly() local 72 BipImageFormat format = BipImageFormat.parseVariant("JPEG", "1280*1024", "1048576", null); in testParseVariant_withMaxSize() local 91 BipImageFormat format = null; in testParseVariant_withTransformation() local 115 BipImageFormat format = null; in testParseVariant_allFields() local 148 BipImageFormat format = BipImageFormat.createNative( in testCreateNative_requiredOnly() local 162 BipImageFormat format = BipImageFormat.createNative( in testCreateNative_withSize() local 176 BipImageFormat format = BipImageFormat.createVariant( in testCreateVariant_requiredOnly() local 193 BipImageFormat format = BipImageFormat.createVariant( in testCreateVariant_withTransformations() local [all …]
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | Log.java | 43 public static void d(String prefix, String format, Object... args) { in d() 48 public static void d(Object objectPrefix, String format, Object... args) { in d() 53 public static void i(String prefix, String format, Object... args) { in i() 58 public static void i(Object objectPrefix, String format, Object... args) { in i() 63 public static void v(String prefix, String format, Object... args) { in v() 68 public static void v(Object objectPrefix, String format, Object... args) { in v() 73 public static void w(String prefix, String format, Object... args) { in w() 78 public static void w(Object objectPrefix, String format, Object... args) { in w() 83 public static void e(String prefix, Throwable tr, String format, Object... args) { in e() 88 public static void e(Object objectPrefix, Throwable tr, String format, Object... args) { in e() [all …]
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/ |
D | LogUtils.java | 156 public static void v(String tag, String format, Object... args) { in v() 172 public static void v(String tag, Throwable tr, String format, Object... args) { in v() 187 public static void d(String tag, String format, Object... args) { in d() 203 public static void d(String tag, Throwable tr, String format, Object... args) { in d() 218 public static void i(String tag, String format, Object... args) { in i() 234 public static void i(String tag, Throwable tr, String format, Object... args) { in i() 249 public static void w(String tag, String format, Object... args) { in w() 265 public static void w(String tag, Throwable tr, String format, Object... args) { in w() 280 public static void e(String tag, String format, Object... args) { in e() 296 public static void e(String tag, Throwable tr, String format, Object... args) { in e() [all …]
|
/packages/apps/TV/tuner/src/com/google/android/exoplayer/ |
D | MediaFormatUtil.java | 31 public static MediaFormat createMediaFormat(android.media.MediaFormat format) { in createMediaFormat() 89 private static String getOptionalStringV16(android.media.MediaFormat format, String key) { in getOptionalStringV16() 93 private static int getOptionalIntegerV16(android.media.MediaFormat format, String key) { in getOptionalIntegerV16()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/ |
D | DvrStorageManager.java | 88 private void readFormatInt(DataInputStream in, MediaFormat format, String key) in readFormatInt() 96 private void readFormatLong(DataInputStream in, MediaFormat format, String key) in readFormatLong() 104 private void readFormatFloat(DataInputStream in, MediaFormat format, String key) in readFormatFloat() 122 private void readFormatString(DataInputStream in, MediaFormat format, String key) in readFormatString() 130 private void readFormatStringOptional(DataInputStream in, MediaFormat format, String key) { in readFormatStringOptional() 155 private void readFormatByteBuffer(DataInputStream in, MediaFormat format, String key) in readFormatByteBuffer() 175 MediaFormat format = new MediaFormat(); in readTrackInfoFiles() local 264 private void writeFormatInt(DataOutputStream out, MediaFormat format, String key) in writeFormatInt() 273 private void writeFormatLong(DataOutputStream out, MediaFormat format, String key) in writeFormatLong() 282 private void writeFormatFloat(DataOutputStream out, MediaFormat format, String key) in writeFormatFloat() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipImageProperties.java | 93 public Builder addNativeFormat(BipImageFormat format) { in addNativeFormat() 104 public Builder addVariantFormat(BipImageFormat format) { in addVariantFormat() 115 public Builder addAttachment(BipAttachmentFormat format) { in addAttachment() 239 private void addNativeFormat(BipImageFormat format) { in addNativeFormat() 248 private void addVariantFormat(BipImageFormat format) { in addVariantFormat() 257 private void addAttachment(BipAttachmentFormat format) { in addAttachment()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | BluetoothPbapVcardList.java | 55 BluetoothPbapVcardList(Account account, InputStream in, byte format) throws IOException { in BluetoothPbapVcardList() 60 private void parse(InputStream in, byte format) throws IOException { in parse()
|
/packages/apps/DeskClock/src/com/android/deskclock/uidata/ |
D | FormattedStringModel.kt | 139 val format = SimpleDateFormat("ccccc", Locale.getDefault()) in getShortWeekday() constant 168 val format = SimpleDateFormat("EEEE", Locale.getDefault()) in getLongWeekday() constant
|
D | FormattedStringModel.java | 146 final SimpleDateFormat format = new SimpleDateFormat("ccccc", Locale.getDefault()); in getShortWeekday() local 175 final SimpleDateFormat format = new SimpleDateFormat("EEEE", Locale.getDefault()); in getLongWeekday() local
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/ |
D | JPEGOutputStream.java | 38 int format) { in JPEGOutputStream() 43 public boolean setConfig(int width, int height, int quality, int format) { in setConfig() 135 native private int setup(OutputStream out, int width, int height, int format, int quality); in setup()
|
D | JPEGInputStream.java | 39 public JPEGInputStream(InputStream in, int format) { in JPEGInputStream() 44 public boolean setConfig(int format) { in setConfig() 182 native private int setup(Point dimens, InputStream in, int format); in setup()
|
D | StreamUtils.java | 67 public static int pixelSize(int format) { in pixelSize()
|
/packages/apps/Camera2/src/com/android/camera/stats/profiler/ |
D | ProfileBase.java | 76 protected final String format(double totalMillis, String event) { in format() method in ProfileBase 88 protected final String format(double totalMillis, String event, String reason) { in format() method in ProfileBase 101 …protected final String format(double totalMillis, String event, double lastMillis, String reason) { in format() method in ProfileBase
|
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/ |
D | DateUtils.java | 41 String format = DateFormat.getBestDateTimePattern( in formatDate() local
|
/packages/apps/Car/Radio/src/com/android/car/radio/util/ |
D | Log.java | 41 public static int v(@Nullable String tag, @NonNull String format, @Nullable Object...args) { in v() 52 public static int d(@Nullable String tag, @NonNull String format, @Nullable Object...args) { in d()
|
/packages/apps/Car/Radio/src/com/android/car/radio/bands/ |
D | FMProgramType.java | 54 public String format(int leadingDigits) { in format() method in FMProgramType
|
/packages/apps/Dialer/java/com/android/dialer/i18n/ |
D | DialerBidiFormatter.java | 54 public static CharSequence format(@Nullable CharSequence text) { in format() method in DialerBidiFormatter
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/ |
D | AudioDecoder.java | 56 public void maybeInitDecoder(MediaFormat format) throws ExoPlaybackException { in maybeInitDecoder()
|
D | MediaCodecAudioDecoder.java | 74 private boolean shouldInitCodec(MediaFormat format) { in shouldInitCodec() 79 public void maybeInitDecoder(MediaFormat format) throws ExoPlaybackException { in maybeInitDecoder()
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
D | TextTime.java | 101 public void setFormat12Hour(CharSequence format) { in setFormat12Hour() 114 public void setFormat24Hour(CharSequence format) { in setFormat24Hour()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapAppParams.java | 857 SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd'T'HHmmss"); in getFilterPeriodBeginString() local 867 SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd'T'HHmmss"); in setFilterPeriodBegin() local 877 SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd'T'HHmmss"); in getFilterLastActivityBeginString() local 887 SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd'T'HHmmss"); in setFilterLastActivityBegin() local 901 SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd'T'HHmmss"); in getFilterLastActivityEndString() local 911 SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd'T'HHmmss"); in setFilterPeriodEnd() local 917 SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd'T'HHmmss"); in getFilterPeriodEndString() local 927 SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd'T'HHmmss"); in setFilterLastActivityEnd() local 1125 SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd'T'HHmmssZ"); in getLastActivityString() local 1135 SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd'T'HHmmssZ"); in setLastActivity() local [all …]
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
D | FrameBuffer.cpp | 24 bool FrameBuffer::Init(int width, int height, GLenum format) { in Init()
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
D | log_utils.cpp | 25 /* static */ void LogUtils::logToJava(JNIEnv *const env, const char *const format, ...) { in logToJava()
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
D | PgmImage.cpp | 29 PgmImage::PgmImage(int w, int h, int format) : in PgmImage() 83 void PgmImage::SetFormat(int format) in SetFormat()
|
/packages/apps/Contacts/src/com/android/contacts/datepicker/ |
D | TwoDigitFormatter.java | 35 public String format(int value) { in format() method in TwoDigitFormatter
|