OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isStatusSuccess
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java
289
public static boolean
isStatusSuccess
(int status) {
BluetoothOppReceiver.java
159
&& BluetoothShare.
isStatusSuccess
(transInfo.mStatus)) {
247
if (BluetoothShare.
isStatusSuccess
(transInfo.mStatus)) {
262
if (BluetoothShare.
isStatusSuccess
(transInfo.mStatus)) {
BluetoothOppTransferHistory.java
292
&& BluetoothShare.
isStatusSuccess
(transInfo.mStatus)) {
BluetoothOppTransferActivity.java
180
boolean isSuccess = BluetoothShare.
isStatusSuccess
(mTransInfo.mStatus);
BluetoothOppService.java
[
all
...]
/frameworks/base/core/java/android/provider/
Downloads.java
525
public static boolean
isStatusSuccess
(int status) {
617
* Use
isStatusSuccess
() to capture the entire category.
/packages/apps/Messaging/src/com/android/messaging/mmslib/
Downloads.java
519
public static boolean
isStatusSuccess
(int status) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java
456
&& Downloads.Impl.
isStatusSuccess
(status);
DownloadNotifier.java
326
} else if (Downloads.Impl.
isStatusSuccess
(status)) {
DownloadThread.java
707
} else if (Downloads.Impl.
isStatusSuccess
(mInfoDelta.mStatus)) {
[
all
...]
DownloadProvider.java
[
all
...]
Completed in 1196 milliseconds