/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiveFileInfoTest.java | 120 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()
|
D | BluetoothOppNotificationTest.java | 147 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()
|
D | BluetoothOppReceiverTest.java | 365 BluetoothShare.FILENAME_HINT, 9, null), in onReceive_withActionTransferCompletedAndHandoverInitiated_contextSendBroadcast() 421 BluetoothShare.FILENAME_HINT, 9, null), in onReceive_withActionTransferComplete_noBroadcastSent()
|
D | BluetoothOppTransferHistoryTest.java | 131 BluetoothShare.FILENAME_HINT, 9, null), in setUp()
|
D | IncomingFileConfirmActivityTest.java | 142 BluetoothShare.FILENAME_HINT, 9, null), in setUp()
|
D | BluetoothOppTransferActivityTest.java | 110 new CursorMockData(BluetoothShare.FILENAME_HINT, 9, null), in setUp()
|
D | BluetoothOppUtilityTest.java | 309 new CursorMockData(BluetoothShare.FILENAME_HINT, 8, null), in fillRecord_filledAllProperties()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppProvider.java | 153 + BluetoothShare.FILENAME_HINT in createTable() 259 BluetoothShare.FILENAME_HINT, in oppDatabaseMigration() 312 copyString(BluetoothShare.FILENAME_HINT, values, filteredValues); in insert()
|
D | BluetoothShare.java | 80 public static final String FILENAME_HINT = "hint"; field in BluetoothShare
|
D | BluetoothOppTransferHistory.java | 148 BluetoothShare.FILENAME_HINT, in onCreate() 245 mTransferCursor.getColumnIndexOrThrow(BluetoothShare.FILENAME_HINT)); in onCreateContextMenu()
|
D | BluetoothOppTransferAdapter.java | 84 String title = cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.FILENAME_HINT)); in bindView()
|
D | BluetoothOppReceiveFileInfo.java | 105 BluetoothShare.FILENAME_HINT, in generateFileInfo()
|
D | BluetoothOppService.java | 852 cursor.getColumnIndexOrThrow(BluetoothShare.FILENAME_HINT)), in insertShare() 1001 info.mHint = stringFromCursor(info.mHint, cursor, BluetoothShare.FILENAME_HINT); in updateShare()
|
D | BluetoothOppObexClientSession.java | 377 updateValues.put(BluetoothShare.FILENAME_HINT, fileInfo.mFileName); in processShareInfo()
|
D | BluetoothOppUtility.java | 127 cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.FILENAME_HINT)); in fillRecord()
|
D | BluetoothOppObexServerSession.java | 292 values.put(BluetoothShare.FILENAME_HINT, name); in onPut()
|
D | BluetoothOppNotification.java | 311 final int filenameHintIndex = cursor.getColumnIndexOrThrow(BluetoothShare.FILENAME_HINT); in updateActiveNotification()
|
D | BluetoothOppTransfer.java | 491 updateValues.put(BluetoothShare.FILENAME_HINT, fileInfo.mFileName); in markBatchFailed()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | DataMigrationTest.java | 416 new Pair(BluetoothShare.FILENAME_HINT, "content"),
|