/packages/apps/UnifiedEmail/src/com/android/mail/ |
D | ContactInfo.java | 25 public final Integer status; field in ContactInfo 29 public ContactInfo(Uri contactUri, Integer status) { in ContactInfo() 33 public ContactInfo(Uri contactUri, Integer status, byte[] photoBytes) { in ContactInfo() 37 public ContactInfo(Uri contactUri, Integer status, Bitmap photo) { in ContactInfo() 41 private ContactInfo(Uri contactUri, Integer status, byte[] photoBytes, Bitmap photo) { in ContactInfo()
|
/packages/apps/Nfc/nxp/jni/ |
D | com_android_nfc_NativeP2pDevice.cpp | 33 static void nfc_jni_presence_check_callback(void* pContext, NFCSTATUS status) in nfc_jni_presence_check_callback() 45 … phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo, NFCSTATUS status) in nfc_jni_connect_callback() 63 …atic void nfc_jni_disconnect_callback(void *pContext, phLibNfc_Handle hRemoteDev, NFCSTATUS status) in nfc_jni_disconnect_callback() 73 static void nfc_jni_receive_callback(void *pContext, phNfc_sData_t *data, NFCSTATUS status) in nfc_jni_receive_callback() 93 static void nfc_jni_send_callback(void *pContext, NFCSTATUS status) in nfc_jni_send_callback() 108 phLibNfc_Handle handle, phNfc_sData_t *pResBuffer, NFCSTATUS status) in nfc_jni_transceive_callback() 122 NFCSTATUS status; in com_android_nfc_NativeP2pDevice_doConnect() local 204 NFCSTATUS status; in com_android_nfc_NativeP2pDevice_doDisconnect() local 272 NFCSTATUS status; in com_android_nfc_NativeP2pDevice_doTransceive() local 358 NFCSTATUS status; in com_android_nfc_NativeP2pDevice_doReceive() local [all …]
|
D | com_android_nfc_NativeNfcTag.cpp | 42 static void nfc_jni_tag_rw_callback(void *pContext, NFCSTATUS status) in nfc_jni_tag_rw_callback() 54 phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo, NFCSTATUS status) in nfc_jni_connect_callback() 74 phLibNfc_ChkNdef_Info_t info, NFCSTATUS status) in nfc_jni_checkndef_callback() 101 phLibNfc_Handle hRemoteDev, NFCSTATUS status) in nfc_jni_disconnect_callback() 119 phLibNfc_Handle hRemoteDev, NFCSTATUS status) in nfc_jni_async_disconnect_callback() 134 phLibNfc_Handle handle, phNfc_sData_t *pResBuffer, NFCSTATUS status) in nfc_jni_transceive_callback() 146 static void nfc_jni_presencecheck_callback(void *pContext, NFCSTATUS status) in nfc_jni_presencecheck_callback() 156 static void nfc_jni_formatndef_callback(void *pContext, NFCSTATUS status) in nfc_jni_formatndef_callback() 166 static void nfc_jni_readonly_callback(void *pContext, NFCSTATUS status) in nfc_jni_readonly_callback() 180 NFCSTATUS status; in com_android_nfc_NativeNfcTag_doRead() local [all …]
|
D | com_android_nfc_NativeNfcSecureElement.cpp | 33 NFCSTATUS status) in com_android_nfc_jni_ioctl_callback() 52 phLibNfc_Handle handle, phNfc_sData_t *pResBuffer, NFCSTATUS status) in com_android_nfc_jni_transceive_callback() 66 … phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo, NFCSTATUS status) in com_android_nfc_jni_connect_callback() 78 NFCSTATUS status) in com_android_nfc_jni_disconnect_callback() 91 NFCSTATUS status) in com_android_nfc_jni_smartMX_setModeCb() 112 NFCSTATUS status) in com_android_nfc_jni_open_secure_element_notification_callback() 478 NFCSTATUS status; in com_android_nfc_NativeNfcSecureElement_doDisconnect() local 619 NFCSTATUS status; in com_android_nfc_NativeNfcSecureElement_doTransceive() local
|
D | com_android_nfc_NativeNfcManager.cpp | 119 static void nfc_jni_ioctl_callback(void *pContext, phNfc_sData_t *pOutput, NFCSTATUS status) { in nfc_jni_ioctl_callback() 128 static void nfc_jni_deinit_download_callback(void *pContext, NFCSTATUS status) in nfc_jni_deinit_download_callback() 143 NFCSTATUS status = NFCSTATUS_FAILED; in nfc_jni_download_locked() local 247 NFCSTATUS status; in nfc_jni_configure_driver() local 282 NFCSTATUS status; in nfc_jni_unconfigure_driver() local 308 NFCSTATUS status; in nfc_jni_initialize() local 759 NFCSTATUS status; in nfc_jni_llcp_linkStatus_callback() local 819 NFCSTATUS status) in nfc_jni_checkLlcp_callback() 829 static void nfc_jni_llcpcfg_callback(void *pContext, NFCSTATUS status) in nfc_jni_llcpcfg_callback() 886 static void nfc_jni_discover_callback(void *pContext, NFCSTATUS status) in nfc_jni_discover_callback() [all …]
|
/packages/apps/Exchange/src/com/android/exchange/ |
D | CommandStatusException.java | 91 public static boolean isNeedsProvisioning(int status) { in isNeedsProvisioning() 98 public static boolean isBadSyncKey(int status) { in isBadSyncKey() 103 public static boolean isDeniedAccess(int status) { in isDeniedAccess() 115 public static boolean isTransientError(int status) { in isTransientError() 120 public static String toString(int status) { in toString() 137 public CommandStatusException(int status) { in CommandStatusException() 142 public CommandStatusException(int status, String itemId) { in CommandStatusException()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothShare.java | 280 public static boolean isStatusInformational(int status) { in isStatusInformational() 288 public static boolean isStatusSuspended(int status) { in isStatusSuspended() 295 public static boolean isStatusSuccess(int status) { in isStatusSuccess() 302 public static boolean isStatusError(int status) { in isStatusError() 309 public static boolean isStatusClientError(int status) { in isStatusClientError() 316 public static boolean isStatusServerError(int status) { in isStatusServerError() 324 public static boolean isStatusCompleted(int status) { in isStatusCompleted()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_hfp.cpp | 270 bt_status_t status; in initializeNative() local 306 bt_status_t status; in cleanupNative() local 328 bt_status_t status; in connectHfpNative() local 348 bt_status_t status; in disconnectHfpNative() local 367 bt_status_t status; in connectAudioNative() local 387 bt_status_t status; in disconnectAudioNative() local 406 bt_status_t status; in startVoiceRecognitionNative() local 416 bt_status_t status; in stopVoiceRecognitionNative() local 426 bt_status_t status; in setVolumeNative() local 439 bt_status_t status; in notifyDeviceStatusNative() local [all …]
|
D | com_android_bluetooth_hid.cpp | 180 bt_status_t status; in initializeNative() local 219 bt_status_t status; in cleanupNative() local 242 bt_status_t status; in connectHidNative() local 264 bt_status_t status; in disconnectHidNative() local 286 bt_status_t status; in getProtocolModeNative() local 309 bt_status_t status; in virtualUnPlugNative() local 331 bt_status_t status; in setProtocolModeNative() local 369 bt_status_t status; in getReportNative() local 396 bt_status_t status; in setReportNative() local 422 bt_status_t status; in sendDataNative() local
|
D | com_android_bluetooth_a2dp.cpp | 105 bt_status_t status; in classInitNative() local 139 bt_status_t status; in initNative() local 175 bt_status_t status; in cleanupNative() local 196 bt_status_t status; in connectA2dpNative() local 217 bt_status_t status; in disconnectA2dpNative() local
|
D | com_android_bluetooth_hdp.cpp | 135 bt_status_t status; in initializeNative() local 171 bt_status_t status; in cleanupNative() local 193 bt_status_t status; in registerHealthAppNative() local 224 bt_status_t status; in unregisterHealthAppNative() local 235 bt_status_t status; in connectChannelNative() local 258 bt_status_t status; in disconnectChannelNative() local
|
D | com_android_bluetooth_avrcp.cpp | 183 bt_status_t status; in initNative() local 239 bt_status_t status; in getPlayStatusRspNative() local 255 bt_status_t status; in getElementAttrRspNative() local 320 bt_status_t status; in registerNotificationRspPlayStatusNative() local 337 bt_status_t status; in registerNotificationRspTrackChangeNative() local 366 bt_status_t status; in registerNotificationRspPlayPosNative() local 382 bt_status_t status; in setVolumeNative() local
|
D | com_android_bluetooth_pan.cpp | 98 bt_status_t status; in classInitNative() local 137 bt_status_t status; in initializeNative() local 148 bt_status_t status; in cleanupNative() local 166 bt_status_t status = BT_STATUS_FAIL; in enablePanNative() local 189 bt_status_t status; in connectPanNative() local 211 bt_status_t status; in disconnectPanNative() local
|
D | com_android_bluetooth_gatt.cpp | 200 void btgattc_register_app_cb(int status, int clientIf, bt_uuid_t *app_uuid) in btgattc_register_app_cb() 229 void btgattc_open_cb(int conn_id, int status, int clientIf, bt_bdaddr_t* bda) in btgattc_open_cb() 245 void btgattc_close_cb(int conn_id, int status, int clientIf, bt_bdaddr_t* bda) in btgattc_close_cb() 260 void btgattc_search_complete_cb(int conn_id, int status) in btgattc_search_complete_cb() 276 void btgattc_get_characteristic_cb(int conn_id, int status, in btgattc_get_characteristic_cb() 287 void btgattc_get_descriptor_cb(int conn_id, int status, in btgattc_get_descriptor_cb() 298 void btgattc_get_included_service_cb(int conn_id, int status, in btgattc_get_included_service_cb() 307 void btgattc_register_for_notification_cb(int conn_id, int registered, int status, in btgattc_register_for_notification_cb() 338 void btgattc_read_characteristic_cb(int conn_id, int status, btgatt_read_params_t *p_data) in btgattc_read_characteristic_cb() 361 void btgattc_write_characteristic_cb(int conn_id, int status, btgatt_write_params_t *p_data) in btgattc_write_characteristic_cb() [all …]
|
/packages/experimental/RpcPerformance/ |
D | rpcperftest.cpp | 54 status_t status = sm->addService(name, new BnInterface<ITestService>()); in main() local 73 status_t status = service->pingBinder(); in main() local 83 status_t status = service->pingBinder(); in main() local
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
D | RecapitalizeStatusTests.java | 27 final RecapitalizeStatus status = new RecapitalizeStatus(); in testTrim() local 54 final RecapitalizeStatus status = new RecapitalizeStatus(); in testRotate() local
|
/packages/apps/Gallery/src/com/android/camera/ |
D | BitmapManager.java | 72 ThreadStatus status = mThreadStatus.get(t); in getOrCreateThreadStatus() local 90 ThreadStatus status = mThreadStatus.get(t); in removeDecodingOptions() local 99 ThreadStatus status = mThreadStatus.get(t); in canThreadDecoding() local 114 ThreadStatus status = getOrCreateThreadStatus(t); in cancelThreadDecoding() local 141 ThreadStatus status = getOrCreateThreadStatus(t); in getThumbnail() local
|
/packages/apps/Settings/src/com/android/settings/ |
D | AccountPreference.java | 80 public void setSyncStatus(int status, boolean updateSummary) { in setSyncStatus() 91 private int getSyncStatusMessage(int status) { in getSyncStatusMessage() 113 private int getSyncStatusIcon(int status) { in getSyncStatusIcon() 135 private String getSyncContentDescription(int status) { in getSyncContentDescription()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | WordListPreference.java | 77 final String description, final int status, final int filesize) { in WordListPreference() 95 public void setStatus(final int status) { in setStatus() 114 private String getSummary(final int status) { in getSummary() 153 private int getButtonSwitcherStatus(final int status) { in getButtonSwitcherStatus() 161 private static int getActionIdFromStatusAndMenuEntry(final int status) { in getActionIdFromStatusAndMenuEntry() 216 final TextView status = (TextView)view.findViewById(android.R.id.summary); in onBindView() local
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | DeliveryReportItem.java | 26 String status; field in DeliveryReportItem 29 public DeliveryReportItem(String recipient, String status, String deliveryDate) { in DeliveryReportItem()
|
/packages/apps/Exchange/tests/src/com/android/exchange/eas/ |
D | EasProvisionTests.java | 47 final String status = "Test_Status"; in testPopulateRequestEntitySerializerPhaseInitialEx2007() local 77 final String status = "Test_Status"; in testPopulateRequestEntitySerializerPhaseInitialEx2010() local 108 final String status = "Test_Status"; in testPopulateRequestEntitySerializerPhaseWipe() local 136 final String status = "Test_Status"; in testPopulateRequestEntitySerializerPhaseAcknowledge() local
|
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcTag.cpp | 182 void nativeNfcTag_doReadCompleted (tNFA_STATUS status) in nativeNfcTag_doReadCompleted() 256 tNFA_STATUS status = NFA_STATUS_FAILED; in nativeNfcTag_doRead() local 359 tNFA_STATUS status = 0; in nativeNfcTag_doWrite() local 468 void nativeNfcTag_doDeactivateStatus (int status) in nativeNfcTag_doDeactivateStatus() 562 tNFA_STATUS status; in reSelect() local 890 tNFA_STATUS status = NFA_SendRawFrame (buf, bufLen, in nativeNfcTag_doTransceive() local 1020 void nativeNfcTag_doCheckNdefResult (tNFA_STATUS status, uint32_t maxSize, uint32_t currentSize, ui… in nativeNfcTag_doCheckNdefResult() 1101 tNFA_STATUS status = NFA_STATUS_FAILED; in nativeNfcTag_doCheckNdef() local 1236 void nativeNfcTag_doPresenceCheckResult (tNFA_STATUS status) in nativeNfcTag_doPresenceCheckResult() 1257 tNFA_STATUS status = NFA_STATUS_OK; in nativeNfcTag_doPresenceCheck() local [all …]
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
D | EasMoveItems.java | 39 public MoveResponse(final String srcMsgId, final String dstMsgId, final int status) { in MoveResponse() 73 final int status; in upsyncMovedMessages() local 136 final int status = parser.getStatusCode(); in handleResponse() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | JniCallbacks.java | 64 void bondStateChangeCallback(int status, byte[] address, int newState) { in bondStateChangeCallback() 68 void aclStateChangeCallback(int status, byte[] address, int newState) { in aclStateChangeCallback() 72 void stateChangeCallback(int status) { in stateChangeCallback()
|
/packages/services/Telephony/src/com/android/phone/ |
D | NetworkSetting.java | 330 String status = getResources().getString(R.string.network_query_error); in displayNetworkQueryFailed() local 338 String status; in displayNetworkSelectionFailed() local 355 String status = getResources().getString(R.string.registration_done); in displayNetworkSelectionSucceeded() local 391 private void networksListLoaded(List<OperatorInfo> result, int status) { in networksListLoaded()
|