Lines Matching refs:in

45     boolean setName(in String name);  in setName()
48 boolean setBluetoothClass(in BluetoothClass bluetoothClass); in setBluetoothClass()
70 boolean createBond(in BluetoothDevice device, in int transport, in OobData oobData); in createBond()
71 boolean cancelBondProcess(in BluetoothDevice device); in cancelBondProcess()
72 boolean removeBond(in BluetoothDevice device); in removeBond()
73 int getBondState(in BluetoothDevice device); in getBondState()
74 boolean isBondingInitiatedLocally(in BluetoothDevice device); in isBondingInitiatedLocally()
76 int getConnectionState(in BluetoothDevice device); in getConnectionState()
78 String getRemoteName(in BluetoothDevice device); in getRemoteName()
79 int getRemoteType(in BluetoothDevice device); in getRemoteType()
81 String getRemoteAlias(in BluetoothDevice device); in getRemoteAlias()
82 boolean setRemoteAlias(in BluetoothDevice device, in String name); in setRemoteAlias()
83 int getRemoteClass(in BluetoothDevice device); in getRemoteClass()
84 ParcelUuid[] getRemoteUuids(in BluetoothDevice device); in getRemoteUuids()
86 boolean fetchRemoteUuids(in BluetoothDevice device); in fetchRemoteUuids()
87 boolean sdpSearch(in BluetoothDevice device, in ParcelUuid uuid); in sdpSearch()
88 int getBatteryLevel(in BluetoothDevice device); in getBatteryLevel()
91 boolean setPin(in BluetoothDevice device, boolean accept, int len, in byte[] pinCode); in setPin()
92 boolean setPasskey(in BluetoothDevice device, boolean accept, int len, in byte[] in setPasskey()
94 boolean setPairingConfirmation(in BluetoothDevice device, boolean accept); in setPairingConfirmation()
96 int getPhonebookAccessPermission(in BluetoothDevice device); in getPhonebookAccessPermission()
97 boolean setSilenceMode(in BluetoothDevice device, boolean silence); in setSilenceMode()
98 boolean getSilenceMode(in BluetoothDevice device); in getSilenceMode()
99 boolean setPhonebookAccessPermission(in BluetoothDevice device, int value); in setPhonebookAccessPermission()
100 int getMessageAccessPermission(in BluetoothDevice device); in getMessageAccessPermission()
101 boolean setMessageAccessPermission(in BluetoothDevice device, int value); in setMessageAccessPermission()
102 int getSimAccessPermission(in BluetoothDevice device); in getSimAccessPermission()
103 boolean setSimAccessPermission(in BluetoothDevice device, int value); in setSimAccessPermission()
105 void registerCallback(in IBluetoothCallback callback); in registerCallback()
106 void unregisterCallback(in IBluetoothCallback callback); in unregisterCallback()
125 …boolean registerMetadataListener(in IBluetoothMetadataListener listener, in BluetoothDevice device… in registerMetadataListener()
126 boolean unregisterMetadataListener(in BluetoothDevice device); in unregisterMetadataListener()
127 boolean setMetadata(in BluetoothDevice device, in int key, in byte[] value); in setMetadata()
128 byte[] getMetadata(in BluetoothDevice device, in int key); in getMetadata()
138 oneway void requestActivityInfo(in ResultReceiver result); in requestActivityInfo()
143 boolean connectAllEnabledProfiles(in BluetoothDevice device); in connectAllEnabledProfiles()
144 boolean disconnectAllEnabledProfiles(in BluetoothDevice device); in disconnectAllEnabledProfiles()
146 boolean setActiveDevice(in BluetoothDevice device, in int profiles); in setActiveDevice()
150 boolean removeActiveDevice(in int profiles); in removeActiveDevice()