Home
last modified time | relevance | path

Searched refs:getOption (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenRecordingAdapter.java52 private LinearLayout getOption(int label, int description) { in getOption() method in ScreenRecordingAdapter
81 return getOption(R.string.screenrecord_device_audio_label, in getDropDownView()
84 return getOption( in getDropDownView()
87 return getOption(R.string.screenrecord_mic_label, Resources.ID_NULL); in getDropDownView()
/aosp14/frameworks/base/core/java/android/net/
H A DLocalSocket.java256 return ((Integer) impl.getOption(SocketOptions.SO_RCVBUF)).intValue(); in getReceiveBufferSize()
264 return ((Integer) impl.getOption(SocketOptions.SO_TIMEOUT)).intValue(); in getSoTimeout()
272 return ((Integer) impl.getOption(SocketOptions.SO_SNDBUF)).intValue(); in getSendBufferSize()
H A DLocalSocketImpl.java414 public Object getOption(int optID) throws IOException in getOption() method in LocalSocketImpl
/aosp14/frameworks/base/media/java/android/media/tv/
H A DBroadcastInfoRequest.java133 public int getOption() { in getOption() method in BroadcastInfoRequest
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt25814 HSPLjava/net/AbstractPlainSocketImpl;->getOption(I)Ljava/lang/Object;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt26671 method public int getOption();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt32965 Landroid/net/LocalSocketImpl;->getOption(I)Ljava/lang/Object;