Searched refs:isSuccess (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferActivity.java180 boolean isSuccess = BluetoothShare.isStatusSuccess(mTransInfo.mStatus);
185 if (isSuccess == true) {
188 } else if (isSuccess == false) {
196 if (isSuccess == true) {
199 } else if (isSuccess == false) {
208 + isComplete + isSuccess);
/packages/apps/Exchange/exchange2/src/com/android/exchange/
H A DAbstractSyncService.java171 public boolean isSuccess() { method in class:AbstractSyncService.ValidationResult
/packages/apps/Nfc/nci/jni/
H A DSecureElement.cpp909 bool isSuccess = false; local
987 isSuccess = true;
990 ALOGD ("%s: exit; isSuccess: %d; recvBufferActualSize: %ld", fn, isSuccess, recvBufferActualSize);
991 return (isSuccess);

Completed in 192 milliseconds