/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferActivityTest.java | 105 new CursorMockData(BluetoothShare._ID, 0, idValue), in setUp() 106 new CursorMockData(BluetoothShare.MIMETYPE, 5, fileTypeValue), in setUp() 107 new CursorMockData(BluetoothShare.TIMESTAMP, 6, timestampValue), in setUp() 108 new CursorMockData(BluetoothShare.DESTINATION, 7, destinationValue), in setUp() 109 new CursorMockData(BluetoothShare._DATA, 8, null), in setUp() 110 new CursorMockData(BluetoothShare.FILENAME_HINT, 9, null), in setUp() 112 BluetoothShare.URI, 10, "content://textfile.txt"), in setUp() 114 BluetoothShare.USER_CONFIRMATION, in setUp() 116 BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED))); in setUp() 134 new CursorMockData(BluetoothShare.STATUS, 1, BluetoothShare.STATUS_PENDING)); in onCreate_showSendOnGoingDialog() [all …]
|
D | BluetoothOppNotificationTest.java | 130 int dir = BluetoothShare.DIRECTION_INBOUND; in updateActiveNotification() 134 int status = BluetoothShare.STATUS_RUNNING; in updateActiveNotification() 135 int confirmation = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in updateActiveNotification() 136 int confirmationHandoverInitiated = BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED; in updateActiveNotification() 141 BluetoothShare.TIMESTAMP, in updateActiveNotification() 142 BluetoothShare.DIRECTION, in updateActiveNotification() 143 BluetoothShare._ID, in updateActiveNotification() 144 BluetoothShare.TOTAL_BYTES, in updateActiveNotification() 145 BluetoothShare.CURRENT_BYTES, in updateActiveNotification() 146 BluetoothShare._DATA, in updateActiveNotification() [all …]
|
D | BluetoothOppReceiverTest.java | 166 BluetoothShare.USER_CONFIRMATION_CONFIRMED, in onReceive_withActionAccept_updatesContents() 167 arg.get(BluetoothShare.USER_CONFIRMATION))), in onReceive_withActionAccept_updatesContents() 186 BluetoothShare.USER_CONFIRMATION_DENIED, in onReceive_withActionDecline_updatesContents() 187 arg.get(BluetoothShare.USER_CONFIRMATION))), in onReceive_withActionDecline_updatesContents() 207 intended(hasExtra(Constants.EXTRA_DIRECTION, BluetoothShare.DIRECTION_OUTBOUND)); in onReceive_withActionOutboundTransfer_startsTransferHistoryActivity() 228 intended(hasExtra(Constants.EXTRA_DIRECTION, BluetoothShare.DIRECTION_INBOUND)); in onReceive_withActionInboundTransfer_startsTransferHistoryActivity() 243 BluetoothShare.VISIBILITY, in onReceive_withActionHide_contentUpdate() 245 BluetoothShare.VISIBILITY_VISIBLE), in onReceive_withActionHide_contentUpdate() 247 BluetoothShare.USER_CONFIRMATION, in onReceive_withActionHide_contentUpdate() 249 BluetoothShare.USER_CONFIRMATION_PENDING))); in onReceive_withActionHide_contentUpdate() [all …]
|
D | BluetoothOppTransferHistoryTest.java | 100 any(), eq(BluetoothShare.CONTENT_URI), any(), any(), any(), any()); in setUp() 111 BluetoothShare.STATUS, 1, BluetoothShare.STATUS_SUCCESS), in setUp() 113 BluetoothShare.DIRECTION, in setUp() 115 BluetoothShare.DIRECTION_INBOUND), in setUp() 117 BluetoothShare.TOTAL_BYTES, 3, 100), in setUp() 119 BluetoothShare.CURRENT_BYTES, 4, 0), in setUp() 121 BluetoothShare._ID, 0, idValue), in setUp() 123 BluetoothShare.MIMETYPE, 5, fileTypeValue), in setUp() 125 BluetoothShare.TIMESTAMP, 6, timestampValue), in setUp() 127 BluetoothShare.DESTINATION, 7, destinationValue), in setUp() [all …]
|
D | BluetoothOppReceiveFileInfoTest.java | 63 .contentResolverInsert(any(), eq(BluetoothShare.CONTENT_URI), any()); in setUp() 75 new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_CANCELED); in createInstance_withStatus_createCorrectly() 77 assertThat(info.mStatus).isEqualTo(BluetoothShare.STATUS_CANCELED); in createInstance_withStatus_createCorrectly() 83 int status = BluetoothShare.STATUS_SUCCESS; in createInstance_withData_createCorrectly() 96 int status = BluetoothShare.STATUS_SUCCESS; in createInstance_withFileName_createCorrectly() 120 BluetoothShare.FILENAME_HINT, in generateFileInfo_wrongHint_fileError() 121 BluetoothShare.TOTAL_BYTES, in generateFileInfo_wrongHint_fileError() 122 BluetoothShare.MIMETYPE in generateFileInfo_wrongHint_fileError() 130 eq(Uri.parse(BluetoothShare.CONTENT_URI + "/" + id)), in generateFileInfo_wrongHint_fileError() 139 assertThat(info.mStatus).isEqualTo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo_wrongHint_fileError() [all …]
|
D | IncomingFileConfirmActivityTest.java | 122 BluetoothShare.STATUS, 1, BluetoothShare.STATUS_PENDING), in setUp() 124 BluetoothShare.DIRECTION, in setUp() 126 BluetoothShare.DIRECTION_OUTBOUND), in setUp() 128 BluetoothShare.TOTAL_BYTES, 3, 100), in setUp() 130 BluetoothShare.CURRENT_BYTES, 4, 0), in setUp() 132 BluetoothShare._ID, 0, idValue), in setUp() 134 BluetoothShare.MIMETYPE, 5, fileTypeValue), in setUp() 136 BluetoothShare.TIMESTAMP, 6, timestampValue), in setUp() 138 BluetoothShare.DESTINATION, 7, destinationValue), in setUp() 140 BluetoothShare._DATA, 8, null), in setUp() [all …]
|
D | BluetoothOppUtilityTest.java | 137 String where = BluetoothShare.TIMESTAMP + " == " + timestampValue; in queryTransfersInBatch_returnsCorrectUrlArrayList() 144 eq(BluetoothShare.CONTENT_URI), in queryTransfersInBatch_returnsCorrectUrlArrayList() 145 eq(new String[] {BluetoothShare._DATA}), in queryTransfersInBatch_returnsCorrectUrlArrayList() 148 eq(BluetoothShare._ID)); in queryTransfersInBatch_returnsCorrectUrlArrayList() 287 int directionValue = BluetoothShare.DIRECTION_OUTBOUND; in fillRecord_filledAllProperties() 290 int statusValue = BluetoothShare.STATUS_PENDING; in fillRecord_filledAllProperties() 301 new CursorMockData(BluetoothShare._ID, 0, idValue), in fillRecord_filledAllProperties() 302 new CursorMockData(BluetoothShare.STATUS, 1, statusValue), in fillRecord_filledAllProperties() 303 new CursorMockData(BluetoothShare.DIRECTION, 2, directionValue), in fillRecord_filledAllProperties() 304 new CursorMockData(BluetoothShare.TOTAL_BYTES, 3, totalBytesValue), in fillRecord_filledAllProperties() [all …]
|
D | BluetoothOppShareInfoTest.java | 39 private int direction = BluetoothShare.DIRECTION_INBOUND; 41 private int visibility = BluetoothShare.VISIBILITY_VISIBLE; 42 private int confirm = BluetoothShare.USER_CONFIRMATION_CONFIRMED; 43 private int status = BluetoothShare.STATUS_PENDING; 89 mBluetoothOppShareInfo.mDirection = BluetoothShare.DIRECTION_OUTBOUND; in testReadyToStart() 92 mBluetoothOppShareInfo.mStatus = BluetoothShare.STATUS_RUNNING; in testReadyToStart() 100 mBluetoothOppShareInfo.mStatus = BluetoothShare.STATUS_CANCELED; in testHasCompletionNotification() 103 mBluetoothOppShareInfo.mVisibility = BluetoothShare.VISIBILITY_HIDDEN; in testHasCompletionNotification() 110 mBluetoothOppShareInfo.mStatus = BluetoothShare.STATUS_RUNNING; in testIsObsolete()
|
D | BluetoothOppServiceTest.java | 93 eq(BluetoothShare.CONTENT_URI), in setUp() 94 eq(new String[] {BluetoothShare._ID}), in setUp() 97 eq(BluetoothShare._ID)); in setUp() 196 eq(contentResolver), eq(BluetoothShare.CONTENT_URI), anyString(), any()); in trimDatabase_trimsOldOrInvisibleRecords() 198 MatrixCursor cursor = new MatrixCursor(new String[] {BluetoothShare._ID}, 500); in trimDatabase_trimsOldOrInvisibleRecords() 207 eq(BluetoothShare.CONTENT_URI), in trimDatabase_trimsOldOrInvisibleRecords() 219 eq(BluetoothShare.CONTENT_URI), in trimDatabase_trimsOldOrInvisibleRecords() 227 eq(BluetoothShare.CONTENT_URI), in trimDatabase_trimsOldOrInvisibleRecords() 228 eq(BluetoothShare._ID + " < " + 20), in trimDatabase_trimsOldOrInvisibleRecords()
|
D | BluetoothOppObexClientSessionTest.java | 96 int direction = BluetoothShare.DIRECTION_INBOUND; in startThenStop_startsAndStopsClientThread() 98 int visibility = BluetoothShare.VISIBILITY_VISIBLE; in startThenStop_startsAndStopsClientThread() 99 int confirm = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in startThenStop_startsAndStopsClientThread() 100 int status = BluetoothShare.STATUS_PENDING; in startThenStop_startsAndStopsClientThread() 164 int direction = BluetoothShare.DIRECTION_INBOUND; in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError() 166 int visibility = BluetoothShare.VISIBILITY_VISIBLE; in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError() 167 int confirm = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError() 168 int status = BluetoothShare.STATUS_PENDING; in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError() 204 assertThat(thread.sendFile(sendFileInfo)).isEqualTo(BluetoothShare.STATUS_OBEX_DATA_ERROR); in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError()
|
D | BluetoothOppObexServerSessionTest.java | 137 int direction = BluetoothShare.DIRECTION_INBOUND; in addShare_updatesShareInfo() 139 int visibility = BluetoothShare.VISIBILITY_VISIBLE; in addShare_updatesShareInfo() 140 int confirm = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in addShare_updatesShareInfo() 141 int status = BluetoothShare.STATUS_PENDING; in addShare_updatesShareInfo() 169 mServerSession.mAccepted = BluetoothShare.USER_CONFIRMATION_DENIED; in onPut_withUserConfirmationDenied_returnsObexHttpForbidden() 247 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/1"); in onPut_returnsObexHttpOk() 249 int direction = BluetoothShare.DIRECTION_INBOUND; in onPut_returnsObexHttpOk() 252 int visibility = BluetoothShare.VISIBILITY_VISIBLE; in onPut_returnsObexHttpOk() 253 int confirm = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in onPut_returnsObexHttpOk() 254 int status = BluetoothShare.STATUS_SUCCESS; in onPut_returnsObexHttpOk() [all …]
|
D | TestActivity.java | 239 BluetoothShare.URI, "content://media/external/images/media/" + media); 254 values.put(BluetoothShare.DESTINATION, address); 256 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_OUTBOUND); 259 values.put(BluetoothShare.TIMESTAMP, ts); 271 getContentResolver().insert(BluetoothShare.CONTENT_URI, values); 285 BluetoothShare.CONTENT_URI 298 BluetoothShare.CONTENT_URI 308 BluetoothShare.USER_CONFIRMATION, 309 BluetoothShare.USER_CONFIRMATION_CONFIRMED); 320 BluetoothShare.CONTENT_URI [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppProvider.java | 149 + BluetoothShare._ID in createTable() 151 + BluetoothShare.URI in createTable() 153 + BluetoothShare.FILENAME_HINT in createTable() 155 + BluetoothShare._DATA in createTable() 157 + BluetoothShare.MIMETYPE in createTable() 159 + BluetoothShare.DIRECTION in createTable() 161 + BluetoothShare.DESTINATION in createTable() 163 + BluetoothShare.VISIBILITY in createTable() 165 + BluetoothShare.USER_CONFIRMATION in createTable() 167 + BluetoothShare.STATUS in createTable() [all …]
|
D | BluetoothOppTransferHistory.java | 107 isOutbound = (dir == BluetoothShare.DIRECTION_OUTBOUND); in onCreate() 114 + BluetoothShare.DIRECTION in onCreate() 116 + BluetoothShare.DIRECTION_OUTBOUND in onCreate() 122 + BluetoothShare.DIRECTION in onCreate() 124 + BluetoothShare.DIRECTION_INBOUND in onCreate() 129 BluetoothShare.STATUS in onCreate() 133 + BluetoothShare.VISIBILITY in onCreate() 135 + BluetoothShare.VISIBILITY in onCreate() 137 + BluetoothShare.VISIBILITY_VISIBLE in onCreate() 140 final String sortOrder = BluetoothShare.TIMESTAMP + " DESC"; in onCreate() [all …]
|
D | BluetoothOppService.java | 169 BluetoothShare.VISIBILITY + "=" + BluetoothShare.VISIBILITY_HIDDEN; 172 BluetoothShare.DIRECTION 174 + BluetoothShare.DIRECTION_INBOUND 176 + BluetoothShare.STATUS 178 + BluetoothShare.STATUS_SUCCESS 183 BluetoothShare.DIRECTION 185 + BluetoothShare.DIRECTION_INBOUND 187 + BluetoothShare.USER_CONFIRMATION 189 + BluetoothShare.USER_CONFIRMATION_PENDING; 194 + BluetoothShare.STATUS [all …]
|
D | BluetoothOppReceiver.java | 117 values.put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_DENIED); in onReceive() 128 BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_CONFIRMED); in onReceive() 150 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND in onReceive() 151 && BluetoothShare.isStatusSuccess(transInfo.mStatus)) { in onReceive() 173 in.putExtra(Constants.EXTRA_DIRECTION, BluetoothShare.DIRECTION_OUTBOUND); in onReceive() 181 in.putExtra(Constants.EXTRA_DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onReceive() 196 int visibilityColumn = cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY); in onReceive() 199 cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION); in onReceive() 201 if (((userConfirmation == BluetoothShare.USER_CONFIRMATION_PENDING)) in onReceive() 202 && visibility == BluetoothShare.VISIBILITY_VISIBLE) { in onReceive() [all …]
|
D | BluetoothOppNotification.java | 67 static final String STATUS = "(" + BluetoothShare.STATUS + " == '192'" + ")"; 71 + BluetoothShare.VISIBILITY 73 + BluetoothShare.VISIBILITY 75 + BluetoothShare.VISIBILITY_VISIBLE 81 + BluetoothShare.USER_CONFIRMATION 83 + BluetoothShare.USER_CONFIRMATION_CONFIRMED 85 + BluetoothShare.USER_CONFIRMATION 87 + BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED 89 + BluetoothShare.USER_CONFIRMATION 91 + BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED [all …]
|
D | BluetoothOppUtility.java | 88 if (uri.toString().startsWith(BluetoothShare.CONTENT_URI.toString()) in isBluetoothShareUri() 89 && !uri.getAuthority().equals(BluetoothShare.CONTENT_URI.getAuthority())) { in isBluetoothShareUri() 92 return Objects.equals(uri.getAuthority(), BluetoothShare.CONTENT_URI.getAuthority()); in isBluetoothShareUri() 115 info.mID = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare._ID)); in fillRecord() 116 info.mStatus = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.STATUS)); in fillRecord() 117 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in fillRecord() 118 info.mTotalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in fillRecord() 120 cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)); in fillRecord() 121 info.mTimeStamp = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP)); in fillRecord() 122 info.mDestAddr = cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION)); in fillRecord() [all …]
|
D | BluetoothOppObexServerSession.java | 93 @VisibleForTesting public int mAccepted = BluetoothShare.USER_CONFIRMATION_PENDING; 192 if (mAccepted == BluetoothShare.USER_CONFIRMATION_DENIED) { in onPut() 292 values.put(BluetoothShare.FILENAME_HINT, name); in onPut() 293 values.put(BluetoothShare.TOTAL_BYTES, length); in onPut() 294 values.put(BluetoothShare.MIMETYPE, mimeType); in onPut() 295 values.put(BluetoothShare.DESTINATION, destination); in onPut() 296 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut() 297 values.put(BluetoothShare.TIMESTAMP, mTimestamp); in onPut() 301 && (mAccepted == BluetoothShare.USER_CONFIRMATION_CONFIRMED in onPut() 302 || mAccepted == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED)) { in onPut() [all …]
|
D | BluetoothOppObexClientSession.java | 314 int status = BluetoothShare.STATUS_SUCCESS; in doSend() 327 status = BluetoothShare.STATUS_CANCELED; in doSend() 332 status = BluetoothShare.STATUS_CONNECTION_ERROR; in doSend() 334 if (status == BluetoothShare.STATUS_SUCCESS) { in doSend() 349 (status == BluetoothShare.STATUS_SUCCESS) in doSend() 375 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + mInfo.mId); in processShareInfo() 377 updateValues.put(BluetoothShare.FILENAME_HINT, fileInfo.mFileName); in processShareInfo() 378 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength); in processShareInfo() 379 updateValues.put(BluetoothShare.MIMETYPE, fileInfo.mMimetype); in processShareInfo() 396 int status = BluetoothShare.STATUS_SUCCESS; in sendFile() [all …]
|
D | BluetoothOppTransferAdapter.java | 70 int status = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.STATUS)); in bindView() 71 int dir = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in bindView() 72 if (BluetoothShare.isStatusError(status)) { in bindView() 75 if (dir == BluetoothShare.DIRECTION_OUTBOUND) { in bindView() 84 String title = cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.FILENAME_HINT)); in bindView() 93 int destinationColumnId = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION); in bindView() 100 long totalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in bindView() 101 if (BluetoothShare.isStatusCompleted(status)) { in bindView() 104 if (BluetoothShare.isStatusError(status)) { in bindView() 108 if (dir == BluetoothShare.DIRECTION_INBOUND) { in bindView() [all …]
|
D | BluetoothOppTransfer.java | 151 == BluetoothShare.USER_CONFIRMATION_PENDING)) { in onReceive() 279 markBatchFailed(BluetoothShare.STATUS_CONNECTION_ERROR); in handleMessage() 306 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in handleMessage() 367 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in handleMessage() 388 markBatchFailed(BluetoothShare.STATUS_UNKNOWN_ERROR); in handleMessage() 399 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in handleMessage() 427 Intent in = new Intent(BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION); in handleMessage() 438 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + share.mId); in markShareTimeout() 441 BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_TIMEOUT); in markShareTimeout() 464 if (BluetoothShare.isStatusError(mCurrentShare.mStatus)) { in markBatchFailed() [all …]
|
D | BluetoothOppShareInfo.java | 107 if (mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in isReadyToStart() 108 if (mStatus == BluetoothShare.STATUS_PENDING && mUri != null) { in isReadyToStart() 111 } else if (mDirection == BluetoothShare.DIRECTION_INBOUND) { in isReadyToStart() 112 if (mStatus == BluetoothShare.STATUS_PENDING) { in isReadyToStart() 121 if (!BluetoothShare.isStatusCompleted(mStatus)) { in hasCompletionNotification() 124 if (mVisibility == BluetoothShare.VISIBILITY_VISIBLE) { in hasCompletionNotification() 132 if (BluetoothShare.STATUS_RUNNING == mStatus) { in isObsolete()
|
D | BluetoothOppReceiveFileInfo.java | 96 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + id); in generateFileInfo() 105 BluetoothShare.FILENAME_HINT, in generateFileInfo() 106 BluetoothShare.TOTAL_BYTES, in generateFileInfo() 107 BluetoothShare.MIMETYPE in generateFileInfo() 126 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_ERROR_NO_SDCARD); in generateFileInfo() 132 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo() 139 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo() 201 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo()
|
D | BluetoothOppManager.java | 468 values.put(BluetoothShare.URI, fileUri.toString()); in insertMultipleShare() 477 values.put(BluetoothShare.MIMETYPE, contentType); in insertMultipleShare() 479 BluetoothShare.DESTINATION, in insertMultipleShare() 483 values.put(BluetoothShare.TIMESTAMP, ts); in insertMultipleShare() 486 BluetoothShare.USER_CONFIRMATION, in insertMultipleShare() 487 BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED); in insertMultipleShare() 493 BluetoothShare.CONTENT_URI, in insertMultipleShare() 507 values.put(BluetoothShare.URI, mUri); in insertSingleShare() 508 values.put(BluetoothShare.MIMETYPE, mTypeOfSingleFile); in insertSingleShare() 510 BluetoothShare.DESTINATION, in insertSingleShare() [all …]
|