Searched refs:VISIBILITY (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppProvider.java | 166 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY in createTable() 241 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues); in insert() 243 if (values.getAsInteger(BluetoothShare.VISIBILITY) == null) { in insert() 244 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE); in insert()
|
D | BluetoothOppTransferHistory.java | 114 + BluetoothShare.VISIBILITY + " IS NULL OR " in onCreate() 115 + BluetoothShare.VISIBILITY + " == '" in onCreate() 124 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, BluetoothShare.DIRECTION in onCreate()
|
D | BluetoothOppReceiver.java | 202 int visibilityColumn = cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY); in onReceive() 210 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive() 220 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
|
D | BluetoothShare.java | 155 public static final String VISIBILITY = "visibility"; field in BluetoothShare
|
D | BluetoothOppNotification.java | 63 static final String visible = "(" + BluetoothShare.VISIBILITY + " IS NULL OR " 64 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
|
D | BluetoothOppService.java | 578 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)), in insertShare() 705 int newVisibility = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)); in updateShare() 919 final String INVISIBLE = BluetoothShare.VISIBILITY + "=" + in trimDatabase()
|
D | BluetoothOppIncomingFileConfirmActivity.java | 166 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onKeyDown()
|
D | BluetoothOppUtility.java | 262 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in updateVisibilityToHidden()
|
D | TestActivity.java | 309 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 139 final int VISIBILITY = 2; field 412 final int visibility = cursor.getInt(UpdateQuery.VISIBILITY); in buildNotificationTag()
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
D | PhotoDatabase.java | 63 { Albums.VISIBILITY, "INTEGER NOT NULL" },
|
D | PhotoProvider.java | 148 public static final String VISIBILITY = "visibility"; field
|