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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java161 public static final String VISIBILITY = "visibility"; field in class:BluetoothShare
H A DBluetoothOppTransferHistory.java112 + BluetoothShare.VISIBILITY + " IS NULL OR "
113 + BluetoothShare.VISIBILITY + " == '"
122 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, BluetoothShare.DIRECTION
H A DBluetoothOppProvider.java179 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY
247 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues);
250 if (values.getAsInteger(BluetoothShare.VISIBILITY) == null) {
251 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE);
H A DBluetoothOppReceiver.java200 int visibilityColumn = cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY);
208 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
218 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
H A DBluetoothOppIncomingFileConfirmActivity.java169 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
H A DBluetoothOppNotification.java61 static final String visible = "(" + BluetoothShare.VISIBILITY + " IS NULL OR "
62 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
H A DBluetoothOppService.java563 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)),
690 int newVisibility = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY));
903 final String INVISIBLE = BluetoothShare.VISIBILITY + "=" +
H A DBluetoothOppUtility.java241 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

Completed in 190 milliseconds