OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
148
final int
CREATE_RETRY_TIME
= 10;
151
for (int i = 0; i <
CREATE_RETRY_TIME
&& !mInterrupted; i++) {
191
Log.e(TAG, "Error to create listening socket after " +
CREATE_RETRY_TIME
+ " try");
[
all
...]
Completed in 244 milliseconds