OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isStatusSuccess
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java
295
public static boolean
isStatusSuccess
(int status) {
BluetoothOppReceiver.java
152
&& BluetoothShare.
isStatusSuccess
(transInfo.mStatus)) {
245
if (BluetoothShare.
isStatusSuccess
(transInfo.mStatus)) {
260
if (BluetoothShare.
isStatusSuccess
(transInfo.mStatus)) {
BluetoothOppTransferHistory.java
284
&& BluetoothShare.
isStatusSuccess
(transInfo.mStatus)) {
BluetoothOppTransferActivity.java
180
boolean isSuccess = BluetoothShare.
isStatusSuccess
(mTransInfo.mStatus);
BluetoothOppService.java
[
all
...]
/frameworks/base/core/java/android/provider/
Downloads.java
520
public static boolean
isStatusSuccess
(int status) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java
257
} else if (Downloads.Impl.
isStatusSuccess
(info.mStatus)) {
DownloadInfo.java
580
&& Downloads.Impl.
isStatusSuccess
(mStatus);
Completed in 691 milliseconds