HomeSort by relevance Sort by last modified time
    Searched refs:STATUS_SUCCESS (Results 51 - 75 of 92) sorted by null

1 23 4

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 264 int status = BluetoothShare.STATUS_SUCCESS;
278 if (status == BluetoothShare.STATUS_SUCCESS) {
291 if (status == BluetoothShare.STATUS_SUCCESS) {
340 int status = BluetoothShare.STATUS_SUCCESS;
BluetoothOppObexServerSession.java 348 int status = BluetoothShare.STATUS_SUCCESS;
376 if (status != BluetoothShare.STATUS_SUCCESS) {
382 if (status == BluetoothShare.STATUS_SUCCESS) {
506 status = BluetoothShare.STATUS_SUCCESS;
BluetoothOppService.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
stdunk.h 148 return STATUS_SUCCESS
  /external/chromium_org/chrome/browser/chromeos/policy/
enrollment_handler_chromeos.cc 185 ReportResult(EnrollmentStatus::ForStatus(EnrollmentStatus::STATUS_SUCCESS));
406 if (status.status() != EnrollmentStatus::STATUS_SUCCESS) {
device_cloud_policy_manager_chromeos_unittest.cc 293 status_(EnrollmentStatus::ForStatus(EnrollmentStatus::STATUS_SUCCESS)),
335 EXPECT_EQ(EnrollmentStatus::STATUS_SUCCESS, status_.status());
device_cloud_policy_manager_chromeos.cc 330 if (status.status() == EnrollmentStatus::STATUS_SUCCESS)
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 55 private static final int STATUS_SUCCESS = 0;
364 return STATUS_SUCCESS;
  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine_unittest.cc 294 proto_event.set_status(proto::SpeechRecognitionEvent::STATUS_SUCCESS);
420 proto_event.set_status(proto::SpeechRecognitionEvent::STATUS_SUCCESS);
google_streaming_remote_engine.cc 390 ws_event.status() == proto::SpeechRecognitionEvent::STATUS_SUCCESS)) {
397 case proto::SpeechRecognitionEvent::STATUS_SUCCESS:
  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_private_api.cc 240 success ? feedback_private::STATUS_SUCCESS :
  /external/chromium_org/chrome_elf/create_file/
chrome_create_file.cc 265 if (result != STATUS_SUCCESS) {
  /external/chromium_org/sandbox/win/tools/finder/
ntundoc.h 9 #define STATUS_SUCCESS 0x00000000
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
ImageUtils.java 110 result.status = BitmapResult.STATUS_SUCCESS;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
subauth.h 250 #define STATUS_SUCCESS ((NTSTATUS)0x00000000)
  /external/chromium_org/chrome/common/local_discovery/
service_discovery_client_impl.cc 452 callback_.Run(STATUS_SUCCESS, service_staging_);
469 return ServiceResolver::STATUS_SUCCESS;
  /sdk/find_lock/
find_lock.cpp 141 #define STATUS_SUCCESS 0x00000000
330 if (status == STATUS_SUCCESS) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
enrollment_screen_handler.cc 227 case policy::EnrollmentStatus::STATUS_SUCCESS:
  /external/chromium_org/sandbox/win/src/
filesystem_policy.cc 54 return STATUS_SUCCESS;
service_resolver_32.cc 317 return STATUS_SUCCESS;
win_utils.cc 261 if (STATUS_SUCCESS != status)
  /frameworks/base/core/java/android/app/
DownloadManager.java     [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 23 import static android.provider.Downloads.Impl.STATUS_SUCCESS;
208 == Downloads.Impl.STATUS_SUCCESS) {
241 mInfoDelta.mStatus = STATUS_SUCCESS;
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 129 #ifndef STATUS_SUCCESS
130 #define STATUS_SUCCESS ((NTSTATUS)0x00000000L)
183 if (result != STATUS_SUCCESS)
    [all...]
  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_message_handler.cc 157 case ServiceResolver::STATUS_SUCCESS:

Completed in 870 milliseconds

1 23 4