Loading src/com/android/bluetooth/opp/BluetoothOppService.java +2 −2 Original line number Diff line number Diff line Loading @@ -162,8 +162,8 @@ public class BluetoothOppService extends ProfileService implements IObexConnecti + BluetoothShare.USER_CONFIRMATION_PENDING; private static final String WHERE_INVISIBLE_UNCONFIRMED = "(" + BluetoothShare.STATUS + ">=" + BluetoothShare.STATUS_SUCCESS + " AND " + INVISIBLE + ") OR (" + WHERE_CONFIRM_PENDING_INBOUND + ")"; "(" + BluetoothShare.STATUS + " > " + BluetoothShare.STATUS_SUCCESS + " AND " + INVISIBLE + ") OR (" + WHERE_CONFIRM_PENDING_INBOUND + ")"; private static BluetoothOppService sBluetoothOppService; Loading Loading
src/com/android/bluetooth/opp/BluetoothOppService.java +2 −2 Original line number Diff line number Diff line Loading @@ -162,8 +162,8 @@ public class BluetoothOppService extends ProfileService implements IObexConnecti + BluetoothShare.USER_CONFIRMATION_PENDING; private static final String WHERE_INVISIBLE_UNCONFIRMED = "(" + BluetoothShare.STATUS + ">=" + BluetoothShare.STATUS_SUCCESS + " AND " + INVISIBLE + ") OR (" + WHERE_CONFIRM_PENDING_INBOUND + ")"; "(" + BluetoothShare.STATUS + " > " + BluetoothShare.STATUS_SUCCESS + " AND " + INVISIBLE + ") OR (" + WHERE_CONFIRM_PENDING_INBOUND + ")"; private static BluetoothOppService sBluetoothOppService; Loading