Home
last modified time | relevance | path

Searched defs:VISIBILITY_HIDDEN (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/module/
DModuleController.java35 public static final int VISIBILITY_HIDDEN = 2; field
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothShare.java271 public static final int VISIBILITY_HIDDEN = 1; field in BluetoothShare
/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java769 public static final int VISIBILITY_HIDDEN = DownloadManager.Request.VISIBILITY_HIDDEN; field in Downloads.Impl