HomeSort by relevance Sort by last modified time
    Searched refs:initSocket (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/java/util/logging/
SocketHandler.java 78 initSocket(LogManager.getLogManager().getProperty(
100 initSocket(host, String.valueOf(port));
104 private void initSocket(String host, String port) throws IOException {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 366 private final boolean initSocket() {
367 if (VERBOSE) Log.v(TAG, "Pbap Service initSocket");
448 // exit initSocket early
580 if (!initSocket()) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 135 private final boolean initSocket() {
136 if (VERBOSE) Log.v(TAG, "Sap Service initSocket");
221 // exit initSocket early
315 if (!initSocket()) {
    [all...]

Completed in 257 milliseconds