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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommListener.java 65 private static final int CREATE_RETRY_TIME = 10;
117 for (int i = 0; i < CREATE_RETRY_TIME && !mInterrupted; i++) {
142 Log.e(TAG, "Error start listening after " + CREATE_RETRY_TIME + " try");
  /packages/apps/Bluetooth/src/com/android/bluetooth/
ObexServerSockets.java 111 final int CREATE_RETRY_TIME = 10;
114 for (int i = 0; i < CREATE_RETRY_TIME; i++) {
152 Log.e(STAG, "Error to create listening socket after " + CREATE_RETRY_TIME + " try");
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 370 final int CREATE_RETRY_TIME = 10;
373 for (int i = 0; i < CREATE_RETRY_TIME && !mInterrupted; i++) {
416 Log.e(TAG, "Error to create listening socket after " + CREATE_RETRY_TIME + " try");
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 139 final int CREATE_RETRY_TIME = 10;
142 for (int i = 0; i < CREATE_RETRY_TIME && !mInterrupted; i++) {
190 Log.e(TAG, "Error to create listening socket after " + CREATE_RETRY_TIME + " try");
    [all...]

Completed in 315 milliseconds