Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortDimensionTest.java47 private static final int VISIBILITY = View.VISIBLE; field in SortDimensionTest
59 .withVisibility(VISIBILITY) in setUp()
70 assertEquals(VISIBILITY, mDimension.getVisibility()); in testBuilder()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java161 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY in createTable()
236 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues); in insert()
238 if (values.getAsInteger(BluetoothShare.VISIBILITY) == null) { in insert()
239 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE); in insert()
DBluetoothOppTransferHistory.java115 + BluetoothShare.VISIBILITY + " IS NULL OR " in onCreate()
116 + BluetoothShare.VISIBILITY + " == '" in onCreate()
125 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, in onCreate()
DBluetoothOppReceiver.java172 int visibilityColumn = cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY); in onReceive()
180 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
190 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
DBluetoothOppNotification.java66 static final String visible = "(" + BluetoothShare.VISIBILITY + " IS NULL OR "
67 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
DBluetoothOppService.java618 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)), in insertShare()
745 int newVisibility = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)); in updateShare()
958 final String INVISIBLE = BluetoothShare.VISIBILITY + "=" + in trimDatabase()
DBluetoothShare.java155 public static final String VISIBILITY = "visibility"; field in BluetoothShare
DBluetoothOppIncomingFileConfirmActivity.java166 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onKeyDown()
DBluetoothOppUtility.java266 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.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