Searched defs:listen (Results 1 - 8 of 8) sorted by relevance
/frameworks/base/obex/javax/obex/ |
H A D | ObexTransport.java | 60 void listen() throws IOException; method in interface:ObexTransport
|
H A D | ServerOperation.java | 100 * @param listen the listener that is responding to the request 104 ServerRequestHandler listen) throws IOException { 115 mListener = listen; 103 ServerOperation(ServerSession p, InputStream in, int request, int maxSize, ServerRequestHandler listen) argument
|
/frameworks/base/media/java/android/media/ |
H A D | RemoteDisplay.java | 69 public static RemoteDisplay listen(String iface, Listener listener, Handler handler) { method in class:RemoteDisplay
|
/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGatt.java | 697 * Starts or stops sending of advertisement packages to listen for connection 704 /*package*/ void listen(boolean start) { method in class:BluetoothGatt 707 throw new UnsupportedOperationException("BluetoothGatt#listen is blocked"); 709 if (DBG) Log.d(TAG, "listen() - start: " + start);
|
/frameworks/base/core/java/android/net/ |
H A D | LocalSocketImpl.java | 212 * but the caller can verify socket state by calling listen(). 306 protected void listen(int backlog) throws IOException method in class:LocalSocketImpl
|
/frameworks/base/services/java/com/android/server/ |
H A D | TelephonyRegistry.java | 190 public void listen(String pkgForDebug, IPhoneStateListener callback, int events, method in class:TelephonyRegistry 195 Slog.d(TAG, "listen: E pkg=" + pkgForDebug + " events=0x" + Integer.toHexString(events) 221 if (DBG) Slog.i(TAG, "listen: add new record=" + r); 258 if (DBG_LOC) Slog.d(TAG, "listen: mCellLocation=" + mCellLocation); 302 if (DBG_LOC) Slog.d(TAG, "listen: mCellInfo=" + mCellInfo);
|
/frameworks/base/telephony/java/android/telephony/ |
H A D | TelephonyManager.java | 1273 public void listen(PhoneStateListener listener, int events) { method in class:TelephonyManager 1277 sRegistry.listen(pkgForDebug, listener.callback, events, notifyNow);
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
H A D | WifiP2pManager.java | 71 * Applications can listen to {@link #WIFI_P2P_DISCOVERY_CHANGED_ACTION} to know if a peer-to-peer 988 public void listen(Channel c, boolean enable, ActionListener listener) { method in class:WifiP2pManager
|
Completed in 218 milliseconds