Home
last modified time | relevance | path

Searched refs:hasCompletionNotification (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppShareInfoTest.java98 assertThat(mBluetoothOppShareInfo.hasCompletionNotification()).isFalse(); in testHasCompletionNotification()
101 assertThat(mBluetoothOppShareInfo.hasCompletionNotification()).isTrue(); in testHasCompletionNotification()
104 assertThat(mBluetoothOppShareInfo.hasCompletionNotification()).isFalse(); in testHasCompletionNotification()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppShareInfo.java120 public boolean hasCompletionNotification() { in hasCompletionNotification() method in BluetoothOppShareInfo
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadInfo.java366 public boolean hasCompletionNotification() { in hasCompletionNotification() method in DownloadInfo