Searched defs:VISIBILITY (Results 1 - 4 of 4) 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.java157 public static final String VISIBILITY = "visibility"; field in class:BluetoothShare
/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);
/packages/apps/Gallery2/src/com/android/photos/data/
H A DPhotoProvider.java148 public static final String VISIBILITY = "visibility"; field in interface:PhotoProvider.Albums
160 // Privacy values for Albums.VISIBILITY

Completed in 85 milliseconds