OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothOppShareInfo
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBatch.java
75
private final ArrayList<
BluetoothOppShareInfo
> mShares;
84
* @param id ,
BluetoothOppShareInfo
.id
90
* @param id ,
BluetoothOppShareInfo
.id
103
* @param info,
BluetoothOppShareInfo
105
public BluetoothOppBatch(Context context,
BluetoothOppShareInfo
info) {
125
public void addShare(
BluetoothOppShareInfo
info) {
138
public void deleteShare(
BluetoothOppShareInfo
info) {
166
BluetoothOppShareInfo
info = mShares.get(i);
181
public boolean hasShare(
BluetoothOppShareInfo
info) {
206
* @return
BluetoothOppShareInfo
, for the first pending share, or null i
[
all
...]
BluetoothOppObexSession.java
73
void addShare(
BluetoothOppShareInfo
share);
BluetoothOppShareInfo.java
41
public class
BluetoothOppShareInfo
{
71
public
BluetoothOppShareInfo
(int id, Uri uri, String hint, String filename, String mimetype,
BluetoothOppTransfer.java
97
private
BluetoothOppShareInfo
mCurrentShare;
174
BluetoothOppShareInfo
info = (
BluetoothOppShareInfo
)msg.obj;
196
BluetoothOppShareInfo
info1 = (
BluetoothOppShareInfo
)msg.obj;
208
BluetoothOppShareInfo
info2 = (
BluetoothOppShareInfo
)msg.obj;
217
BluetoothOppShareInfo
info3 = (
BluetoothOppShareInfo
)msg.obj;
276
private void markShareTimeout(
BluetoothOppShareInfo
share)
[
all
...]
BluetoothOppService.java
100
private ArrayList<
BluetoothOppShareInfo
> mShares;
555
BluetoothOppShareInfo
info = new
BluetoothOppShareInfo
(
675
BluetoothOppShareInfo
info = mShares.get(arrayPos);
[
all
...]
BluetoothOppObexClientSession.java
109
public void addShare(
BluetoothOppShareInfo
share) {
129
private
BluetoothOppShareInfo
mInfo;
156
public void addShare(
BluetoothOppShareInfo
info) {
BluetoothOppObexServerSession.java
79
private
BluetoothOppShareInfo
mInfo;
160
public void addShare(
BluetoothOppShareInfo
info) {
Completed in 51 milliseconds