Searched refs:status (Results 51 - 75 of 328) sorted by relevance

1234567891011>>

/packages/services/Telecomm/src/com/android/server/telecom/
H A DBluetoothHeadsetProxy.java39 public void clccResponse(int index, int direction, int status, int mode, boolean mpty, argument
42 mBluetoothHeadset.clccResponse(index, direction, status, mode, mpty, number, type);
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java106 public SdpSearchInstance(int status, BluetoothDevice device, ParcelUuid uuid){ argument
109 this.mStatus = status;
122 public void setStatus(int status) { argument
123 this.mStatus = status;
229 void sdpMasRecordFoundCallback(int status, byte[] address, byte[] uuid, argument
246 inst.setStatus(status);
247 if(status == AbstractionLayer.BT_STATUS_SUCCESS) {
262 void sdpMnsRecordFoundCallback(int status, byte[] address, byte[] uuid, argument
277 inst.setStatus(status);
278 if(status
291 sdpPseRecordFoundCallback(int status, byte[] address, byte[] uuid, int l2capPsm, int rfcommCannelNumber, int profileVersion, int supportedFeatures, int supportedRepositories, String serviceName, boolean moreResults) argument
321 sdpOppOpsRecordFoundCallback(int status, byte[] address, byte[] uuid, int l2capPsm, int rfcommCannelNumber, int profileVersion, String serviceName, byte[] formatsList, boolean moreResults) argument
351 sdpSapsRecordFoundCallback(int status, byte[] address, byte[] uuid, int rfcommCannelNumber, int profileVersion, String serviceName, boolean moreResults) argument
377 sdpRecordFoundCallback(int status, byte[] address, byte[] uuid, int size_record, byte[] record) argument
[all...]
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_controller.cpp358 RawAddress* bd_addr, btrc_status_t status,
544 status, itemArray.get());
569 uint8_t status) {
570 ALOGI("%s status %d", __func__, status);
576 sCallbacksObj, method_handleSetAddressedPlayerRsp, (jint)status);
696 bt_status_t status = local
698 if (status != BT_STATUS_SUCCESS) {
699 ALOGE("Failed to initialize Bluetooth Avrcp Controller, status: %d",
700 status);
357 btavrcp_get_folder_items_callback( RawAddress* bd_addr, btrc_status_t status, const btrc_folder_items_t* folder_items, uint8_t count) argument
568 btavrcp_set_addressed_player_callback(RawAddress* bd_addr, uint8_t status) argument
741 bt_status_t status = sBluetoothAvrcpInterface->send_pass_through_cmd( local
767 bt_status_t status = sBluetoothAvrcpInterface->send_group_navigation_cmd( local
814 bt_status_t status = sBluetoothAvrcpInterface->set_player_app_setting_cmd( local
837 bt_status_t status = sBluetoothAvrcpInterface->set_volume_rsp( local
856 bt_status_t status = sBluetoothAvrcpInterface->register_abs_vol_rsp( local
876 bt_status_t status = local
894 bt_status_t status = sBluetoothAvrcpInterface->get_now_playing_list_cmd( local
911 bt_status_t status = sBluetoothAvrcpInterface->get_folder_list_cmd( local
929 bt_status_t status = sBluetoothAvrcpInterface->get_player_list_cmd( local
955 bt_status_t status = sBluetoothAvrcpInterface->change_folder_path_cmd( local
973 bt_status_t status = sBluetoothAvrcpInterface->set_browsed_player_cmd( local
991 bt_status_t status = sBluetoothAvrcpInterface->set_addressed_player_cmd( local
1016 bt_status_t status = sBluetoothAvrcpInterface->play_item_cmd( local
[all...]
H A Dcom_android_bluetooth_pan.cpp145 bt_status_t status = sPanIf->init(&sBluetoothPanCallbacks); local
146 if (status != BT_STATUS_SUCCESS) {
147 error("Failed to initialize Bluetooth PAN, status: %d", status);
176 bt_status_t status = BT_STATUS_FAIL; local
178 if (sPanIf) status = sPanIf->enable(local_role);
180 return status == BT_STATUS_SUCCESS ? JNI_TRUE : JNI_FALSE;
203 bt_status_t status = sPanIf->connect((RawAddress*)addr, src_role, dest_role); local
204 if (status != BT_STATUS_SUCCESS) {
205 error("Failed PAN channel connection, status
224 bt_status_t status = sPanIf->disconnect((RawAddress*)addr); local
[all...]
H A Dcom_android_bluetooth_avrcp.cpp83 /** Callback for play status request */
589 bt_status_t status = local
591 if (status != BT_STATUS_SUCCESS) {
592 ALOGE("Failed to initialize Bluetooth Avrcp, status: %d", status);
632 bt_status_t status = sBluetoothAvrcpInterface->get_play_status_rsp( local
634 if (status != BT_STATUS_SUCCESS) {
635 ALOGE("Failed get_play_status_rsp, status: %d", status);
638 return (status
696 bt_status_t status = local
760 bt_status_t status = sBluetoothAvrcpInterface->get_item_attr_rsp( local
784 bt_status_t status = sBluetoothAvrcpInterface->register_notification_rsp( local
818 bt_status_t status = sBluetoothAvrcpInterface->register_notification_rsp( local
839 bt_status_t status = sBluetoothAvrcpInterface->register_notification_rsp( local
857 bt_status_t status = sBluetoothAvrcpInterface->register_notification_rsp( local
879 bt_status_t status = sBluetoothAvrcpInterface->register_notification_rsp( local
899 bt_status_t status = sBluetoothAvrcpInterface->register_notification_rsp( local
918 bt_status_t status = sBluetoothAvrcpInterface->register_notification_rsp( local
936 bt_status_t status = sBluetoothAvrcpInterface->set_volume((uint8_t)volume); local
1026 bt_status_t status = sBluetoothAvrcpInterface->get_folder_items_list_rsp( local
1161 bt_status_t status = sBluetoothAvrcpInterface->get_folder_items_list_rsp( local
1199 bt_status_t status = sBluetoothAvrcpInterface->set_addressed_player_rsp( local
1253 bt_status_t status = sBluetoothAvrcpInterface->set_browsed_player_rsp( local
1284 bt_status_t status = sBluetoothAvrcpInterface->change_path_rsp( local
1310 bt_status_t status = sBluetoothAvrcpInterface->search_rsp( local
1335 bt_status_t status = local
1361 bt_status_t status = sBluetoothAvrcpInterface->get_total_num_of_items_rsp( local
1385 bt_status_t status = sBluetoothAvrcpInterface->add_to_now_playing_rsp( local
[all...]
H A Dcom_android_bluetooth_a2dp_sink.cpp140 bt_status_t status = sBluetoothA2dpInterface->init(&sBluetoothA2dpCallbacks); local
141 if (status != BT_STATUS_SUCCESS) {
142 ALOGE("Failed to initialize Bluetooth A2DP Sink, status: %d", status);
180 bt_status_t status = sBluetoothA2dpInterface->connect((RawAddress*)addr); local
181 if (status != BT_STATUS_SUCCESS) {
182 ALOGE("Failed HF connection, status: %d", status);
185 return (status == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
198 bt_status_t status local
[all...]
H A Dcom_android_bluetooth_a2dp.cpp281 bt_status_t status = local
283 if (status != BT_STATUS_SUCCESS) {
284 ALOGE("Failed to initialize Bluetooth A2DP, status: %d", status);
322 bt_status_t status = sBluetoothA2dpInterface->connect((RawAddress*)addr); local
323 if (status != BT_STATUS_SUCCESS) {
324 ALOGE("Failed HF connection, status: %d", status);
327 return (status == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
340 bt_status_t status local
355 bt_status_t status = sBluetoothA2dpInterface->config_codec(codec_preferences); local
[all...]
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/
H A DVvmNetworkRequest.java75 OmtpVvmCarrierConfigHelper config, PhoneAccountHandle handle, VoicemailStatus.Editor status)
78 new FutureNetworkRequestCallback(config, handle, status);
100 VoicemailStatus.Editor status) {
101 super(config, phoneAccount, status);
74 getNetwork( OmtpVvmCarrierConfigHelper config, PhoneAccountHandle handle, VoicemailStatus.Editor status) argument
97 FutureNetworkRequestCallback( OmtpVvmCarrierConfigHelper config, PhoneAccountHandle phoneAccount, VoicemailStatus.Editor status) argument
/packages/services/Car/evs/manager/
H A Dservice.cpp85 status_t status = service->registerAsService(kManagedEnumeratorName); local
86 if (status == OK) {
93 ALOGE("Could not register service %s (%d).", kManagedEnumeratorName, status);
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DProcessSentMessageAction.java48 * Update message status to reflect success or failure
73 private static final String KEY_STATUS = "status";
101 final int status, final int rawStatus, final int resultCode) {
110 params.putInt(KEY_STATUS, status);
121 * Update message status to reflect success or failure
133 int status = actionParameters.getInt(KEY_STATUS, MmsUtils.MMS_REQUEST_MANUAL_RETRY);
157 // Get the status from the response PDU and update telephony
163 status = result.status;
172 errorMsg += (", HTTP status cod
99 processMessageSentFastFailed(final String messageId, final Uri messageUri, final Uri updatedMessageUri, final int subId, final boolean isSms, final int status, final int rawStatus, final int resultCode) argument
201 processResult(final String messageId, Uri updatedMessageUri, int status, final int rawStatus, final boolean isSms, final Action processingAction, final int subId, final int resultCode, final int httpStatusCode) argument
[all...]
H A DProcessDeliveryReportAction.java42 private static final String KEY_STATUS = "status";
44 private ProcessDeliveryReportAction(final Uri uri, final int status) { argument
46 actionParameters.putInt(KEY_STATUS, status);
49 public static void deliveryReportReceived(final Uri uri, final int status) { argument
50 final ProcessDeliveryReportAction action = new ProcessDeliveryReportAction(uri, status);
57 final int status = actionParameters.getInt(KEY_STATUS);
69 MmsUtils.updateSmsStatusAndDateSent(smsMessageUri, status, timeSentInMillis);
77 Telephony.Sms.MESSAGE_TYPE_SENT /* type */, status);
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
H A DLocationPresenter.java76 int status = LocationHelper.checkLocation(location);
78 if (status == LocationHelper.LOCATION_STATUS_OK) {
86 } else if (status != LocationHelper.LOCATION_STATUS_NO_LOCATION) {
91 if (status == LocationHelper.LOCATION_STATUS_STALE) {
93 } else if (status == LocationHelper.LOCATION_STATUS_INACCURATE) {
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageWizardMigrateProgress.java58 // Register for updates and push through current status
65 public void onStatusChanged(int moveId, int status, long estMillis) {
69 if (PackageManager.isMoveStatusFinished(status)) {
70 Log.d(TAG, "Finished with status " + status);
71 if (status == PackageManager.MOVE_SUCCEEDED) {
92 setCurrentProgress(status);
/packages/services/Car/libvehiclemonitor/native/
H A DIVehicleMonitor.cpp51 status_t status = remote()->transact(SET_APP_PRIORITY, data, &reply); local
52 if (status == NO_ERROR) {
63 return status;
71 status_t status = remote()->transact(SET_MONITOR_LISTENER, data, &reply); local
72 return status;
/packages/apps/Nfc/nci/jni/
H A DNativeLlcpConnectionlessSocket.cpp79 tNFA_STATUS status = NFA_P2pSendUI((tNFA_HANDLE) handle, nsap, byte_count, raw_ptr); local
81 ALOGV("%s: NFA_P2pSendUI done, status = %d", __func__, status);
82 if (status != NFA_STATUS_OK)
84 ALOGE("%s: NFA_P2pSendUI failed, status = %d", __func__, status);
203 // Wait for sConnlessRecvSem completion status
270 tNFA_STATUS status = NFA_P2pDisconnect((tNFA_HANDLE) handle, FALSE); local
271 if (status != NFA_STATUS_OK)
273 ALOGE("%s: disconnect failed, status
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DActionBatch.java116 final int status = values.getAsInteger(MetadataDbHelper.STATUS_COLUMN);
118 if (MetadataDbHelper.STATUS_DOWNLOADING == status) {
120 // word list status to "available".
123 } else if (MetadataDbHelper.STATUS_AVAILABLE != status
124 && MetadataDbHelper.STATUS_RETRYING != status) {
126 Log.e(TAG, "Unexpected state of the word list '" + mWordList.mId + "' : " + status
158 * An action that updates the database to reflect the status of a newly installed word list.
181 final int status = mWordListValues.getAsInteger(MetadataDbHelper.STATUS_COLUMN);
182 if (MetadataDbHelper.STATUS_DOWNLOADING != status) {
184 Log.e(TAG, "Unexpected state of the word list '" + id + "' : " + status
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexClientSession.java269 int status = BluetoothShare.STATUS_SUCCESS;
276 status = BluetoothShare.STATUS_CANCELED;
281 status = BluetoothShare.STATUS_CONNECTION_ERROR;
283 if (status == BluetoothShare.STATUS_SUCCESS) {
286 status = sendFile(mFileInfo);
289 status = mFileInfo.mStatus;
293 Constants.updateShareStatus(mContext1, mInfo.mId, status);
297 msg.what = (status == BluetoothShare.STATUS_SUCCESS) ?
300 mInfo.mStatus = status;
341 int status
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutInfo.java127 public int status; field in class:ShortcutInfo
143 status = info.status;
171 .put(LauncherSettings.Favorites.RESTORED, status);
189 return (status & flag) != 0;
207 status |= FLAG_INSTALL_SESSION_ACTIVE;
/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
H A DVvm3Protocol.java93 // Send a status request which will start the provisioning process if the user is not
115 VoicemailStatus.Editor status,
122 VvmLog.i(TAG, "Provisioning status: Unknown");
125 new Vvm3Subscriber(task, phoneAccountHandle, config, status, data).subscribe();
127 config.handleEvent(status, OmtpEvents.VVM3_SUBSCRIBER_UNKNOWN);
136 startProvisionNewUser(task, phoneAccountHandle, config, status, message);
142 config.handleEvent(status, OmtpEvents.VVM3_SUBSCRIBER_BLOCKED);
159 VoicemailStatus.Editor status,
161 Vvm3EventHandler.handleEvent(context, config, status, event);
182 // with iPhone visual voicemail without VoLTE. Translate it into an unprovisioned status
111 startProvisioning( ActivationTask task, PhoneAccountHandle phoneAccountHandle, OmtpVvmCarrierConfigHelper config, VoicemailStatus.Editor status, StatusMessage message, Bundle data) argument
156 handleEvent( Context context, OmtpVvmCarrierConfigHelper config, VoicemailStatus.Editor status, OmtpEvents event) argument
204 startProvisionNewUser( ActivationTask task, PhoneAccountHandle phoneAccountHandle, OmtpVvmCarrierConfigHelper config, VoicemailStatus.Editor status, StatusMessage message) argument
[all...]
/packages/apps/Messaging/src/com/android/messaging/receiver/
H A DSendStatusReceiver.java84 int status = 0;
86 status = smsMessage.getStatus();
93 ProcessDeliveryReportAction.deliveryReportReceived(smsMessageUri, status);
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
H A DFilesActivityPerfTest.java131 final Bundle status = new Bundle();
132 status.putDouble(KEY_FILES_LISTED_PERFORMANCE_FIRST, measurements.get(0));
138 status.putDouble(KEY_FILES_LISTED_PERFORMANCE_MEDIAN, median);
140 getInstrumentation().sendStatus(Activity.RESULT_OK, status);
/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
H A DGetCapabilitiesTask.java84 int status = -1;
88 status = mBackend.nativeGetCapabilities(Backend.getIp(mUri.getHost()),
95 Log.d(TAG, "callNativeGetCapabilities uri=" + mUri + " status=" + status +
99 return status == BackendConstants.STATUS_OK ? printerCaps : null;
/packages/services/Car/tools/emulator/
H A Ddiagnostic_injector.py99 status = self.chat(
103 builtEvent)).status
104 if status == 0:
107 print("fail: %s" % status)
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java154 int status = -1;
167 //status = doConnect(mTechHandles[i]);
168 status = doConnect(i);
172 //status = reconnectWithStatus(mTechHandles[i]);
173 status = reconnectWithStatus(i);
175 if (status == 0) {
190 // status = 0;
192 status = reconnectWithStatus(i);
201 status = reconnectWithStatus(i);
202 if (status
[all...]
/packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
H A DSimpleBleClient.java238 private String getStatus(int status) { argument
239 switch (status) {
307 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
308 super.onConnectionStateChange(gatt, status, newState);
326 Log.d(TAG, " Gatt connection status: " + getStatus(status) + " newState: " + state);
331 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
332 super.onServicesDiscovered(gatt, status);
334 Log.d(TAG, "onServicesDiscovered: " + status);
355 BluetoothGattCharacteristic characteristic, int status) {
[all...]

Completed in 686 milliseconds

1234567891011>>