Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/module/
DModuleController.java31 public static final int VISIBILITY_VISIBLE = 0; field
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothShare.java266 public static final int VISIBILITY_VISIBLE = 0; field in BluetoothShare
/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java757 public static final int VISIBILITY_VISIBLE = DownloadManager.Request.VISIBILITY_VISIBLE; field in Downloads.Impl