OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetoothsap
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothSap.java
36
* <p>
BluetoothSap
is a proxy object for controlling the Bluetooth
38
* the
BluetoothSap
proxy object.
43
public final class
BluetoothSap
implements BluetoothProfile {
45
private static final String TAG = "
BluetoothSap
";
123
* Create a
BluetoothSap
proxy object.
125
/*package*/
BluetoothSap
(Context context, ServiceListener l) {
126
if (DBG) Log.d(TAG, "Create
BluetoothSap
proxy object");
163
* Other public functions of
BluetoothSap
will return default error
192
* Get the current state of the
BluetoothSap
service.
207
return
BluetoothSap
.STATE_ERROR
[
all
...]
BluetoothAdapter.java
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java
14
import android.bluetooth.
BluetoothSap
;
100
mState =
BluetoothSap
.STATE_DISCONNECTED;
278
setState(
BluetoothSap
.STATE_DISCONNECTED);
455
setState(state,
BluetoothSap
.RESULT_SUCCESS);
464
Intent intent = new Intent(
BluetoothSap
.ACTION_CONNECTION_STATE_CHANGED);
489
case
BluetoothSap
.STATE_CONNECTED:
491
setState(
BluetoothSap
.STATE_DISCONNECTED,
BluetoothSap
.RESULT_CANCELED);
505
if (mState ==
BluetoothSap
.STATE_CONNECTED && mRemoteDevice != null) {
535
if (getState() ==
BluetoothSap
.STATE_CONNECTED && getRemoteDevice().equals(device))
[
all
...]
SapServer.java
8
import android.bluetooth.
BluetoothSap
;
[
all
...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
SapProfile.java
22
import android.bluetooth.
BluetoothSap
;
41
private
BluetoothSap
mService;
63
mService = (
BluetoothSap
) proxy;
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java
34
import android.bluetooth.
BluetoothSap
;
121
} else if (
BluetoothSap
.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {
157
filter.addAction(
BluetoothSap
.ACTION_CONNECTION_STATE_CHANGED);
PhonePolicy.java
24
import android.bluetooth.
BluetoothSap
;
/prebuilts/misc/common/robolectric/lib/
android-all-6.0.0_r1-robolectric-0-sources.jar
Completed in 3687 milliseconds