/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | NewOutgoingCallIntentBroadcasterTest.java | 125 Uri handle = Uri.parse("tel:6505551234"); in testSelfManagedCall() local 179 private void badCallActionHelper(Uri handle, int expectedCode) { in badCallActionHelper() 192 Uri handle = Uri.parse("tel:6505551234"); in testAlreadyDisconnectedCall() local 207 Uri handle = Uri.parse("tel:"); in testNoNumberSupplied() local 220 Uri handle = Uri.parse("tel:6505551911"); in testEmergencyCallWithNonDefaultDialer() local 254 Uri handle = Uri.parse("tel:6505551911"); in testActionCallEmergencyCall() local 262 Uri handle = Uri.parse("tel:6505551911"); in testActionEmergencyWithEmergencyNumber() local 270 Uri handle = Uri.parse("tel:6505551911"); in testActionPrivCallWithEmergencyNumber() local 278 Uri handle = Uri.parse("tel:6505551911"); in testEmergencyCallWithGatewayExtras() local 291 Uri handle = Uri.parse("tel:6505551911"); in testActionEmergencyWithNonEmergencyNumber() local [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | HandleMap.java | 39 public int handle = 0; field in HandleMap.Entry 48 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry() 57 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry() 68 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) { in Entry() 76 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) { in Entry() 100 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService() 105 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) { in addCharacteristic() 110 void addDescriptor(int serverIf, int handle, UUID uuid, int serviceHandle) { in addDescriptor() 115 void setStarted(int serverIf, int handle, boolean started) { in setStarted() 127 Entry getByHandle(int handle) { in getByHandle() [all …]
|
D | CallbackInfo.java | 28 public int handle; field in CallbackInfo 30 CallbackInfo(String address, int status, int handle) { in CallbackInfo()
|
/packages/services/Car/service/jni/evs/ |
D | CarEvsService.cpp | 49 jboolean connectToHalServiceIfNecessary(JNIEnv* env, jobject thiz, jlong handle) { in connectToHalServiceIfNecessary() 75 void returnFrameBuffer(JNIEnv* /*env*/, jobject /*thiz*/, jlong handle, jint bufferId) { in returnFrameBuffer() 88 jboolean openCamera(JNIEnv* env, jobject /*thiz*/, jlong handle, jstring cameraId) { in openCamera() 109 void closeCamera(JNIEnv* /*env*/, jobject /*thiz*/, jlong handle) { in closeCamera() 121 jboolean startVideoStream(JNIEnv* /*env*/, jobject /*thiz*/, jlong handle) { in startVideoStream() 134 void stopVideoStream(JNIEnv* /*env*/, jobject /*thiz*/, jlong handle) { in stopVideoStream() 161 void destroyServiceHandle(JNIEnv* /*env*/, jclass /*clazz*/, jlong handle) { in destroyServiceHandle()
|
/packages/modules/adb/client/ |
D | usb_windows.cpp | 153 int register_new_device(usb_handle* handle) { in register_new_device() 328 int usb_write(usb_handle* handle, const void* data, int len) { in usb_write() 385 int usb_read(usb_handle* handle, void* data, int len) { in usb_read() 434 void usb_cleanup_handle(usb_handle* handle) { in usb_cleanup_handle() 452 void usb_reset(usb_handle* handle) { in usb_reset() 457 static void usb_kick_locked(usb_handle* handle) { in usb_kick_locked() 463 void usb_kick(usb_handle* handle) { in usb_kick() 473 int usb_close(usb_handle* handle) { in usb_close() 492 size_t usb_get_max_packet_size(usb_handle* handle) { in usb_get_max_packet_size() 496 int recognized_device(usb_handle* handle) { in recognized_device() [all …]
|
D | usb_osx.cpp | 103 static void AddDevice(std::unique_ptr<usb_handle> handle) { in AddDevice() 299 std::unique_ptr<usb_handle> handle = in AndroidInterfaceAdded() local 332 std::unique_ptr<usb_handle> handle; in CheckInterface() local 470 int usb_write(usb_handle *handle, const void *buf, int len) in usb_write() 509 int usb_read(usb_handle *handle, void *buf, int len) in usb_read() 549 int usb_close(usb_handle *handle) in usb_close() 561 void usb_reset(usb_handle* handle) { in usb_reset() 566 static void usb_kick_locked(usb_handle *handle) in usb_kick_locked() 581 void usb_kick(usb_handle *handle) { in usb_kick() 587 size_t usb_get_max_packet_size(usb_handle* handle) { in usb_get_max_packet_size()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallerInfoLookupHelper.java | 47 void onCallerInfoQueryComplete(Uri handle, @Nullable CallerInfo info); in onCallerInfoQueryComplete() 48 void onContactPhotoQueryComplete(Uri handle, CallerInfo info); in onContactPhotoQueryComplete() 86 public CompletableFuture<Pair<Uri, CallerInfo>> startLookup(final Uri handle) { in startLookup() 120 public void startLookup(final Uri handle, OnQueryCompleteListener listener) { in startLookup() 182 final Uri handle) { in makeCallerInfoQueryListener()
|
/packages/apps/Dialer/java/com/android/dialer/notification/ |
D | VoicemailChannelUtils.java | 82 static String getChannelId(@NonNull Context context, @Nullable PhoneAccountHandle handle) { in getChannelId() 125 private static String getChannelIdForAccount(@NonNull PhoneAccountHandle handle) { in getChannelIdForAccount() 150 PhoneAccountHandle handle = in migrateGlobalVoicemailSoundSettings() local 180 @NonNull Context context, @NonNull PhoneAccountHandle handle) { in createVoicemailChannelForAccount() 195 @NonNull PhoneAccountHandle handle) { in migrateVoicemailSoundSettings() 204 @NonNull Context context, @NonNull PhoneAccountHandle handle) { in isChannelAllowedForAccount()
|
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/ |
D | CallRedirectionProcessorHelper.java | 128 protected Uri formatNumberForRedirection(Uri handle) { in formatNumberForRedirection() 137 public String getPostDialDigits(Uri handle) { in getPostDialDigits() 144 protected Uri formatNumberToE164(Uri handle) { in formatNumberToE164() 162 protected Uri removePostDialDigits(Uri handle) { in removePostDialDigits()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | VisualVoicemailNotifier.java | 103 PhoneAccountHandle handle = getAccountForCall(context, newCalls.get(0)); in showNotifications() local 157 PhoneAccountHandle handle = getAccountForCall(context, voicemail); in createNotificationForVoicemail() local 234 @NonNull Context context, @Nullable PhoneAccountHandle handle) { in getVoicemailRingtoneUri() 249 @NonNull Context context, @Nullable PhoneAccountHandle handle) { in getNotificationDefaultFlags() 298 PhoneAccountHandle handle = in getFallbackAccount() local
|
D | LegacyVoicemailNotifier.java | 57 @NonNull PhoneAccountHandle handle, in showNotification() 92 @NonNull PhoneAccountHandle handle, in createNotification() 145 @NonNull Context context, PhoneAccountHandle handle, String voicemailNumber) { in getNotificationText()
|
/packages/providers/MediaProvider/jni/ |
D | node-inl.h | 44 struct handle { struct 45 explicit handle(int fd, const RedactionInfo* ri, bool cached, bool passthrough, uid_t uid, in handle() argument 63 ~handle() { close(fd); } in ~handle() argument 314 for (const auto& handle : handles_) { in HasCachedHandle() local
|
/packages/modules/Connectivity/tests/cts/net/jni/ |
D | NativeMultinetworkJni.cpp | 97 ns_msg handle; in extractIpAddressAnswers() local 153 net_handle_t handle = (net_handle_t) nethandle; in Java_android_net_cts_MultinetworkApiTest_runResNqueryCheck() local 171 net_handle_t handle = (net_handle_t) nethandle; in Java_android_net_cts_MultinetworkApiTest_runResNsendCheck() local 214 net_handle_t handle = (net_handle_t) nethandle; in Java_android_net_cts_MultinetworkApiTest_runResNnxDomainCheck() local 251 net_handle_t handle = (net_handle_t) nethandle; in Java_android_net_cts_MultinetworkApiTest_runResNcancelCheck() local 265 net_handle_t handle = (net_handle_t) nethandle; in Java_android_net_cts_MultinetworkApiTest_runResNapiMalformedCheck() local 324 net_handle_t handle = (net_handle_t) nethandle; in Java_android_net_cts_MultinetworkApiTest_runGetaddrinfoCheck() local 340 net_handle_t handle = (net_handle_t) nethandle; in Java_android_net_cts_MultinetworkApiTest_runSetprocnetwork() local 353 net_handle_t handle = (net_handle_t) nethandle; in Java_android_net_cts_MultinetworkApiTest_runSetsocknetwork() local 405 net_handle_t handle = (net_handle_t) nethandle; in Java_android_net_cts_MultinetworkApiTest_runDatagramCheck() local
|
/packages/modules/NeuralNetworks/common/ |
D | DynamicCLDeps.cpp | 27 void* loadFunction(void* handle, const char* name) { in loadFunction() 43 void* handle = dlopen("libandroid.so", RTLD_LAZY | RTLD_LOCAL); in loadCompatibilityLayerMemoryHelper() local
|
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/ |
D | DirectToVoicemailFilter.java | 48 public void onCallerInfoQueryComplete(Uri handle, CallerInfo info) { in startFilterLookup() 76 public void onContactPhotoQueryComplete(Uri handle, CallerInfo info) { in startFilterLookup()
|
/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | DefaultSubscriptionController.java | 121 final PhoneAccountHandle handle = getDefaultCallingAccountHandle(); in getSummary() local 234 PhoneAccount getPhoneAccount(PhoneAccountHandle handle) { in getPhoneAccount() 243 public boolean isCallingAccountBindToSubscription(PhoneAccountHandle handle) { in isCallingAccountBindToSubscription() 257 public CharSequence getLabelFromCallingAccount(PhoneAccountHandle handle) { in getLabelFromCallingAccount()
|
/packages/apps/Dialer/java/com/android/dialer/telecom/ |
D | TelecomCallUtil.java | 42 Uri handle = call.getDetails().getHandle(); in isEmergencyCall() local 58 Uri handle = getHandle(call); in getNumber() local
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | CallNotificationReceiver.java | 84 public static void sendIncomingCallIntent(Context context, Uri handle, int videoState) { in sendIncomingCallIntent() 100 public static void sendIncomingRttCallIntent(Context context, Uri handle, int videoState) { in sendIncomingRttCallIntent() 117 public static void addNewUnknownCall(Context context, Uri handle, Bundle extras) { in addNewUnknownCall()
|
/packages/apps/TV/common/src/com/android/tv/common/compat/internal/ |
D | RecordingClientCompatProcessor.java | 74 private void handle(String inputId, NotifyDevToast devToast) { in handle() method in RecordingClientCompatProcessor 80 private void handle(String inputId, RecordingEvents.RecordingStarted recStart) { in handle() method in RecordingClientCompatProcessor
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | DisconnectedCallNotifier.java | 76 public final Uri handle; field in DisconnectedCallNotifier.CallInfo 83 public CallInfo(UserHandle userHandle, Uri handle, long endTimeMs, Bitmap callerInfoIcon, in CallInfo() 208 String handle = call.handle != null ? call.handle.getSchemeSpecificPart() : null; in showDisconnectedNotification() local 319 private PendingIntent createCallBackPendingIntent(Uri handle, UserHandle userHandle) { in createCallBackPendingIntent() 365 private PendingIntent createSendSmsFromNotificationPendingIntent(Uri handle, in createSendSmsFromNotificationPendingIntent()
|
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorConference.java | 44 PhoneAccountHandle handle, @Simulator.ConferenceType int conferenceType) { in SimulatorConference() 50 static SimulatorConference newGsmConference(PhoneAccountHandle handle) { in newGsmConference() 61 static SimulatorConference newVoLteConference(PhoneAccountHandle handle) { in newVoLteConference()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/sms/ |
D | LegacyModeSmsHandler.java | 50 public static void handle(Context context, VisualVoicemailSms sms) { in handle() method in LegacyModeSmsHandler 54 PhoneAccountHandle handle = sms.getPhoneAccountHandle(); in handle() local
|
/packages/services/Car/service/proto/ |
D | phone_auth.proto | 14 bytes handle = 2; field
|
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
D | NativeNfcTag.java | 152 private native int doConnect(int handle); in doConnect() 306 native int doHandleReconnect(int handle); in doHandleReconnect() 307 public synchronized int reconnectWithStatus(int handle) { in reconnectWithStatus() 474 private void addTechnology(int tech, int handle, int libnfctype) { in addTechnology() 530 public void addNdefFormatableTechnology(int handle, int libnfcType) { in addNdefFormatableTechnology() 541 public void addNdefTechnology(NdefMessage msg, int handle, int libnfcType, in addNdefTechnology() 593 private boolean hasTechOnHandle(int tech, int handle) { in hasTechOnHandle()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
D | MapClientContent.java | 77 void onMessageStatusChanged(String handle, int status); in onMessageStatusChanged() 193 void storeMessage(Bmessage message, String handle, Long timestamp) { in storeMessage() 207 private void storeSms(Bmessage message, String handle, Long timestamp) { in storeSms() 247 void deleteMessage(String handle) { in deleteMessage() 260 void markRead(String handle) { in markRead() 304 private void storeMms(Bmessage message, String handle, Long timestamp) { in storeMms() 569 MessageStatus(String handle, int read) { in MessageStatus()
|