OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VISIBILITY_VISIBLE
(Results
1 - 17
of
17
) sorted by null
/frameworks/base/core/java/android/provider/
Downloads.java
710
public static final int
VISIBILITY_VISIBLE
= DownloadManager.Request.
VISIBILITY_VISIBLE
;
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java
110
if (mVisibility == BluetoothShare.
VISIBILITY_VISIBLE
) {
BluetoothShare.java
264
public static final int
VISIBILITY_VISIBLE
= 0;
BluetoothOppTransferHistory.java
114
+ BluetoothShare.
VISIBILITY_VISIBLE
+ "')";
BluetoothOppReceiver.java
205
&& visibility == BluetoothShare.
VISIBILITY_VISIBLE
) {
BluetoothOppNotification.java
63
+ BluetoothShare.VISIBILITY + " == '" + BluetoothShare.
VISIBILITY_VISIBLE
+ "'" + ")";
BluetoothOppProvider.java
249
filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.
VISIBILITY_VISIBLE
);
BluetoothOppService.java
667
if (info.mVisibility == BluetoothShare.
VISIBILITY_VISIBLE
668
&& newVisibility != BluetoothShare.
VISIBILITY_VISIBLE
[
all
...]
/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
133
Downloads.Impl.
VISIBILITY_VISIBLE
);
DownloadNotification.java
49
Downloads.Impl.COLUMN_VISIBILITY + " == '" + Downloads.Impl.
VISIBILITY_VISIBLE
+ "' OR " +
DownloadProvider.java
[
all
...]
/frameworks/base/core/java/android/app/
DownloadManager.java
371
public static final int
VISIBILITY_VISIBLE
= 0;
393
* {@link #VISIBILITY_VISIBLE_NOTIFY_COMPLETED}, {@link #
VISIBILITY_VISIBLE
},
396
private int mNotificationVisibility =
VISIBILITY_VISIBLE
;
585
return (show) ? setNotificationVisibility(
VISIBILITY_VISIBLE
) :
597
* {@link #
VISIBILITY_VISIBLE
},
[
all
...]
/frameworks/base/core/java/android/net/
Downloads.java
497
showDownload ? android.provider.Downloads.Impl.
VISIBILITY_VISIBLE
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/14/
android.jar
Completed in 282 milliseconds