HomeSort by relevance Sort by last modified time
    Searched defs:reason (Results 151 - 175 of 967) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
BluetoothEventManager.java 292 int reason = intent.getIntExtra(BluetoothDevice.EXTRA_REASON, local
295 showUnbondMessage(context, cachedDevice.getName(), reason);
302 * @param reason one of the error reasons from
305 private void showUnbondMessage(Context context, String name, int reason) {
308 switch(reason) {
325 Log.w(TAG, "showUnbondMessage: Not displaying any message for reason: " + reason);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeLog.java 58 private static SummaryStats[][] sProxStats; // [reason][near/far]
68 public static void tracePulseStart(int reason) {
71 log("pulseStart reason=" + pulseReasonToString(reason));
159 log("proximityResult reason=" + pulseReasonToString(pulseReason) + " near=" + near
170 default: throw new IllegalArgumentException("bad reason: " + pulseReason);
196 final String reason = pulseReasonToString(i); local
197 sProxStats[i][0].dump(pw, "Proximity near (" + reason + ")");
198 sProxStats[i][1].dump(pw, "Proximity far (" + reason + ")");
  /frameworks/base/services/core/java/com/android/server/connectivity/
KeepaliveTracker.java 199 void stop(int reason) {
212 notifyMessenger(mSlot, reason);
256 public void handleStopAllKeepalives(NetworkAgentInfo nai, int reason) {
260 ki.stop(reason);
267 public void handleStopKeepalive(NetworkAgentInfo nai, int slot, int reason) {
279 ki.stop(reason);
304 int reason = message.arg2; local
315 if (reason == SUCCESS && !ki.isStarted) {
319 ki.notifyMessenger(slot, reason);
323 if (reason == SUCCESS)
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_vendor_tag_defs.h 61 u32 reason; member in struct:__anon35216
  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 61 int reason = ERR_GET_REASON(error); local
62 if (reason == BN_R_DIV_BY_ZERO) {
64 } else if (reason == BN_R_NO_INVERSE) {
66 } else if (reason == ERR_R_MALLOC_FAILURE) {
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 323 // pointers. The reason being it allows their precise semantics to be
501 _Unwind_Reason_Code reason; // One of _URC_FATAL_PHASE1_ERROR, member in struct:__cxxabiv1::__anon36107::scan_results
552 results.reason = _URC_FATAL_PHASE1_ERROR;
561 results.reason = _URC_FATAL_PHASE1_ERROR;
572 results.reason = _URC_FATAL_PHASE2_ERROR;
580 results.reason = _URC_FATAL_PHASE1_ERROR;
588 results.reason = _URC_CONTINUE_UNWIND;
602 results.reason = _URC_CONTINUE_UNWIND;
662 results.reason = _URC_CONTINUE_UNWIND;
678 results.reason = _URC_HANDLER_FOUND
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallForwardEditPreference.java 43 int reason; field in class:CallForwardEditPreference
57 reason = a.getInt(R.styleable.CallForwardEditPreference_reason,
61 if (DBG) Log.d(LOG_TAG, "mServiceClass=" + mServiceClass + ", reason=" + reason);
73 mPhone.getCallForwardingOption(reason,
109 int time = (reason != CommandsInterface.CF_REASON_NO_REPLY) ? 0 : 20;
122 if (DBG) Log.d(LOG_TAG, "reason=" + reason + ", action=" + action
130 // should be action, reason...
132 reason,
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-integration/1.1/
hamcrest-integration-1.1.jar 
  /system/bt/stack/gatt/
gatt_sr.c 684 tGATT_STATUS reason = GATT_SUCCESS; local
698 reason = GATT_INVALID_HANDLE;
714 reason = GATT_INVALID_PDU;
720 reason = GATT_INVALID_PDU;
724 reason = GATT_INVALID_PDU;
731 return reason;
746 UINT8 reason = GATT_INVALID_PDU; local
753 reason = gatts_validate_packet_format(op_code, &len, &p_data, &uuid, &s_hdl, &e_hdl);
755 if (reason == GATT_SUCCESS)
762 reason = GATT_INVALID_PDU
810 UINT8 reason = GATT_INVALID_PDU, *p; local
948 tGATT_STATUS reason, ret; local
1141 tGATT_STATUS reason; local
    [all...]
  /system/bt/stack/l2cap/
l2c_ble.c 218 ** Description This function returns the disconnect reason code.
220 ** Returns disconnect reason
226 UINT16 reason = 0; local
229 reason = p_lcb->disc_reason;
231 L2CAP_TRACE_DEBUG ("L2CA_GetDisconnectReason=%d ",reason);
233 return reason;
    [all...]
  /system/connectivity/shill/net/
nl80211_message.h 58 // Returns a string representing the passed-in |status| or |reason|, the
61 static std::string StringFromReason(uint16_t reason);
91 uint16_t reason() const { return reason_; } function in class:shill::Nl80211Frame
  /system/core/crash_reporter/
kernel_collector.cc 396 // for whatever reason) also use the previous frame, as it cannot be any
553 std::string reason = "handling"; local
556 reason = "developer build - always dumping";
559 reason = "ignoring - no consent";
564 << "kernel (signature " << signature << ") (" << reason << ")"; local
  /bionic/libc/kernel/uapi/linux/
virtio_scsi.h 91 __virtio32 reason; member in struct:virtio_scsi_event
  /bionic/libc/kernel/uapi/rdma/
ib_user_cm.h 271 __u32 reason; member in struct:ib_ucm_rej_event_resp
  /cts/tests/camera/src/android/hardware/camera2/cts/
CameraManagerTest.java 110 * Verifies that the reason is in the range of public-only codes.
113 int reason = e.getReason(); local
115 switch (reason) {
119 return reason;
122 fail("Invalid CameraAccessException code: " + reason);
  /cts/tests/tests/netsecpolicy/src/android/security/
NetworkSecurityPolicyTestBase.java 200 int reason = result[1]; local
207 assertEquals(400, reason);
245 int reason = c.getInt(c.getColumnIndexOrThrow(DownloadManager.COLUMN_REASON)); local
246 return new int[] {status, reason};
  /cts/tests/tests/telecom/src/android/telecom/cts/
DataObjectUnitTests.java 166 final String reason = "CTS Testing"; local
171 reason,
176 assertEquals(reason, cause.getReason());
189 assertEquals(reason, parcelCause.getReason());
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
pwr.c 159 uint32_t reason = 0; local
162 reason |= RESET_POWER_MANAGEMENT;
164 reason |= RESET_WINDOW_WATCHDOG;
166 reason |= RESET_INDEPENDENT_WATCHDOG;
168 reason |= RESET_SOFTWARE;
170 reason |= RESET_POWER_ON;
172 reason |= RESET_HARDWARE;
174 reason |= RESET_BROWN_OUT;
176 return reason;
  /external/ImageMagick/MagickCore/
exception.h 110 *reason, member in struct:_ExceptionInfo
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
__init__.py 577 self.challenge['reason'] = self.challenge.get('reason', 'unauthorized')
578 if self.challenge['reason'] not in ['unauthorized', 'integrity']:
579 self.challenge['reason'] = 'unauthorized'
623 if challenge.get('reason') in ['integrity', 'stale']:
1628 reason = "Ok" variable in class:Response
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/
__init__.py 547 self.challenge['reason'] = self.challenge.get('reason', 'unauthorized')
548 if self.challenge['reason'] not in ['unauthorized', 'integrity']:
549 self.challenge['reason'] = 'unauthorized'
593 if challenge.get('reason') in ['integrity', 'stale']:
1317 reason = "Ok" variable in class:Response
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
upload-diffs.py 172 def reason(self): member in class:ClientLoginError
173 # reason is a property on python 2.7 but a member variable on <=2.6.
321 if e.reason == "BadAuthentication":
330 elif e.reason == "CaptchaRequired":
337 elif e.reason == "NotVerified":
339 elif e.reason == "TermsNotAgreed":
341 elif e.reason == "AccountDeleted":
343 elif e.reason == "AccountDisabled":
346 elif e.reason == "ServiceDisabled":
349 elif e.reason == "ServiceUnavailable"
    [all...]
  /external/curl/lib/vtls/
gtls.c 905 gnutls_x509_crl_reason_t reason; local
930 &status, NULL, NULL, NULL, &reason);
939 switch(reason) {
942 crl_reason = "unspecified reason";
    [all...]
  /external/deqp/modules/glshared/
glsFboUtil.cpp 616 const std::string reason = "Format " + de::toString(it->second->internalFormat) + " is not a valid format for a renderbuffer"; local
617 cctx->addGLError(GL_INVALID_ENUM, reason.c_str());
622 const std::string reason = "Internal format " + de::toString(it->second->internalFormat) + " does not exist"; local
623 cctx->addGLError(GL_INVALID_ENUM, reason.c_str());
  /external/kernel-headers/original/uapi/linux/
virtio_scsi.h 102 __virtio32 reason; member in struct:virtio_scsi_event

Completed in 1850 milliseconds

1 2 3 4 5 67 8 91011>>