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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommListener.java 63 private static final int CREATE_RETRY_TIME = 10;
115 for (int i = 0; i < CREATE_RETRY_TIME && !mInterrupted; i++) {
140 Log.e(TAG, "Error start listening after " + CREATE_RETRY_TIME + " try");
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 172 final int CREATE_RETRY_TIME = 10;
175 for (int i = 0; (i < CREATE_RETRY_TIME) && !mInterrupted; i++) {
216 Log.e(TAG, "Error to create listening socket after " + CREATE_RETRY_TIME + " try");
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 337 final int CREATE_RETRY_TIME = 10;
340 for (int i = 0; i < CREATE_RETRY_TIME && !mInterrupted; i++) {
383 Log.e(TAG, "Error to create listening socket after " + CREATE_RETRY_TIME + " try");

Completed in 508 milliseconds