/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | NewOutgoingCallIntentBroadcasterTest.java | 119 private void badCallActionHelper(Uri handle, int expectedCode) { in badCallActionHelper() 131 Uri handle = Uri.parse("tel:6505551234"); in testAlreadyDisconnectedCall() local 145 Uri handle = Uri.parse("tel:"); in testNoNumberSupplied() local 157 Uri handle = Uri.parse("tel:6505551911"); in testEmergencyCallWithNonDefaultDialer() local 186 Uri handle = Uri.parse("tel:6505551911"); in testActionCallEmergencyCall() local 193 Uri handle = Uri.parse("tel:6505551911"); in testActionEmergencyWithEmergencyNumber() local 200 Uri handle = Uri.parse("tel:6505551911"); in testActionPrivCallWithEmergencyNumber() local 207 Uri handle = Uri.parse("tel:6505551911"); in testEmergencyCallWithGatewayExtras() local 219 Uri handle = Uri.parse("tel:6505551911"); in testActionEmergencyWithNonEmergencyNumber() local 231 Uri handle = intent.getData(); in emergencyCallTestHelper() local [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | HandleMap.java | 38 int handle = 0; field in HandleMap.Entry 47 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry() 56 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry() 67 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() 101 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService() 106 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) { in addCharacteristic() 111 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 | 30 int handle; field in CallbackInfo 32 CallbackInfo(String address, int status, int handle) { in CallbackInfo()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallerInfoLookupHelper.java | 44 void onCallerInfoQueryComplete(Uri handle, CallerInfo info); in onCallerInfoQueryComplete() 45 void onContactPhotoQueryComplete(Uri handle, CallerInfo info); in onContactPhotoQueryComplete() 75 public void startLookup(final Uri handle, OnQueryCompleteListener listener) { in startLookup() 134 final Uri handle) { in makeCallerInfoQueryListener()
|
D | TelephonyUtil.java | 66 public static boolean shouldProcessAsEmergency(Context context, Uri handle) { in shouldProcessAsEmergency()
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/util/ |
D | TelecomCallUtil.java | 33 Uri handle = call.getDetails().getHandle(); in isEmergencyCall() local 46 Uri handle = getHandle(call); in getNumber() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | BluetoothPbapCard.java | 35 public final String handle; field in BluetoothPbapCard 45 public BluetoothPbapCard(String handle, String name) { in BluetoothPbapCard()
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | GlowPadWrapper.java | 96 public void onGrabbed(View v, int handle) { in onGrabbed() 102 public void onReleased(View v, int handle) { in onReleased() 137 public void onGrabbedStateChange(View v, int handle) { in onGrabbedStateChange()
|
/packages/apps/Nfc/nxp/jni/ |
D | com_android_nfc_NativeNfcTag.cpp | 27 static phLibNfc_Handle handle; variable 182 phLibNfc_Handle handle = 0; in com_android_nfc_NativeNfcTag_doRead() local 244 phLibNfc_Handle handle = nfc_jni_get_connected_handle(e, o); in com_android_nfc_NativeNfcTag_doWrite() local 442 jobject o, phLibNfc_Handle handle) in com_android_nfc_NativeNfcTag_doConnect() 497 jobject, phLibNfc_Handle handle) in com_android_nfc_NativeNfcTag_doHandleReconnect() 555 phLibNfc_Handle handle = nfc_jni_get_connected_handle(e,o); in com_android_nfc_NativeNfcTag_doReconnect() local 570 phLibNfc_Handle handle = 0; in com_android_nfc_NativeNfcTag_doDisconnect() local 711 phLibNfc_Handle handle = nfc_jni_get_connected_handle(e, o); in com_android_nfc_NativeNfcTag_doTransceive() local 936 phLibNfc_Handle handle = 0; in com_android_nfc_NativeNfcTag_doCheckNdef() local 1009 phLibNfc_Handle handle = 0; in com_android_nfc_NativeNfcTag_doPresenceCheck() local [all …]
|
D | com_android_nfc_NativeP2pDevice.cpp | 122 phLibNfc_Handle handle = 0; in com_android_nfc_NativeP2pDevice_doConnect() local 203 phLibNfc_Handle handle = 0; in com_android_nfc_NativeP2pDevice_doDisconnect() local 279 phLibNfc_Handle handle = nfc_jni_get_p2p_device_handle(e, o); in com_android_nfc_NativeP2pDevice_doTransceive() local 361 phLibNfc_Handle handle; in com_android_nfc_NativeP2pDevice_doReceive() local 417 phLibNfc_Handle handle = nfc_jni_get_p2p_device_handle(e, o); in com_android_nfc_NativeP2pDevice_doSend() local
|
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
D | NativeNfcTag.java | 149 private native int doConnect(int handle); in doConnect() 295 native int doHandleReconnect(int handle); in doHandleReconnect() 296 public synchronized int reconnectWithStatus(int handle) { in reconnectWithStatus() 463 private void addTechnology(int tech, int handle, int libnfctype) { in addTechnology() 519 public void addNdefFormatableTechnology(int handle, int libnfcType) { in addNdefFormatableTechnology() 530 public void addNdefTechnology(NdefMessage msg, int handle, int libnfcType, in addNdefTechnology() 582 private boolean hasTechOnHandle(int tech, int handle) { in hasTechOnHandle()
|
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/ |
D | NativeNfcTag.java | 146 private native int doConnect(int handle); in doConnect() 278 native int doHandleReconnect(int handle); in doHandleReconnect() 279 public synchronized int reconnectWithStatus(int handle) { in reconnectWithStatus() 467 private void addTechnology(int tech, int handle, int libnfctype) { in addTechnology() 510 public void addNdefFormatableTechnology(int handle, int libnfcType) { in addNdefFormatableTechnology() 521 public void addNdefTechnology(NdefMessage msg, int handle, int libnfcType, in addNdefTechnology() 573 private boolean hasTechOnHandle(int tech, int handle) { in hasTechOnHandle()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | PstnIncomingCallNotifier.java | 208 PhoneAccountHandle handle = findCorrectPhoneAccountHandle(); in addNewUnknownCall() local 238 PhoneAccountHandle handle = findCorrectPhoneAccountHandle(); in sendIncomingCallIntent() local 260 PhoneAccountHandle handle = PhoneUtils.makePstnPhoneAccountHandle(mPhone); in findCorrectPhoneAccountHandle() local
|
D | TelecomAccountRegistry.java | 407 boolean isVideoPauseSupported(PhoneAccountHandle handle) { in isVideoPauseSupported() 423 boolean isMergeCallSupported(PhoneAccountHandle handle) { in isMergeCallSupported() 445 Uri getAddress(PhoneAccountHandle handle) { in getAddress() 480 boolean hasAccountEntryForPhoneAccount(PhoneAccountHandle handle) { in hasAccountEntryForPhoneAccount()
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
D | ndldic.c | 100 #define COPY_QUE(handle, src, dst) \ argument 150 static NJ_UINT8 *get_search_index_address(NJ_DIC_HANDLE handle, NJ_UINT8 search_pattern) { in get_search_index_address() 263 static NJ_WQUE *get_que_type_and_next(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, in get_que_type_and_next() 292 static NJ_WQUE *get_que_yomiLen_and_hyoukiLen(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, in get_que_yomiLen_and_hyoukiLen() 323 static NJ_WQUE *get_que_allHinsi(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, in get_que_allHinsi() 352 static NJ_WQUE *get_que(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id) { in get_que() 386 static NJ_INT16 is_continued(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id) { in is_continued() 433 static NJ_INT16 continue_cnt(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id) { in continue_cnt() 481 static NJ_UINT16 search_next_que(NJ_DIC_HANDLE handle, NJ_UINT16 que_id) { in search_next_que() 505 static NJ_INT16 que_strcmp_complete_with_hyouki(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, in que_strcmp_complete_with_hyouki() [all …]
|
/packages/apps/Dialer/src/com/android/dialer/util/ |
D | TelecomUtil.java | 85 public static Uri getAdnUriForPhoneAccount(Context context, PhoneAccountHandle handle) { in getAdnUriForPhoneAccount() 98 PhoneAccountHandle handle) { in handleMmi() 120 public static PhoneAccount getPhoneAccount(Context context, PhoneAccountHandle handle) { in getPhoneAccount()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | CallNotificationReceiver.java | 80 public static void sendIncomingCallIntent(Context context, Uri handle, int videoState) { in sendIncomingCallIntent() 96 public static void addNewUnknownCall(Context context, Uri handle, Bundle extras) { in addNewUnknownCall()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | MissedCallNotifierImpl.java | 218 String handle = handleUri == null ? null : handleUri.getSchemeSpecificPart(); in sendNotificationCustomComponent() local 363 String handle = handleUri == null ? null : handleUri.getSchemeSpecificPart(); in showMissedCallNotification() local 437 String handle = call.getHandle() == null ? null : call.getHandle().getSchemeSpecificPart(); in getNameForCall() local 515 private PendingIntent createCallBackPendingIntent(Uri handle, UserHandle userHandle) { in createCallBackPendingIntent() 525 private PendingIntent createSendSmsFromNotificationPendingIntent(Uri handle, in createSendSmsFromNotificationPendingIntent()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_sdp.cpp | 314 int handle=-1; in sdpCreateMapMasRecordNative() local 356 int handle=-1; in sdpCreateMapMnsRecordNative() local 396 int handle=-1; in sdpCreatePbapPseRecordNative() local 439 int handle=-1; in sdpCreateOppOpsRecordNative() local 488 int handle = -1; in sdpCreateSapsRecordNative() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | PhoneAccountRegistrationReceiver.java | 45 PhoneAccountHandle handle = (PhoneAccountHandle) intent.getParcelableExtra( in onReceive() local
|
/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/ |
D | BluetoothMapManager.java | 144 public abstract void onPushMessage(String handle); in onPushMessage() 299 public void getMessage(String handle) { in getMessage() 502 public void onPushMessage(String handle) { in onPushMessage() 597 private void onPushMessage(final String handle) { in onPushMessage()
|
D | IBluetoothMapServiceCallbacks.aidl | 51 void onPushMessage(String handle); in onPushMessage()
|
/packages/apps/Nfc/nci/jni/ |
D | NativeLlcpConnectionlessSocket.cpp | 68 jint handle = e->GetIntField(o, f); in nativeLlcpConnectionlessSocket_doSendTo() local 268 jint handle = e->GetIntField(o, f); in nativeLlcpConnectionlessSocket_doClose() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnectionService.java | 203 PhoneAccountHandle handle = getHandle(); in handleCall() local 408 private BluetoothDevice getDevice(PhoneAccountHandle handle) { in getDevice() 484 PhoneAccountHandle handle = new PhoneAccountHandle( in getAccount() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 597 long handle; field in BluetoothMapContentObserver.Event 628 public Event(String eventType, long handle, String folder, in Event() 645 public Event(String eventType, long handle, String folder, TYPE msgType) { in Event() 653 public Event(String eventType, long handle, String folder, TYPE msgType, in Event() 670 public Event(String eventType, long handle, String folder, TYPE msgType, in Event() 2037 String uriStr, long handle, int status) { in setEmailMessageStatusDelete() 2135 private boolean deleteMessageMms(long handle) { in deleteMessageMms() 2169 private boolean unDeleteMessageMms(long handle) { in unDeleteMessageMms() 2218 private boolean deleteMessageSms(long handle) { in deleteMessageSms() 2251 private boolean unDeleteMessageSms(long handle) { in unDeleteMessageSms() [all …]
|