OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VISIBILITY_VISIBLE_NOTIFY_COMPLETED
(Results
1 - 25
of
30
) sorted by null
1
2
/frameworks/base/core/java/android/provider/
Downloads.java
559
return visibility == DownloadManager.Request.
VISIBILITY_VISIBLE_NOTIFY_COMPLETED
||
771
public static final int
VISIBILITY_VISIBLE_NOTIFY_COMPLETED
=
772
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/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
626
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
419
public static final int
VISIBILITY_VISIBLE_NOTIFY_COMPLETED
= 1;
435
* {@link #
VISIBILITY_VISIBLE_NOTIFY_COMPLETED
}, {@link #VISIBILITY_VISIBLE},
664
* {@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/lib/
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/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
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/23/
android.jar
Completed in 159 milliseconds
1
2