Home
last modified time | relevance | path

Searched refs:BufferType (Results 1 – 20 of 20) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/
DFdEventsReader.java74 public abstract class FdEventsReader<BufferType> {
83 private final BufferType mBuffer;
95 protected FdEventsReader(@NonNull Handler h, @NonNull BufferType buffer) { in FdEventsReader()
130 protected abstract int recvBufSize(@NonNull BufferType buffer); in recvBufSize()
162 protected abstract int readPacket(@NonNull FileDescriptor fd, @NonNull BufferType buffer) in readPacket()
170 protected void handlePacket(@NonNull BufferType recvbuf, int length) {} in handlePacket()
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DFdEventsReader.java71 public abstract class FdEventsReader<BufferType> {
81 private final BufferType mBuffer;
93 protected FdEventsReader(@NonNull Handler h, @NonNull BufferType buffer) { in FdEventsReader()
128 protected abstract int recvBufSize(@NonNull BufferType buffer); in recvBufSize()
160 protected abstract int readPacket(@NonNull FileDescriptor fd, @NonNull BufferType buffer) in readPacket()
168 protected void handlePacket(@NonNull BufferType recvbuf, int length) {} in handlePacket()
/packages/services/DeviceAsWebcam/jni/
DBuffer.h34 enum BufferType { enum
82 virtual BufferType getBufferType() = 0;
105 BufferType getBufferType() override { return BufferType::V4L2; } in getBufferType()
/packages/apps/Settings/src/com/android/settings/
DLinkifyUtils.java25 import android.widget.TextView.BufferType;
65 textView.setText(text.toString(), BufferType.SPANNABLE); in linkify()
/packages/services/Telephony/testapps/SmsManagerTestApp/src/com/android/phone/testapps/smsmanagertestapp/
DSmsManagerTestApp.java96 mPhoneNumber.setText(getPhoneNumber(), TextView.BufferType.NORMAL); in onResume()
123 mPhoneNumber.setText(getPhoneNumber(), TextView.BufferType.NORMAL); in onRequestPermissionsResult()
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DDeletionHelperActivity.java34 import android.widget.TextView.BufferType;
70 emptyStateLink.setText(linkText, BufferType.SPANNABLE); in onCreate()
/packages/apps/Dialer/java/com/android/dialer/widget/
DBidiTextView.java37 public void setText(CharSequence text, BufferType type) { in setText()
/packages/apps/DeskClock/src/com/android/deskclock/widget/
DAutoSizingTextClock.kt57 override fun setText(text: CharSequence, type: BufferType) { in setText()
/packages/apps/Messaging/src/com/android/messaging/ui/
DPlainTextEditText.java76 setText(text.toString(), BufferType.EDITABLE); in onTextContextMenuItem()
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutTextView.java81 public void setText(CharSequence text, BufferType type) { in setText()
/packages/apps/Contacts/tests/src/com/android/contacts/list/
DContactListItemViewTest.java116 view.getNameTextView().setText("", TextView.BufferType.SPANNABLE); in createView()
/packages/apps/Launcher3/src/com/android/launcher3/
DExtendedEditText.java158 public void setText(CharSequence text, BufferType type) { in setText()
/packages/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/
DAbstractSampleActivity.java144 TextView.BufferType.EDITABLE); in setupBackgroundColorControls()
/packages/apps/Stk/src/com/android/stk/
DStkInputActivity.java44 import android.widget.TextView.BufferType;
495 mTextIn.setText("", BufferType.EDITABLE);
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DGridDirectoryHolder.java141 TextView.BufferType.SPANNABLE); in bind()
DGridDocumentHolder.java207 mTitle.setText(mDoc.displayName, TextView.BufferType.SPANNABLE); in bind()
DListDocumentHolder.java248 mTitle.setText(mDoc.displayName, TextView.BufferType.SPANNABLE); in bind()
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
DCitySelectionActivity.kt319 holder.name.setText(city.name, TextView.BufferType.SPANNABLE) in getView()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DUtilsTest.java202 editText.setText(text, TextView.BufferType.EDITABLE); in setEditTextCursorPosition_shouldGetExpectedEditTextLenght()
/packages/apps/Browser2/src/org/chromium/webview_shell/
DWebViewBrowserActivity.java640 mUrlBar.setText(url, TextView.BufferType.EDITABLE); in setUrlBarText()