Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java166 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY in createTable()
241 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues); in insert()
243 if (values.getAsInteger(BluetoothShare.VISIBILITY) == null) { in insert()
244 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE); in insert()
DBluetoothOppTransferHistory.java114 + BluetoothShare.VISIBILITY + " IS NULL OR " in onCreate()
115 + BluetoothShare.VISIBILITY + " == '" in onCreate()
124 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, BluetoothShare.DIRECTION in onCreate()
DBluetoothOppReceiver.java202 int visibilityColumn = cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY); in onReceive()
210 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
220 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
DBluetoothShare.java155 public static final String VISIBILITY = "visibility"; field in BluetoothShare
DBluetoothOppNotification.java63 static final String visible = "(" + BluetoothShare.VISIBILITY + " IS NULL OR "
64 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
DBluetoothOppService.java578 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)), in insertShare()
705 int newVisibility = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)); in updateShare()
919 final String INVISIBLE = BluetoothShare.VISIBILITY + "=" + in trimDatabase()
DBluetoothOppIncomingFileConfirmActivity.java166 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onKeyDown()
DBluetoothOppUtility.java262 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in updateVisibilityToHidden()
DTestActivity.java309 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java139 final int VISIBILITY = 2; field
412 final int visibility = cursor.getInt(UpdateQuery.VISIBILITY); in buildNotificationTag()
/packages/apps/Gallery2/src/com/android/photos/data/
DPhotoDatabase.java63 { Albums.VISIBILITY, "INTEGER NOT NULL" },
DPhotoProvider.java148 public static final String VISIBILITY = "visibility"; field