Searched refs:getOption (Results 1 – 8 of 8) sorted by relevance
52 private LinearLayout getOption(int label, int description) { in getOption() method in ScreenRecordingAdapter81 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()
256 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()
414 public Object getOption(int optID) throws IOException in getOption() method in LocalSocketImpl
133 public int getOption() { in getOption() method in BroadcastInfoRequest
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
25814 HSPLjava/net/AbstractPlainSocketImpl;->getOption(I)Ljava/lang/Object;
26671 method public int getOption();
32965 Landroid/net/LocalSocketImpl;->getOption(I)Ljava/lang/Object;