Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 91) sorted by relevance

1234

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DNewOutgoingCallIntentBroadcasterTest.java121 private void badCallActionHelper(Uri handle, int expectedCode) { in badCallActionHelper()
133 Uri handle = Uri.parse("tel:6505551234"); in testAlreadyDisconnectedCall() local
147 Uri handle = Uri.parse("tel:"); in testNoNumberSupplied() local
159 Uri handle = Uri.parse("tel:6505551911"); in testEmergencyCallWithNonDefaultDialer() local
188 Uri handle = Uri.parse("tel:6505551911"); in testActionCallEmergencyCall() local
195 Uri handle = Uri.parse("tel:6505551911"); in testActionEmergencyWithEmergencyNumber() local
202 Uri handle = Uri.parse("tel:6505551911"); in testActionPrivCallWithEmergencyNumber() local
209 Uri handle = Uri.parse("tel:6505551911"); in testEmergencyCallWithGatewayExtras() local
221 Uri handle = Uri.parse("tel:6505551911"); in testActionEmergencyWithNonEmergencyNumber() local
233 Uri handle = intent.getData(); in emergencyCallTestHelper() local
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DHandleMap.java38 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()
75 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) { in Entry()
99 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService()
104 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) { in addCharacteristic()
109 void addDescriptor(int serverIf, int handle, UUID uuid, int serviceHandle) { in addDescriptor()
113 void setStarted(int serverIf, int handle, boolean started) { in setStarted()
125 Entry getByHandle(int handle) { in getByHandle()
[all …]
DCallbackInfo.java30 int handle; field in CallbackInfo
32 CallbackInfo(String address, int status, int handle) { in CallbackInfo()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallerInfoLookupHelper.java44 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()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/util/
DTelecomCallUtil.java33 Uri handle = call.getDetails().getHandle(); in isEmergencyCall() local
46 Uri handle = getHandle(call); in getNumber() local
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/
DLegacyModeSmsHandler.java40 public static void handle(Context context, Intent intent, PhoneAccountHandle handle) { in handle() method in LegacyModeSmsHandler
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapCard.java35 public final String handle; field in BluetoothPbapCard
45 public BluetoothPbapCard(String handle, String name) { in BluetoothPbapCard()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DGlowPadWrapper.java96 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/
Dcom_android_nfc_NativeNfcTag.cpp27 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 …]
Dcom_android_nfc_NativeP2pDevice.cpp122 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/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java208 PhoneAccountHandle handle = findCorrectPhoneAccountHandle(); in addNewUnknownCall() local
238 PhoneAccountHandle handle = findCorrectPhoneAccountHandle(); in sendIncomingCallIntent() local
260 PhoneAccountHandle handle = PhoneUtils.makePstnPhoneAccountHandle(mPhone); in findCorrectPhoneAccountHandle() local
DTelecomAccountRegistry.java521 boolean isVideoPauseSupported(PhoneAccountHandle handle) { in isVideoPauseSupported()
539 boolean isMergeCallSupported(PhoneAccountHandle handle) { in isMergeCallSupported()
557 boolean isVideoConferencingSupported(PhoneAccountHandle handle) { in isVideoConferencingSupported()
575 boolean isMergeOfWifiCallsAllowedWhenVoWifiOff(final PhoneAccountHandle handle) { in isMergeOfWifiCallsAllowedWhenVoWifiOff()
601 Uri getAddress(PhoneAccountHandle handle) { in getAddress()
643 boolean hasAccountEntryForPhoneAccount(PhoneAccountHandle handle) { in hasAccountEntryForPhoneAccount()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java149 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/
DNativeNfcTag.java146 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/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallNotificationReceiver.java80 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/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndldic.c100 #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/
DTelecomUtil.java85 public static Uri getAdnUriForPhoneAccount(Context context, PhoneAccountHandle handle) { in getAdnUriForPhoneAccount()
98 @Nullable PhoneAccountHandle handle) { in handleMmi()
123 public static PhoneAccount getPhoneAccount(Context context, PhoneAccountHandle handle) { in getPhoneAccount()
/packages/services/Telephony/src/com/android/phone/vvm/omtp/utils/
DPhoneAccountHandleConverter.java53 public static int toSubId(PhoneAccountHandle handle) { in toSubId()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhoneAccountRegistrationReceiver.java45 PhoneAccountHandle handle = (PhoneAccountHandle) intent.getParcelableExtra( in onReceive() local
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_sdp.cpp314 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/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java225 String handle = handleUri == null ? null : handleUri.getSchemeSpecificPart(); in sendNotificationCustomComponent() local
370 String handle = handleUri == null ? null : handleUri.getSchemeSpecificPart(); in showMissedCallNotification() local
444 String handle = call.getHandle() == null ? null : call.getHandle().getSchemeSpecificPart(); in getNameForCall() local
522 private PendingIntent createCallBackPendingIntent(Uri handle, UserHandle userHandle) { in createCallBackPendingIntent()
532 private PendingIntent createSendSmsFromNotificationPendingIntent(Uri handle, in createSendSmsFromNotificationPendingIntent()
/packages/apps/Nfc/nci/jni/
DNativeLlcpConnectionlessSocket.cpp68 jint handle = e->GetIntField(o, f); in nativeLlcpConnectionlessSocket_doSendTo() local
268 jint handle = e->GetIntField(o, f); in nativeLlcpConnectionlessSocket_doClose() local
/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
DIBluetoothMapServiceCallbacks.aidl51 void onPushMessage(String handle); in onPushMessage()
DBluetoothMapManager.java144 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()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionService.java203 PhoneAccountHandle handle = getHandle(); in handleCall() local
408 private BluetoothDevice getDevice(PhoneAccountHandle handle) { in getDevice()
484 PhoneAccountHandle handle = new PhoneAccountHandle( in getAccount() local

1234