Home
last modified time | relevance | path

Searched refs:getMaximumCallComposerPictureSize (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCallLogProvider.java763 < TelephonyManager.getMaximumCallComposerPictureSize()) { in allocateNewCallComposerPicture()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java596 public static @BytesLong long getMaximumCallComposerPictureSize() { in getMaximumCallComposerPictureSize() method in TelephonyManager
4400 if (size > getMaximumCallComposerPictureSize()) { in uploadCallComposerPicture()
4572 if (totalBytesRead > getMaximumCallComposerPictureSize()) { in uploadCallComposerPicture()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java7353 (int) TelephonyManager.getMaximumCallComposerPictureSize()); in uploadCallComposerPicture()
7379 if (totalBytesRead > TelephonyManager.getMaximumCallComposerPictureSize()) { in uploadCallComposerPicture()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt42720 method public static long getMaximumCallComposerPictureSize();