Searched refs:CREATE_RETRY_TIME (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppRfcommListener.java65 private static final int CREATE_RETRY_TIME = 10; field in class:BluetoothOppRfcommListener
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/
H A DObexServerSockets.java111 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/
H A DBluetoothPbapService.java370 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");
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java139 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");

Completed in 72 milliseconds