HomeSort by relevance Sort by last modified time
    Searched refs:VISIBILITY_VISIBLE_NOTIFY_COMPLETED (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/base/core/java/android/provider/
Downloads.java 560 return visibility == DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED ||
772 public static final int VISIBILITY_VISIBLE_NOTIFY_COMPLETED =
773 DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED;
  /packages/apps/Messaging/src/com/android/messaging/mmslib/
Downloads.java 551 return visibility == DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED ||
763 public static final int VISIBILITY_VISIBLE_NOTIFY_COMPLETED =
764 DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED;
  /packages/apps/Test/connectivity/UID/src/com/android/tests/connectivity/uid/
ConnectivityTestActivity.java 105 DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 20 import static android.app.DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED;
460 || visibility == VISIBILITY_VISIBLE_NOTIFY_COMPLETED);
466 || visibility == VISIBILITY_VISIBLE_NOTIFY_COMPLETED);
471 (visibility == VISIBILITY_VISIBLE_NOTIFY_COMPLETED
DownloadReceiver.java 19 import static android.app.DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED;
207 (visibility == VISIBILITY_VISIBLE_NOTIFY_COMPLETED
DownloadInfo.java 20 import static android.provider.Downloads.Impl.VISIBILITY_VISIBLE_NOTIFY_COMPLETED;
258 case VISIBILITY_VISIBLE_NOTIFY_COMPLETED:
365 if (mVisibility == Downloads.Impl.VISIBILITY_VISIBLE_NOTIFY_COMPLETED) {
DownloadProvider.java 622 Downloads.Impl.VISIBILITY_VISIBLE_NOTIFY_COMPLETED);
    [all...]
  /packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
PublicApiAccessTest.java 108 Downloads.Impl.VISIBILITY_VISIBLE_NOTIFY_COMPLETED);
  /frameworks/base/core/java/android/app/
DownloadManager.java 418 public static final int VISIBILITY_VISIBLE_NOTIFY_COMPLETED = 1;
434 * {@link #VISIBILITY_VISIBLE_NOTIFY_COMPLETED}, {@link #VISIBILITY_VISIBLE},
645 * {@link #VISIBILITY_VISIBLE_NOTIFY_COMPLETED}.
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 665 DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED));
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 
  /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 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 580 milliseconds

1 2