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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
H A DSortDimensionTest.java47 private static final int VISIBILITY = View.VISIBLE; field in class:SortDimensionTest
59 .withVisibility(VISIBILITY)
70 assertEquals(VISIBILITY, mDimension.getVisibility());
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java155 public static final String VISIBILITY = "visibility"; field in class:BluetoothShare
H A DBluetoothOppReceiver.java172 int visibilityColumn = cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY);
180 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
190 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
H A DBluetoothOppTransferHistory.java115 + BluetoothShare.VISIBILITY + " IS NULL OR "
116 + BluetoothShare.VISIBILITY + " == '"
125 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION,
H A DBluetoothOppProvider.java161 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY
236 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues);
238 if (values.getAsInteger(BluetoothShare.VISIBILITY) == null) {
239 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE);
H A DBluetoothOppIncomingFileConfirmActivity.java166 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
H A DBluetoothOppNotification.java66 static final String visible = "(" + BluetoothShare.VISIBILITY + " IS NULL OR "
67 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
H A DBluetoothOppService.java618 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)),
745 int newVisibility = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY));
958 final String INVISIBLE = BluetoothShare.VISIBILITY + "=" +
H A DBluetoothOppUtility.java266 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
H A DTestActivity.java204 * BluetoothShare.VISIBILITY, BluetoothShare.USER_CONFIRMATION,
293 // updateValues.put(BluetoothShare.VISIBILITY,
309 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
/packages/apps/Gallery2/src/com/android/photos/data/
H A DPhotoDatabase.java63 { Albums.VISIBILITY, "INTEGER NOT NULL" },
H A DPhotoProvider.java148 public static final String VISIBILITY = "visibility"; field in interface:PhotoProvider.Albums
160 // Privacy values for Albums.VISIBILITY
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotifier.java154 final int VISIBILITY = 2; field in interface:DownloadNotifier.UpdateQuery
434 final int visibility = cursor.getInt(UpdateQuery.VISIBILITY);

Completed in 136 milliseconds