Searched refs:handle (Results 76 - 100 of 120) sorted by relevance

12345

/packages/services/Telecomm/src/com/android/server/telecom/
H A DPhoneAccountRegistrar.java111 * In practice, (2) is stored with the phone account handle and is part of the handle's ID. (1) is
125 PhoneAccountHandle handle) {}
127 PhoneAccountHandle handle) {}
184 * @param accountHandle The handle for the phone account for which to retrieve the
422 * @return phone account handle of sim call manager based on the ongoing call.
591 * @param userHandle User handle of phone account owner.
733 PhoneAccountHandle handle = phoneAccount.getAccountHandle();
734 if (Objects.equals(packageName, handle.getComponentName().getPackageName())
735 && Objects.equals(userHandle, handle
124 onPhoneAccountRegistered(PhoneAccountRegistrar registrar, PhoneAccountHandle handle) argument
126 onPhoneAccountUnRegistered(PhoneAccountRegistrar registrar, PhoneAccountHandle handle) argument
763 fireAccountRegistered(PhoneAccountHandle handle) argument
769 fireAccountUnRegistered(PhoneAccountHandle handle) argument
895 getPhoneAccountUnchecked(PhoneAccountHandle handle) argument
909 getPhoneAccount(PhoneAccountHandle handle, UserHandle userHandle) argument
913 getPhoneAccount(PhoneAccountHandle handle, UserHandle userHandle, boolean acrossProfiles) argument
922 getPhoneAccountOfCurrentUser(PhoneAccountHandle handle) argument
[all...]
H A DCall.java215 public void onCallerInfoQueryComplete(Uri handle, CallerInfo callerInfo) {
217 Call.this.setCallerInfo(handle, callerInfo);
222 public void onContactPhotoQueryComplete(Uri handle, CallerInfo callerInfo) {
224 Call.this.setCallerInfo(handle, callerInfo);
278 /** The gateway information associated with this call. This stores the original call handle
279 * that the user is attempting to connect to via the gateway, the actual handle to dial in
297 /** The handle with which to establish this call. */
301 * The presentation requirements for the handle. See {@link TelecomManager} for valid values.
309 * The presentation requirements for the handle. See {@link TelecomManager} for valid values.
460 * Two pairs of {@link android.os.ParcelFileDescriptor}s that handle RT
511 Call( String callId, Context context, CallsManager callsManager, TelecomSystem.SyncRoot lock, ConnectionServiceRepository repository, ContactsAsyncHelper contactsAsyncHelper, CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory, PhoneNumberUtilsAdapter phoneNumberUtilsAdapter, Uri handle, GatewayInfo gatewayInfo, PhoneAccountHandle connectionManagerPhoneAccountHandle, PhoneAccountHandle targetPhoneAccountHandle, int callDirection, boolean shouldAttachToExistingConnection, boolean isConference, ClockProxy clockProxy) argument
570 Call( String callId, Context context, CallsManager callsManager, TelecomSystem.SyncRoot lock, ConnectionServiceRepository repository, ContactsAsyncHelper contactsAsyncHelper, CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory, PhoneNumberUtilsAdapter phoneNumberUtilsAdapter, Uri handle, GatewayInfo gatewayInfo, PhoneAccountHandle connectionManagerPhoneAccountHandle, PhoneAccountHandle targetPhoneAccountHandle, int callDirection, boolean shouldAttachToExistingConnection, boolean isConference, long connectTimeMillis, long connectElapsedTimeMillis, ClockProxy clockProxy) argument
921 setHandle(Uri handle) argument
925 setHandle(Uri handle, int presentation) argument
2256 setCallerInfo(Uri handle, CallerInfo callerInfo) argument
[all...]
H A DCreateConnectionProcessor.java304 // Phone accounts in profile do not handle emergency call, use phone accounts in
408 PhoneAccountHandle handle = mCall.getConnectionManagerPhoneAccount();
409 if (handle == null || !handle.equals(mPhoneAccountRegistrar.getSimCallManagerFromCall(
422 Log.d(CreateConnectionProcessor.this, "Connection manager declined to handle the "
H A DCallLogManager.java332 Uri handle = call.getOriginalHandle();
334 if (handle == null) {
338 String handleString = handle.getSchemeSpecificPart();
350 * @return A handle to the AsyncTask that will add the call to the call log asynchronously.
410 * @param userToBeInserted user handle of user that the call going be inserted to. null
H A DParcelableCallUtils.java148 Uri handle = call.getHandlePresentation() == TelecomManager.PRESENTATION_ALLOWED ?
170 handle,
208 // The InCallService supports external calls, so it must handle
215 // handle external calls.
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp256 int status, uint16_t handle) {
261 conn_id, status, registered, handle);
276 address.get(), p_data.handle, p_data.is_notify,
297 conn_id, status, p_data->handle, jb.get());
300 void btgattc_write_characteristic_cb(int conn_id, int status, uint16_t handle) { argument
305 conn_id, status, handle);
331 status, p_data.handle, jb.get());
334 void btgattc_write_descriptor_cb(int conn_id, int status, uint16_t handle) { argument
339 status, handle);
690 void btgatts_response_confirmation_cb(int status, int handle) { argument
255 btgattc_register_for_notification_cb(int conn_id, int registered, int status, uint16_t handle) argument
1067 gattClientReadCharacteristicNative(JNIEnv* env, jobject object, jint conn_id, jint handle, jint authReq) argument
1086 gattClientReadDescriptorNative(JNIEnv* env, jobject object, jint conn_id, jint handle, jint authReq) argument
1094 gattClientWriteCharacteristicNative(JNIEnv* env, jobject object, jint conn_id, jint handle, jint write_type, jint auth_req, jbyteArray value) argument
1122 gattClientWriteDescriptorNative(JNIEnv* env, jobject object, jint conn_id, jint handle, jint auth_req, jbyteArray value) argument
1143 gattClientRegisterForNotificationsNative( JNIEnv* env, jobject object, jint clientIf, jstring address, jint handle, jboolean enable) argument
1638 gattServerSendResponseNative(JNIEnv* env, jobject object, jint server_if, jint conn_id, jint trans_id, jint status, jint handle, jint offset, jbyteArray val, jint auth_req) argument
[all...]
/packages/apps/Nfc/nci/jni/
H A DRoutingManager.cpp528 ALOGV("%s: NFA_CE_REGISTERED_EVT; status=0x%X; h=0x%X", fn, ce_registered.status, ce_registered.handle);
535 ALOGV("%s: NFA_CE_DEREGISTERED_EVT; h=0x%X", fn, ce_deregistered.handle);
559 ALOGV("%s: NFA_CE_DATA_EVT; stat=0x%X; h=0x%X; data len=%u", fn, ce_data.status, ce_data.handle, ce_data.len);
595 ALOGV("%s: NFA_EE_MODE_SET_EVT; status: 0x%04X handle: 0x%04X ", fn,
724 void RoutingManager::deregisterT3tIdentifier(int handle) argument
731 tNFA_STATUS nfaStat = NFA_CeDeregisterFelicaSystemCodeOnDH (handle);
755 routingManager.mNfcFOnDhHandle = eventData->ce_registered.handle;
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
H A DMtpImageView.java85 int handle = object.getObjectHandle();
86 if (handle == mObjectHandle && gen == mGeneration) {
92 mObjectHandle = handle;
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/e2eui/
H A DManagedProfileTest.java126 new DefaultFailureHandler(getContext()).handle(e, matcher);
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java82 void onTagDisconnected(long handle); argument
/packages/services/Car/TrustAgent/src/com/android/car/trust/
H A DCarUnlockService.java38 void unlockDevice(byte[] token, long handle); argument
95 Log.d(TAG, "Unlock handle received, value: " + Utils.getLong(value));
124 // Both the handle and token has been received, try to unlock the device.
147 // Characteristic to describe the handle being used for this escrow token
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DTelecomServiceImplTest.java615 Uri handle = Uri.parse("tel:6505551234");
623 mTSIBinder.placeCall(handle, extras, DEFAULT_DIALER_PACKAGE);
624 placeCallTestHelper(handle, extras, true);
629 Uri handle = Uri.parse("tel:6505551234");
637 mTSIBinder.placeCall(handle, extras, DEFAULT_DIALER_PACKAGE);
638 placeCallTestHelper(handle, extras, false);
643 Uri handle = Uri.parse("tel:6505551234");
651 mTSIBinder.placeCall(handle, extras, DEFAULT_DIALER_PACKAGE);
652 placeCallTestHelper(handle, extras, false);
668 Uri handle
[all...]
H A DPhoneAccountRegistrarTest.java500 PhoneAccountHandle handle = makeQuickAccountHandle("foo");
501 roundTripPhoneAccount(new PhoneAccount.Builder(handle, null).build());
502 roundTripPhoneAccount(new PhoneAccount.Builder(handle, "foo").build());
504 new PhoneAccount.Builder(handle, "foo")
517 new PhoneAccount.Builder(handle, "foo")
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java34 private long mCpHandle = 0; /* The content provider handle - without type information */
73 public void setHandle(long handle) { argument
74 this.mCpHandle = handle;
272 xmlMsgElement.attribute(null, "handle",
H A DBluetoothMapObexServer.java622 long handle = mObserver.pushMessage(message, folderElement, appParams, mBaseUriString);
623 if (D) Log.d(TAG, "pushMessage handle: " + handle);
624 if (handle < 0) {
625 if(D) Log.w(TAG, "Message handle not created" );
629 String handleStr = BluetoothMapUtils.getMapHandle(handle, message.getType());
673 long handle;
689 handle = BluetoothMapUtils.getCpHandle(msgHandle);
691 if(D) Log.d(TAG,"setMessageStatus. Handle:" + handle+", MsgType: "+ msgType);
693 Log.w(TAG, "Wrongly formatted message handle
1486 sendGetMessageRsp(Operation op, String handle, BluetoothMapAppParams appParams, String version) argument
[all...]
/packages/apps/Car/libs/
H A Dresource_generator.py166 # It's more work than it's worth to handle that case.
274 with open(csv_file, 'r') as handle:
275 reader = csv.reader(handle) # Defaults to the excel dialect of csv.
/packages/apps/Dialer/java/com/android/dialer/notification/
H A DNotificationChannelManager.java92 @NonNull Context context, @Nullable PhoneAccountHandle handle) {
95 return VoicemailChannelUtils.getChannelId(context, handle);
91 getVoicemailChannelId( @onNull Context context, @Nullable PhoneAccountHandle handle) argument
/packages/apps/Dialer/java/com/android/voicemail/impl/sms/
H A DOmtpMessageReceiver.java66 // LegacyModeSmsHandler can handle new message notifications without storage access
67 LegacyModeSmsHandler.handle(context, sms);
80 LegacyModeSmsHandler.handle(context, sms);
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipAccountRegistry.java190 PhoneAccountHandle handle = SipUtil.createAccountHandle(context, sipProfileName);
191 TelecomManager.from(context).unregisterPhoneAccount(handle);
/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnectionService.java261 Uri handle = request.getAddress();
262 if (handle == null) {
263 Log.d(this, "onCreateOutgoingConnection, handle is null");
270 String scheme = handle.getScheme();
293 handle = Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null);
303 number = handle.getSchemeSpecificPart();
349 handle = Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null);
362 final Uri emergencyHandle = handle;
440 isEmergencyNumber, handle, phone);
470 boolean isEmergencyNumber, final Uri handle, Phon
469 getTelephonyConnection(final ConnectionRequest request, final String number, boolean isEmergencyNumber, final Uri handle, Phone phone) argument
[all...]
H A DImsConference.java228 * the handle and endpoint Uris.
259 * @param phoneAccountHandle The phone account handle associated with the conference.
783 * Determines if the passed in participant handle is the same as the conference host's handle.
787 * @param hostHandles The handle(s) of the connection hosting the conference.
788 * @param handle The handle of the conference participant.
789 * @return {@code true} if the host's handle matches the participant's handle, {@code false}
792 private boolean isParticipantHost(Uri[] hostHandles, Uri handle) { argument
[all...]
/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DOmtpService.java85 LegacyModeSmsHandler.handle(this, sms);
94 // isUserUnlocked() is not checked. OmtpMessageReceiver will handle the locked case.
/packages/providers/ContactsProvider/src/com/android/providers/contacts/sqlite/
H A DSqlChecker.java254 // (Note it doesn't handle the X'' literal properly and reports this X as a token,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCallLogProvider.java455 void adjustForNewPhoneAccount(PhoneAccountHandle handle) { argument
456 mTaskScheduler.scheduleTask(BACKGROUND_TASK_ADJUST_PHONE_ACCOUNT, handle);
609 * Un-hides any hidden call log entries that are associated with the specified handle.
611 * @param handle The handle to the newly registered {@link android.telecom.PhoneAccount}.
613 private void adjustForNewPhoneAccountInternal(PhoneAccountHandle handle) { argument
615 new String[] { handle.getComponentName().flattenToString(), handle.getId() };
617 // Check to see if any entries exist for this handle. If so (not empty), run the un-hiding
633 PhoneAccount account = tm.getPhoneAccount(handle);
[all...]
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
H A DCallLogBackupAgent.java256 PhoneAccountHandle handle = null;
258 handle = new PhoneAccountHandle(
264 call.numberPresentation, call.type, call.features, handle, call.date,

Completed in 2035 milliseconds

12345