Home
last modified time | relevance | path

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

1234

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DNewOutgoingCallIntentBroadcasterTest.java122 private void badCallActionHelper(Uri handle, int expectedCode) { in badCallActionHelper()
134 Uri handle = Uri.parse("tel:6505551234"); in testAlreadyDisconnectedCall() local
148 Uri handle = Uri.parse("tel:"); in testNoNumberSupplied() local
160 Uri handle = Uri.parse("tel:6505551911"); in testEmergencyCallWithNonDefaultDialer() local
189 Uri handle = Uri.parse("tel:6505551911"); in testActionCallEmergencyCall() local
196 Uri handle = Uri.parse("tel:6505551911"); in testActionEmergencyWithEmergencyNumber() local
203 Uri handle = Uri.parse("tel:6505551911"); in testActionPrivCallWithEmergencyNumber() local
210 Uri handle = Uri.parse("tel:6505551911"); in testEmergencyCallWithGatewayExtras() local
222 Uri handle = Uri.parse("tel:6505551911"); in testActionEmergencyWithNonEmergencyNumber() local
234 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.java28 int handle; field in CallbackInfo
30 CallbackInfo(String address, int status, int handle) { in CallbackInfo()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallerInfoLookupHelper.java48 void onCallerInfoQueryComplete(Uri handle, @Nullable CallerInfo info); in onCallerInfoQueryComplete()
49 void onContactPhotoQueryComplete(Uri handle, CallerInfo info); in onContactPhotoQueryComplete()
80 public void startLookup(final Uri handle, OnQueryCompleteListener listener) { in startLookup()
141 final Uri handle) { in makeCallerInfoQueryListener()
DPhoneAccountRegistrar.java124 PhoneAccountHandle handle) {} in onPhoneAccountRegistered()
126 PhoneAccountHandle handle) {} in onPhoneAccountUnRegistered()
732 PhoneAccountHandle handle = phoneAccount.getAccountHandle(); in clearAccounts() local
762 private void fireAccountRegistered(PhoneAccountHandle handle) { in fireAccountRegistered()
768 private void fireAccountUnRegistered(PhoneAccountHandle handle) { in fireAccountUnRegistered()
894 public PhoneAccount getPhoneAccountUnchecked(PhoneAccountHandle handle) { in getPhoneAccountUnchecked()
908 public PhoneAccount getPhoneAccount(PhoneAccountHandle handle, UserHandle userHandle) { in getPhoneAccount()
912 public PhoneAccount getPhoneAccount(PhoneAccountHandle handle, in getPhoneAccount()
921 public PhoneAccount getPhoneAccountOfCurrentUser(PhoneAccountHandle handle) { in getPhoneAccountOfCurrentUser()
1004 PhoneAccountHandle handle = m.getAccountHandle(); in getPhoneAccounts() local
DMissedCallNotifier.java31 Uri handle, long creationTimeMillis) { in makeCallInfo()
42 public CallInfo(CallerInfo callerInfo, PhoneAccountHandle phoneAccountHandle, Uri handle, in CallInfo()
/packages/apps/Dialer/java/com/android/incallui/util/
DTelecomCallUtil.java33 Uri handle = call.getDetails().getHandle(); in isEmergencyCall() local
44 Uri handle = getHandle(call); in getNumber() local
/packages/services/Car/TrustAgent/src/com/android/car/trust/
DCarBleTrustAgent.java238 private void unlock(byte[] token, long handle) { in unlock()
266 public void onEscrowTokenRemoved(long handle, boolean successful) { in onEscrowTokenRemoved()
273 public void onEscrowTokenStateReceived(long handle, int tokenState) { in onEscrowTokenStateReceived()
287 public void onEscrowTokenAdded(byte[] token, long handle, UserHandle user) { in onEscrowTokenAdded()
DCarEnrolmentActivity.java220 private void isTokenActive(long handle) throws RemoteException { in isTokenActive()
229 long handle; in addEscrowToken() local
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallNotificationReceiver.java84 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/Dialer/java/com/android/voicemail/impl/sms/
DLegacyModeSmsHandler.java49 public static void handle(Context context, VisualVoicemailSms sms) { in handle() method in LegacyModeSmsHandler
53 PhoneAccountHandle handle = sms.getPhoneAccountHandle(); in handle() 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.java529 boolean isVideoPauseSupported(PhoneAccountHandle handle) { in isVideoPauseSupported()
547 boolean isMergeCallSupported(PhoneAccountHandle handle) { in isMergeCallSupported()
565 boolean isVideoConferencingSupported(PhoneAccountHandle handle) { in isVideoConferencingSupported()
583 boolean isMergeOfWifiCallsAllowedWhenVoWifiOff(final PhoneAccountHandle handle) { in isMergeOfWifiCallsAllowedWhenVoWifiOff()
609 Uri getAddress(PhoneAccountHandle handle) { in getAddress()
651 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/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/Car/Messenger/src/com/android/car/messenger/
DMapMessage.java46 String handle = intent.getStringExtra(BluetoothMapClient.EXTRA_MESSAGE_HANDLE); in parseFrom() local
57 String handle, in MapMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionService.java269 private BluetoothDevice getDevice(PhoneAccountHandle handle) { in getDevice()
327 synchronized HfpClientDeviceBlock findBlockForHandle(PhoneAccountHandle handle) { in findBlockForHandle()
338 PhoneAccountHandle handle = new PhoneAccountHandle( in createAccount() local
/packages/apps/Dialer/java/com/android/dialer/telecom/
DTelecomUtil.java80 public static Uri getAdnUriForPhoneAccount(Context context, PhoneAccountHandle handle) { in getAdnUriForPhoneAccount()
92 Context context, String dialString, @Nullable PhoneAccountHandle handle) { in handleMmi()
116 public static PhoneAccount getPhoneAccount(Context context, PhoneAccountHandle handle) { in getPhoneAccount()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DPhoneAccountHandles.java34 PhoneAccountHandle handle; in getAccount() local
/packages/apps/Dialer/java/com/android/incallui/
DThemeColorManager.java67 Context context, @Nullable PhoneAccountHandle handle, boolean isSpam) { in updateThemeColors()
98 private static int getHighlightColor(Context context, @Nullable PhoneAccountHandle handle) { in getHighlightColor()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java239 String handle = handleUri == null ? null : handleUri.getSchemeSpecificPart(); in sendNotificationThroughDefaultDialer() local
338 String handle = callInfo.getHandleSchemeSpecificPart(); in showMissedCallNotification() local
411 String handle = callInfo.getHandleSchemeSpecificPart(); in getNameForMissedCallNotification() local
489 private PendingIntent createCallBackPendingIntent(Uri handle, UserHandle userHandle) { in createCallBackPendingIntent()
499 private PendingIntent createSendSmsFromNotificationPendingIntent(Uri handle, in createSendSmsFromNotificationPendingIntent()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhoneAccountRegistrationReceiver.java45 PhoneAccountHandle handle = (PhoneAccountHandle) intent.getParcelableExtra( in onReceive() local
/packages/services/Telephony/src/com/android/phone/vvm/
DPhoneAccountHandleConverter.java53 public static int toSubId(PhoneAccountHandle handle) { in toSubId()
/packages/apps/Dialer/java/com/android/contacts/common/compat/
DTelephonyManagerCompat.java189 TelephonyManager telephonyManager, PhoneAccountHandle handle, boolean enabled) { in setVisualVoicemailEnabled()
207 TelephonyManager telephonyManager, PhoneAccountHandle handle) { in isVisualVoicemailEnabled()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_sdp.cpp277 int handle = -1; in sdpCreateMapMasRecordNative() local
314 int handle = -1; in sdpCreateMapMnsRecordNative() local
353 int handle = -1; in sdpCreatePbapPseRecordNative() local
400 int handle = -1; in sdpCreateOppOpsRecordNative() local
435 int handle = -1; in sdpCreateSapsRecordNative() local

1234