Searched defs:listen (Results 1 - 11 of 11) sorted by path

/frameworks/base/core/java/android/net/
H A DLocalSocketImpl.java217 * but the caller can verify socket state by calling listen().
311 protected void listen(int backlog) throws IOException method in class:LocalSocketImpl
317 Os.listen(fd, backlog);
/frameworks/base/media/java/android/media/
H A DRemoteDisplay.java71 public static RemoteDisplay listen(String iface, Listener listener, Handler handler, method in class:RemoteDisplay
/frameworks/base/obex/javax/obex/
H A DObexTransport.java60 void listen() throws IOException; method in interface:ObexTransport
H A DServerOperation.java122 * @param listen the listener that is responding to the request
126 ServerRequestHandler listen) throws IOException {
137 mListener = listen;
125 ServerOperation(ServerSession p, InputStream in, int request, int maxSize, ServerRequestHandler listen) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeService.java314 private void listenForPulseSignals(boolean listen) { argument
315 if (DEBUG) Log.d(mTag, "listenForPulseSignals: " + listen);
317 s.setListening(listen);
319 listenForBroadcasts(listen);
320 listenForNotifications(listen);
332 private void listenForBroadcasts(boolean listen) { argument
333 if (listen) {
356 private void listenForNotifications(boolean listen) { argument
357 if (listen) {
478 public void setListening(boolean listen) { argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java357 log("listen oscl: E pkg=" + callingPackage + " myUserId=" + UserHandle.myUserId()
394 if (DBG) log("listen oscl: add new record");
403 log("listen oscl: Register r=" + r);
408 if (VDBG) log("listen oscl: send to r=" + r);
410 if (VDBG) log("listen oscl: sent to r=" + r);
412 if (VDBG) log("listen oscl: remote exception sending to r=" + r + " e=" + e);
416 log("listen oscl: hasNotifySubscriptionInfoChangedOccurred==false no callback");
424 if (DBG) log("listen oscl: Unregister");
455 public void listen(String pkgForDebug, IPhoneStateListener callback, int events, method in class:TelephonyRegistry
464 listen(pkgForDebu
467 private void listen(String callingPackage, IPhoneStateListener callback, int events, method in class:TelephonyRegistry
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java2991 public void listen(PhoneStateListener listener, int events) { method in class:TelephonyManager
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java65 * Applications can listen to {@link #WIFI_P2P_DISCOVERY_CHANGED_ACTION} to know if a peer-to-peer
1037 public void listen(Channel c, boolean enable, ActionListener listener) { method in class:WifiP2pManager
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapRfcommTransport.java42 public void listen() throws IOException { method in class:BluetoothMapRfcommTransport
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DTelephonyRegistryMock.java141 //log("listen oscl: hasNotifySubscriptionInfoChangedOccurred==false no callback");
176 public void listen(String pkg, IPhoneStateListener callback, int events, boolean notifyNow) { method in class:TelephonyRegistryMock
/frameworks/support/compat/ics/android/support/v4/net/
H A DDatagramSocketWrapper.java91 protected void listen(int backlog) throws IOException { method in class:DatagramSocketWrapper.DatagramSocketImplWrapper

Completed in 740 milliseconds