Searched refs:VISIBILITY (Results 1 – 12 of 12) sorted by relevance
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
D | SortDimensionTest.java | 48 private static final int VISIBILITY = View.VISIBLE; field in SortDimensionTest 60 .withVisibility(VISIBILITY) in setUp() 71 assertEquals(VISIBILITY, mDimension.getVisibility()); in testBuilder()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppProvider.java | 146 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY in createTable() 216 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues); in insert() 218 if (values.getAsInteger(BluetoothShare.VISIBILITY) == null) { in insert() 219 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE); in insert()
|
D | BluetoothOppTransferHistory.java | 113 selection = selection + " AND (" + BluetoothShare.VISIBILITY + " IS NULL OR " in onCreate() 114 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE in onCreate() 127 BluetoothShare.VISIBILITY, in onCreate()
|
D | BluetoothOppReceiver.java | 188 int visibilityColumn = cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY); in onReceive() 196 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive() 210 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
|
D | BluetoothShare.java | 157 public static final String VISIBILITY = "visibility"; field in BluetoothShare
|
D | BluetoothOppNotification.java | 67 "(" + BluetoothShare.VISIBILITY + " IS NULL OR " + BluetoothShare.VISIBILITY + " == '"
|
D | BluetoothOppService.java | 152 BluetoothShare.VISIBILITY + "=" + BluetoothShare.VISIBILITY_HIDDEN; 730 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)), in insertShare() 860 int newVisibility = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)); in updateShare()
|
D | TestActivity.java | 313 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
|
D | BluetoothOppUtility.java | 300 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in updateVisibilityToHidden()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 154 final int VISIBILITY = 2; field 434 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
|