Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortDimensionTest.java48 private static final int VISIBILITY = View.VISIBLE; field in SortDimensionTest
60 .withVisibility(VISIBILITY) in setUp()
71 assertEquals(VISIBILITY, mDimension.getVisibility()); in testBuilder()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java146 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY in createTable()
216 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues); in insert()
218 if (values.getAsInteger(BluetoothShare.VISIBILITY) == null) { in insert()
219 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE); in insert()
DBluetoothOppTransferHistory.java113 selection = selection + " AND (" + BluetoothShare.VISIBILITY + " IS NULL OR " in onCreate()
114 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE in onCreate()
127 BluetoothShare.VISIBILITY, in onCreate()
DBluetoothOppReceiver.java188 int visibilityColumn = cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY); in onReceive()
196 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
210 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
DBluetoothShare.java157 public static final String VISIBILITY = "visibility"; field in BluetoothShare
DBluetoothOppNotification.java67 "(" + BluetoothShare.VISIBILITY + " IS NULL OR " + BluetoothShare.VISIBILITY + " == '"
DBluetoothOppService.java152 BluetoothShare.VISIBILITY + "=" + BluetoothShare.VISIBILITY_HIDDEN;
730 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)), in insertShare()
860 int newVisibility = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)); in updateShare()
DTestActivity.java313 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
DBluetoothOppUtility.java300 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in updateVisibilityToHidden()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java154 final int VISIBILITY = 2; field
434 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