Home
last modified time | relevance | path

Searched refs:VISIBILITY (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferHistory.java112 + BluetoothShare.VISIBILITY + " IS NULL OR " in onCreate()
113 + BluetoothShare.VISIBILITY + " == '" in onCreate()
122 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, BluetoothShare.DIRECTION in onCreate()
DBluetoothOppProvider.java179 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY in createTable()
247 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues); in insert()
250 if (values.getAsInteger(BluetoothShare.VISIBILITY) == null) { in insert()
251 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE); in insert()
DBluetoothOppReceiver.java200 int visibilityColumn = cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY); in onReceive()
208 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
218 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
DBluetoothShare.java161 public static final String VISIBILITY = "visibility"; field in BluetoothShare
DBluetoothOppIncomingFileConfirmActivity.java169 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onKeyDown()
DBluetoothOppNotification.java61 static final String visible = "(" + BluetoothShare.VISIBILITY + " IS NULL OR "
62 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
DBluetoothOppService.java528 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)), in insertShare()
661 int newVisibility = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)); in updateShare()
874 final String INVISIBLE = BluetoothShare.VISIBILITY + "=" + in trimDatabase()
DBluetoothOppUtility.java236 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in updateVisibilityToHidden()
DTestActivity.java309 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);