OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isStatusCompleted
(Results
1 - 14
of
14
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java
107
if (!BluetoothShare.
isStatusCompleted
(mStatus)) {
BluetoothShare.java
318
public static boolean
isStatusCompleted
(int status) {
BluetoothOppTransferAdapter.java
103
if (BluetoothShare.
isStatusCompleted
(status)) {
Constants.java
207
if (BluetoothShare.
isStatusCompleted
(status)) {
BluetoothOppTransferActivity.java
146
mIsComplete = BluetoothShare.
isStatusCompleted
(mTransInfo.mStatus);
181
boolean isComplete = BluetoothShare.
isStatusCompleted
(mTransInfo.mStatus);
444
if (!mIsComplete && BluetoothShare.
isStatusCompleted
(mTransInfo.mStatus)
BluetoothOppService.java
669
&& (BluetoothShare.
isStatusCompleted
(info.mStatus) || newConfirm == BluetoothShare.USER_CONFIRMATION_PENDING)) {
683
if (!BluetoothShare.
isStatusCompleted
(info.mStatus)
684
&& BluetoothShare.
isStatusCompleted
(newStatus)) {
[
all
...]
BluetoothOppTransferHistory.java
233
if (BluetoothShare.
isStatusCompleted
(status)) {
/frameworks/base/core/java/android/provider/
Downloads.java
546
public static boolean
isStatusCompleted
(int status) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java
455
&& Downloads.Impl.
isStatusCompleted
(info.mStatus);
457
!Downloads.Impl.
isStatusCompleted
(oldStatus)
458
&& Downloads.Impl.
isStatusCompleted
(info.mStatus);
DownloadReceiver.java
129
if (Downloads.Impl.
isStatusCompleted
(status)
DownloadInfo.java
329
if (!Downloads.Impl.
isStatusCompleted
(mStatus)) {
515
if (Downloads.Impl.
isStatusCompleted
(mStatus)) {
DownloadThread.java
[
all
...]
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractPublicApiTest.java
111
if (status == -1 || Downloads.Impl.
isStatusCompleted
(getStatus())) {
/frameworks/base/core/java/android/net/
Downloads.java
191
return android.provider.Downloads.Impl.
isStatusCompleted
(statusCode);
616
if (!android.provider.Downloads.Impl.
isStatusCompleted
(status)) {
Completed in 159 milliseconds