Home
last modified time | relevance | path

Searched refs:mVisibility (Results 1 – 4 of 4) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java364 (download.mVisibility == VISIBILITY_VISIBLE in isActiveAndVisible()
365 || download.mVisibility == VISIBILITY_VISIBLE_NOTIFY_COMPLETED); in isActiveAndVisible()
370 (download.mVisibility == VISIBILITY_VISIBLE_NOTIFY_COMPLETED in isCompleteAndVisible()
371 || download.mVisibility == VISIBILITY_VISIBLE_NOTIFY_ONLY_COMPLETION); in isCompleteAndVisible()
DDownloadInfo.java81 info.mVisibility = getInt(Downloads.Impl.COLUMN_VISIBILITY); in updateFromDatabase()
216 public int mVisibility; field in DownloadInfo
363 if (mVisibility == Downloads.Impl.VISIBILITY_VISIBLE_NOTIFY_COMPLETED) { in hasCompletionNotification()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppShareInfo.java57 public int mVisibility; field in BluetoothOppShareInfo
81 mVisibility = visibility; in BluetoothOppShareInfo()
112 if (mVisibility == BluetoothShare.VISIBILITY_VISIBLE) { in hasCompletionNotification()
DBluetoothOppService.java596 Log.v(TAG, "VISIBILI: " + info.mVisibility); in insertShare()
711 if (info.mVisibility == BluetoothShare.VISIBILITY_VISIBLE in updateShare()
717 info.mVisibility = newVisibility; in updateShare()