HomeSort by relevance Sort by last modified time
    Searched refs:VISIBILITY_VISIBLE (Results 1 - 18 of 18) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 110 if (mVisibility == BluetoothShare.VISIBILITY_VISIBLE) {
BluetoothShare.java 270 public static final int VISIBILITY_VISIBLE = 0;
BluetoothOppTransferHistory.java 114 + BluetoothShare.VISIBILITY_VISIBLE + "')";
BluetoothOppProvider.java 251 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE);
BluetoothOppReceiver.java 206 && visibility == BluetoothShare.VISIBILITY_VISIBLE) {
BluetoothOppService.java 667 if (info.mVisibility == BluetoothShare.VISIBILITY_VISIBLE
668 && newVisibility != BluetoothShare.VISIBILITY_VISIBLE
    [all...]
BluetoothOppNotification.java 62 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
  /frameworks/base/core/java/android/provider/
Downloads.java 753 public static final int VISIBILITY_VISIBLE = DownloadManager.Request.VISIBILITY_VISIBLE;
  /packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
PublicApiAccessTest.java 86 values.put(Downloads.Impl.COLUMN_VISIBILITY, Downloads.Impl.VISIBILITY_VISIBLE);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 134 Downloads.Impl.VISIBILITY_VISIBLE);
DownloadNotification.java 53 Downloads.Impl.COLUMN_VISIBILITY + " == '" + Downloads.Impl.VISIBILITY_VISIBLE + "' OR " +
DownloadProvider.java     [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java 375 public static final int VISIBILITY_VISIBLE = 0;
397 * {@link #VISIBILITY_VISIBLE_NOTIFY_COMPLETED}, {@link #VISIBILITY_VISIBLE},
400 private int mNotificationVisibility = VISIBILITY_VISIBLE;
589 return (show) ? setNotificationVisibility(VISIBILITY_VISIBLE) :
601 * {@link #VISIBILITY_VISIBLE},
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1673 milliseconds