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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 112 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 696 if (info.mVisibility == BluetoothShare.VISIBILITY_VISIBLE
697 && newVisibility != BluetoothShare.VISIBILITY_VISIBLE
    [all...]
BluetoothOppNotification.java 62 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
  /frameworks/base/core/java/android/provider/
Downloads.java 756 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/
DownloadNotifier.java 19 import static android.app.DownloadManager.Request.VISIBILITY_VISIBLE;
360 (download.mVisibility == VISIBILITY_VISIBLE
DownloadReceiver.java 155 Downloads.Impl.VISIBILITY_VISIBLE);
DownloadProvider.java     [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java 382 public static final int VISIBILITY_VISIBLE = 0;
404 * {@link #VISIBILITY_VISIBLE_NOTIFY_COMPLETED}, {@link #VISIBILITY_VISIBLE},
407 private int mNotificationVisibility = VISIBILITY_VISIBLE;
620 return (show) ? setNotificationVisibility(VISIBILITY_VISIBLE) :
632 * {@link #VISIBILITY_VISIBLE},
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ActionBatch.java 175 ? Request.VISIBILITY_VISIBLE : Request.VISIBILITY_HIDDEN);
UpdateHandler.java 242 ? Request.VISIBILITY_VISIBLE : Request.VISIBILITY_HIDDEN);
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 255 milliseconds