Searched refs:VISIBILITY (Results 1 - 11 of 11) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothShare.java | 161 public static final String VISIBILITY = "visibility"; field in class:BluetoothShare
|
H A D | BluetoothOppTransferHistory.java | 114 + BluetoothShare.VISIBILITY + " IS NULL OR " 115 + BluetoothShare.VISIBILITY + " == '" 124 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, BluetoothShare.DIRECTION
|
H A D | BluetoothOppProvider.java | 179 + 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 D | BluetoothOppReceiver.java | 200 int visibilityColumn = cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY); 208 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); 218 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
|
H A D | BluetoothOppIncomingFileConfirmActivity.java | 168 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
|
H A D | BluetoothOppNotification.java | 61 static final String visible = "(" + BluetoothShare.VISIBILITY + " IS NULL OR " 62 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
|
H A D | BluetoothOppService.java | 578 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)), 705 int newVisibility = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)); 918 final String INVISIBLE = BluetoothShare.VISIBILITY + "=" +
|
H A D | BluetoothOppUtility.java | 241 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
|
H A D | TestActivity.java | 204 * 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 D | PhotoDatabase.java | 63 { Albums.VISIBILITY, "INTEGER NOT NULL" },
|
H A D | PhotoProvider.java | 148 public static final String VISIBILITY = "visibility"; field in interface:PhotoProvider.Albums 160 // Privacy values for Albums.VISIBILITY
|
Completed in 1781 milliseconds