Home
last modified time | relevance | path

Searched refs:FILENAME_HINT (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiveFileInfoTest.java120 BluetoothShare.FILENAME_HINT, in generateFileInfo_wrongHint_fileError()
168 BluetoothShare.FILENAME_HINT, in generateFileInfo_noInsertUri_returnFileError()
208 BluetoothShare.FILENAME_HINT, in generateFileInfo_withInsertUri_workCorrectly()
252 BluetoothShare.FILENAME_HINT, in generateFileInfo_longFileName_trimFileName()
DBluetoothOppNotificationTest.java147 BluetoothShare.FILENAME_HINT, in updateActiveNotification()
226 BluetoothShare.FILENAME_HINT, in updateCompletedNotification_withOutBoundShare_showsNoti()
306 BluetoothShare.FILENAME_HINT, in updateCompletedNotification_withInBoundShare_showsNoti()
386 BluetoothShare.FILENAME_HINT, BluetoothShare.USER_CONFIRMATION, in updateIncomingFileConfirmationNotification()
DBluetoothOppReceiverTest.java365 BluetoothShare.FILENAME_HINT, 9, null), in onReceive_withActionTransferCompletedAndHandoverInitiated_contextSendBroadcast()
421 BluetoothShare.FILENAME_HINT, 9, null), in onReceive_withActionTransferComplete_noBroadcastSent()
DBluetoothOppTransferHistoryTest.java131 BluetoothShare.FILENAME_HINT, 9, null), in setUp()
DIncomingFileConfirmActivityTest.java142 BluetoothShare.FILENAME_HINT, 9, null), in setUp()
DBluetoothOppTransferActivityTest.java110 new CursorMockData(BluetoothShare.FILENAME_HINT, 9, null), in setUp()
DBluetoothOppUtilityTest.java309 new CursorMockData(BluetoothShare.FILENAME_HINT, 8, null), in fillRecord_filledAllProperties()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java153 + BluetoothShare.FILENAME_HINT in createTable()
259 BluetoothShare.FILENAME_HINT, in oppDatabaseMigration()
312 copyString(BluetoothShare.FILENAME_HINT, values, filteredValues); in insert()
DBluetoothShare.java80 public static final String FILENAME_HINT = "hint"; field in BluetoothShare
DBluetoothOppTransferHistory.java148 BluetoothShare.FILENAME_HINT, in onCreate()
245 mTransferCursor.getColumnIndexOrThrow(BluetoothShare.FILENAME_HINT)); in onCreateContextMenu()
DBluetoothOppTransferAdapter.java84 String title = cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.FILENAME_HINT)); in bindView()
DBluetoothOppReceiveFileInfo.java105 BluetoothShare.FILENAME_HINT, in generateFileInfo()
DBluetoothOppService.java852 cursor.getColumnIndexOrThrow(BluetoothShare.FILENAME_HINT)), in insertShare()
1001 info.mHint = stringFromCursor(info.mHint, cursor, BluetoothShare.FILENAME_HINT); in updateShare()
DBluetoothOppObexClientSession.java377 updateValues.put(BluetoothShare.FILENAME_HINT, fileInfo.mFileName); in processShareInfo()
DBluetoothOppUtility.java127 cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.FILENAME_HINT)); in fillRecord()
DBluetoothOppObexServerSession.java292 values.put(BluetoothShare.FILENAME_HINT, name); in onPut()
DBluetoothOppNotification.java311 final int filenameHintIndex = cursor.getColumnIndexOrThrow(BluetoothShare.FILENAME_HINT); in updateActiveNotification()
DBluetoothOppTransfer.java491 updateValues.put(BluetoothShare.FILENAME_HINT, fileInfo.mFileName); in markBatchFailed()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DDataMigrationTest.java416 new Pair(BluetoothShare.FILENAME_HINT, "content"),