OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isStatusCompleted
(Results
1 - 13
of
13
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java
109
if (!BluetoothShare.
isStatusCompleted
(mStatus)) {
BluetoothShare.java
318
public static boolean
isStatusCompleted
(int status) {
BluetoothOppTransferAdapter.java
103
if (BluetoothShare.
isStatusCompleted
(status)) {
Constants.java
299
if (BluetoothShare.
isStatusCompleted
(status)) {
BluetoothOppTransferActivity.java
146
mIsComplete = BluetoothShare.
isStatusCompleted
(mTransInfo.mStatus);
181
boolean isComplete = BluetoothShare.
isStatusCompleted
(mTransInfo.mStatus);
446
if (!mIsComplete && BluetoothShare.
isStatusCompleted
(mTransInfo.mStatus)
BluetoothOppService.java
713
&& (BluetoothShare.
isStatusCompleted
(info.mStatus) || newConfirm == BluetoothShare.USER_CONFIRMATION_PENDING)) {
727
if (!BluetoothShare.
isStatusCompleted
(info.mStatus)
728
&& BluetoothShare.
isStatusCompleted
(newStatus)) {
[
all
...]
BluetoothOppTransferHistory.java
237
if (BluetoothShare.
isStatusCompleted
(status)) {
/frameworks/base/core/java/android/provider/
Downloads.java
565
public static boolean
isStatusCompleted
(int status) {
/packages/apps/Messaging/src/com/android/messaging/mmslib/
Downloads.java
559
public static boolean
isStatusCompleted
(int status) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java
195
if (Downloads.Impl.
isStatusCompleted
(status) &&
DownloadInfo.java
362
if (!Downloads.Impl.
isStatusCompleted
(mStatus)) {
DownloadNotifier.java
448
return Downloads.Impl.
isStatusCompleted
(status) &&
DownloadThread.java
384
if (Downloads.Impl.
isStatusCompleted
(mInfoDelta.mStatus)) {
[
all
...]
Completed in 1712 milliseconds