/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
D | ndldic.c | 100 #define COPY_QUE(handle, src, dst) \ argument 101 nj_memcpy(POS_TO_ADDRESS((handle), (dst)), POS_TO_ADDRESS((handle), (src)), QUE_SIZE(handle)) 110 static NJ_WQUE *get_que(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id); 111 static NJ_INT16 is_continued(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id); 112 static NJ_UINT16 search_next_que(NJ_DIC_HANDLE handle, NJ_UINT16 que_id); 113 static NJ_INT16 que_strcmp_complete_with_hyouki(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que… 114 static NJ_CHAR *get_string(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id, NJ_UINT8 *slen); 115 static NJ_CHAR *get_hyouki(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT16 que_id, NJ_UINT8 *slen); 119 static NJ_INT16 search_range_by_yomi(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 op, NJ_CHAR *yo… 120 static NJ_INT16 search_range_by_yomi2(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 op, NJ_CHAR *y… [all …]
|
D | ndbdic.c | 112 NJ_DIC_HANDLE handle, NJ_UINT32 *ret_bottom); 585 root = NODE_AREA_TOP_ADDR(loctset->loct.handle); in search_node() 588 node_mid = root + NODE_AREA_MID_ADDR(loctset->loct.handle); in search_node() 595 bit_left = BIT_NODE_AREA_LEFT_LEN(loctset->loct.handle); in search_node() 596 bit_data = BIT_NODE_AREA_DATA_LEN(loctset->loct.handle); in search_node() 598 ytbl_cnt = YOMI_INDX_CNT(loctset->loct.handle); in search_node() 599 y = YOMI_INDX_SIZE(loctset->loct.handle); in search_node() 600 ytbl_top = YOMI_INDX_TOP_ADDR(loctset->loct.handle); in search_node() 602 data_top = STEM_AREA_TOP_ADDR(loctset->loct.handle); in search_node() 950 next = get_stem_next(loctset->loct.handle, stem_data); in search_node() [all …]
|
D | ndapi.c | 46 static NJ_INT16 njd_check_dic(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle); 66 if (dicinfo->handle != NULL) { in check_search_cursor() 76 loctset->loct.handle = dicinfo->handle; in check_search_cursor() 136 if (loctset->loct.handle == NULL) { in search_word() 140 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle); in search_word() 209 if ((loctset->loct.handle == NULL) || in get_word_and_search_next_word() 215 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle); in get_word_and_search_next_word() 337 ((loctset->loct.handle != NULL) && in get_word_and_search_next_word() 339 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle); in get_word_and_search_next_word() 382 if (loctset->loct.handle == NULL) { in njd_get_word_data() [all …]
|
D | ndfdic.c | 88 data = STEM_AREA_TOP_ADDR(loctset->loct.handle) + offset; in search_data() 95 if (data >= STRS_AREA_TOP_ADDR(loctset->loct.handle)) { in search_data() 106 i = (STRS_AREA_TOP_ADDR(loctset->loct.handle) - data) / DATA_SIZE; in search_data() 120 if (yomi_strcmp_forward(loctset->loct.handle, data, condition->yomi)) { in search_data() 131 … hindo = DATA_HINDO(STEM_AREA_TOP_ADDR(loctset->loct.handle) + loctset->loct.current); in search_data() 329 data = STEM_AREA_TOP_ADDR(loctset->loct.handle) + loctset->loct.current; in njd_f_get_word() 370 data = STEM_AREA_TOP_ADDR(loc->handle) + loc->current; in njd_f_get_stroke() 373 area = YOMI_AREA_TOP_ADDR(loc->handle) + DATA_YOMI(data); in njd_f_get_stroke() 375 if (YOMI_INDX_CNT(loc->handle) == 0) { in njd_f_get_stroke() 392 len = convert_to_yomi(loc->handle, area, DATA_YOMI_SIZE(data), stroke, size); in njd_f_get_stroke() [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() argument 50 this.handle = handle; in Entry() 56 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry() argument 60 this.handle = handle; in Entry() 67 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) { in Entry() argument 70 this.handle = handle; in Entry() 75 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) { in Entry() argument 78 this.handle = handle; in Entry() 99 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService() argument [all …]
|
D | GattService.java | 230 boolean permissionCheck(int connId, int handle) { in permissionCheck() argument 236 if (handle == characteristic.getInstanceId()) { in permissionCheck() 246 if (handle == descriptor.getInstanceId()) { in permissionCheck() 470 public void readCharacteristic(int clientIf, String address, int handle, int authReq) { in readCharacteristic() argument 473 service.readCharacteristic(clientIf, address, handle, authReq); in readCharacteristic() 484 public void writeCharacteristic(int clientIf, String address, int handle, in writeCharacteristic() argument 488 service.writeCharacteristic(clientIf, address, handle, writeType, authReq, value); in writeCharacteristic() 491 public void readDescriptor(int clientIf, String address, int handle, int authReq) { in readDescriptor() argument 494 service.readDescriptor(clientIf, address, handle, authReq); in readDescriptor() 497 public void writeDescriptor(int clientIf, String address, int handle, in writeDescriptor() argument [all …]
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallerInfoLookupHelper.java | 48 void onCallerInfoQueryComplete(Uri handle, @Nullable CallerInfo info); in onCallerInfoQueryComplete() argument 49 void onContactPhotoQueryComplete(Uri handle, CallerInfo info); in onContactPhotoQueryComplete() argument 80 public void startLookup(final Uri handle, OnQueryCompleteListener listener) { in startLookup() argument 81 if (handle == null) { in startLookup() 82 listener.onCallerInfoQueryComplete(handle, null); in startLookup() 86 final String number = handle.getSchemeSpecificPart(); in startLookup() 88 listener.onCallerInfoQueryComplete(handle, null); in startLookup() 93 if (mQueryEntries.containsKey(handle)) { in startLookup() 94 CallerInfoQueryInfo info = mQueryEntries.get(handle); in startLookup() 97 Log.piiHandle(handle)); in startLookup() [all …]
|
D | CallsManager.java | 279 PhoneAccountHandle handle) { 280 broadcastRegisterIntent(handle); 283 PhoneAccountHandle handle) { 284 broadcastUnregisterIntent(handle); 819 Uri handle = extras.getParcelable(TelecomManager.EXTRA_INCOMING_CALL_ADDRESS); in processIncomingCallIntent() local 820 if (handle == null) { in processIncomingCallIntent() 822 handle = extras.getParcelable(TelephonyManager.EXTRA_INCOMING_NUMBER); in processIncomingCallIntent() 833 handle, in processIncomingCallIntent() 907 final String handleScheme = handle.getSchemeSpecificPart(); in processIncomingCallIntent() 954 Uri handle = extras.getParcelable(TelecomManager.EXTRA_UNKNOWN_CALL_HANDLE); in addNewUnknownCall() local [all …]
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | NewOutgoingCallIntentBroadcasterTest.java | 122 private void badCallActionHelper(Uri handle, int expectedCode) { in badCallActionHelper() argument 123 Intent intent = new Intent(Intent.ACTION_ALARM_CHANGED, handle); in badCallActionHelper() 134 Uri handle = Uri.parse("tel:6505551234"); in testAlreadyDisconnectedCall() local 136 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testAlreadyDisconnectedCall() 148 Uri handle = Uri.parse("tel:"); in testNoNumberSupplied() local 149 Intent intent = new Intent(Intent.ACTION_CALL, handle); in testNoNumberSupplied() 160 Uri handle = Uri.parse("tel:6505551911"); in testEmergencyCallWithNonDefaultDialer() local 162 any(Context.class), eq(handle.getSchemeSpecificPart())); in testEmergencyCallWithNonDefaultDialer() 163 Intent intent = new Intent(Intent.ACTION_CALL, handle); in testEmergencyCallWithNonDefaultDialer() 183 assertEquals(handle, dialerIntent.getData()); in testEmergencyCallWithNonDefaultDialer() [all …]
|
/packages/apps/Dialer/java/com/android/dialer/notification/ |
D | VoicemailChannelUtils.java | 55 for (PhoneAccountHandle handle : getAllEligableAccounts(context)) { in getAllChannelIds() 56 result.add(getChannelIdForAccount(handle)); in getAllChannelIds() 69 for (PhoneAccountHandle handle : getAllEligableAccounts(context)) { in createAllChannels() 70 createVoicemailChannelForAccount(context, handle); in createAllChannels() 76 static String getChannelId(@NonNull Context context, @Nullable PhoneAccountHandle handle) { in getChannelId() argument 88 if (handle == null) { in getChannelId() 96 if (!isChannelAllowedForAccount(context, handle)) { in getChannelId() 104 String channelId = getChannelIdForAccount(handle); in getChannelId() 109 createVoicemailChannelForAccount(context, handle); in getChannelId() 119 private static String getChannelIdForAccount(@NonNull PhoneAccountHandle handle) { in getChannelIdForAccount() argument [all …]
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | VisualVoicemailNotifier.java | 81 PhoneAccountHandle handle = getAccountForCall(context, newCalls.get(0)); in showNotifications() local 82 groupSummary.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)); in showNotifications() 163 PhoneAccountHandle handle = getAccountForCall(context, voicemail); in createNotificationForVoicemail() local 178 .setSound(getVoicemailRingtoneUri(context, handle)) in createNotificationForVoicemail() 179 .setDefaults(getNotificationDefaultFlags(context, handle)); in createNotificationForVoicemail() 188 builder.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)); in createNotificationForVoicemail() 208 @NonNull Context context, @Nullable PhoneAccountHandle handle) { in getVoicemailRingtoneUri() argument 212 if (handle == null) { in getVoicemailRingtoneUri() 214 handle = getFallbackAccount(context); in getVoicemailRingtoneUri() 215 if (handle == null) { in getVoicemailRingtoneUri() [all …]
|
D | LegacyVoicemailNotifier.java | 53 @NonNull PhoneAccountHandle handle, in showNotification() argument 60 Assert.isNotNull(handle); in showNotification() 64 context.getSystemService(TelephonyManager.class).createForPhoneAccountHandle(handle); in showNotification() 74 handle, in showNotification() 89 @NonNull PhoneAccountHandle handle, in createNotification() argument 107 contentText = getNotificationText(context, handle, voicemailNumber); in createNotification() 122 .setSound(pinnedTelephonyManager.getVoicemailRingtoneUri(handle)) in createNotification() 125 .setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)); in createNotification() 127 if (pinnedTelephonyManager.isVoicemailVibrationEnabled(handle)) { in createNotification() 136 @NonNull Context context, PhoneAccountHandle handle, String voicemailNumber) { in getNotificationText() argument [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 607 long handle; field in BluetoothMapContentObserver.Event 638 public Event(String eventType, long handle, String folder, in Event() argument 641 this.handle = handle; in Event() 655 public Event(String eventType, long handle, String folder, TYPE msgType) { in Event() argument 657 this.handle = handle; in Event() 663 public Event(String eventType, long handle, String folder, TYPE msgType, in Event() argument 666 this.handle = handle; in Event() 680 public Event(String eventType, long handle, String folder, TYPE msgType, in Event() argument 684 this.handle = handle; in Event() 756 BluetoothMapUtils.getMapHandle(handle, msgType)); in encode() [all …]
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | MissedCallNotifierImpl.java | 239 String handle = handleUri == null ? null : handleUri.getSchemeSpecificPart(); in sendNotificationThroughDefaultDialer() local 241 if (!TextUtils.isEmpty(handle) && !TextUtils.equals(handle, in sendNotificationThroughDefaultDialer() 340 String handle = callInfo.getHandleSchemeSpecificPart(); in showMissedCallNotification() local 344 Log.d(this, "Add actions with number %s.", Log.piiHandle(handle)); in showMissedCallNotification() 346 if (!TextUtils.isEmpty(handle) in showMissedCallNotification() 347 && !TextUtils.equals(handle, mContext.getString(R.string.handle_restricted))) { in showMissedCallNotification() 371 Log.d(this, "Suppress actions. handle: %s, missedCalls: %d.", Log.piiHandle(handle), in showMissedCallNotification() 413 String handle = callInfo.getHandleSchemeSpecificPart(); in getNameForMissedCallNotification() local 416 if (!TextUtils.isEmpty(handle)) { in getNameForMissedCallNotification() 417 String formattedNumber = PhoneNumberUtils.formatNumber(handle, in getNameForMissedCallNotification() [all …]
|
/packages/services/Car/TrustAgent/src/com/android/car/trust/ |
D | CarBleTrustAgent.java | 88 long handle = intent.getLongExtra(INTENT_EXTRA_TOKEN_HANDLE, -1); 89 isEscrowTokenActive(handle, getCurrentUserHandle()); 91 long handle = intent.getLongExtra(INTENT_EXTRA_TOKEN_HANDLE, -1); 92 removeEscrowToken(handle, getCurrentUserHandle()); 175 public void unlockDevice(byte[] token, long handle) { 176 unlock(token, handle); 240 private void unlock(byte[] token, long handle) { in unlock() argument 244 Log.d(TAG, "About to unlock user. Current handle: " + handle in unlock() 247 unlockUserWithToken(handle, token, getCurrentUserHandle()); in unlock() 268 public void onEscrowTokenRemoved(long handle, boolean successful) { in onEscrowTokenRemoved() argument [all …]
|
D | CarEnrolmentActivity.java | 80 final long handle = intent.getLongExtra(INTENT_EXTRA_TOKEN_HANDLE, -1); 85 mPrefs.edit().putLong(SP_HANDLE_KEY, handle).apply(); 92 mEnrolmentService.sendHandle(handle, mDevice); 93 appendOutputText("Escrow Token Added. Handle: " + handle 220 private void isTokenActive(long handle) throws RemoteException { in isTokenActive() argument 223 intent.putExtra(CarBleTrustAgent.INTENT_EXTRA_TOKEN_HANDLE, handle); in isTokenActive() 229 long handle; in addEscrowToken() local 232 handle = mPrefs.getLong(SP_HANDLE_KEY, -1); in addEscrowToken() 233 appendOutputText("Removing old token, handle value: " + handle); in addEscrowToken() 236 intent.putExtra(CarBleTrustAgent.INTENT_EXTRA_TOKEN_HANDLE, handle); in addEscrowToken()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_sdp.cpp | 277 int handle = -1; in sdpCreateMapMasRecordNative() local 278 int ret = sBluetoothSdpInterface->create_sdp_record(&record, &handle); in sdpCreateMapMasRecordNative() 282 ALOGD("SDP Create record success - handle: %d", handle); in sdpCreateMapMasRecordNative() 286 return handle; in sdpCreateMapMasRecordNative() 314 int handle = -1; in sdpCreateMapMnsRecordNative() local 315 int ret = sBluetoothSdpInterface->create_sdp_record(&record, &handle); in sdpCreateMapMnsRecordNative() 319 ALOGD("SDP Create record success - handle: %d", handle); in sdpCreateMapMnsRecordNative() 323 return handle; in sdpCreateMapMnsRecordNative() 353 int handle = -1; in sdpCreatePbapPseRecordNative() local 354 int ret = sBluetoothSdpInterface->create_sdp_record(&record, &handle); in sdpCreatePbapPseRecordNative() [all …]
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelecomAccountRegistry.java | 570 boolean isVideoPauseSupported(PhoneAccountHandle handle) { in isVideoPauseSupported() argument 573 if (entry.getPhoneAccountHandle().equals(handle)) { in isVideoPauseSupported() 588 boolean isMergeCallSupported(PhoneAccountHandle handle) { in isMergeCallSupported() argument 591 if (entry.getPhoneAccountHandle().equals(handle)) { in isMergeCallSupported() 606 boolean isVideoConferencingSupported(PhoneAccountHandle handle) { in isVideoConferencingSupported() argument 609 if (entry.getPhoneAccountHandle().equals(handle)) { in isVideoConferencingSupported() 624 boolean isMergeOfWifiCallsAllowedWhenVoWifiOff(final PhoneAccountHandle handle) { in isMergeOfWifiCallsAllowedWhenVoWifiOff() argument 627 entry -> entry.getPhoneAccountHandle().equals(handle)).findFirst(); in isMergeOfWifiCallsAllowedWhenVoWifiOff() 644 boolean isMergeImsCallSupported(PhoneAccountHandle handle) { in isMergeImsCallSupported() argument 647 if (entry.getPhoneAccountHandle().equals(handle)) { in isMergeImsCallSupported() [all …]
|
D | PstnIncomingCallNotifier.java | 216 PhoneAccountHandle handle = findCorrectPhoneAccountHandle(); in addNewUnknownCall() local 217 if (handle == null) { in addNewUnknownCall() 224 TelecomManager.from(mPhone.getContext()).addNewUnknownCall(handle, extras); in addNewUnknownCall() 246 PhoneAccountHandle handle = findCorrectPhoneAccountHandle(); in sendIncomingCallIntent() local 247 if (handle == null) { in sendIncomingCallIntent() 254 TelecomManager.from(mPhone.getContext()).addNewIncomingCall(handle, extras); in sendIncomingCallIntent() 268 PhoneAccountHandle handle = PhoneUtils.makePstnPhoneAccountHandle(mPhone); in findCorrectPhoneAccountHandle() local 269 if (telecomAccountRegistry.hasAccountEntryForPhoneAccount(handle)) { in findCorrectPhoneAccountHandle() 270 return handle; in findCorrectPhoneAccountHandle()
|
/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() argument 93 if (handle != null) { in sendIncomingCallIntent() 94 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle); in sendIncomingCallIntent() 100 public static void sendIncomingRttCallIntent(Context context, Uri handle, int videoState) { in sendIncomingRttCallIntent() argument 109 if (handle != null) { in sendIncomingRttCallIntent() 110 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle); in sendIncomingRttCallIntent() 117 public static void addNewUnknownCall(Context context, Uri handle, Bundle extras) { in addNewUnknownCall() argument 118 Log.i(TAG, "Adding new unknown call with handle " + handle); in addNewUnknownCall() 127 if (handle != null) { in addNewUnknownCall() 128 extras.putParcelable(TelecomManager.EXTRA_UNKNOWN_CALL_HANDLE, handle); in addNewUnknownCall() [all …]
|
/packages/services/Car/evs/sampleDriver/ |
D | EvsV4lCamera.cpp | 94 alloc.free(rec.handle); in shutdown() 95 rec.handle = nullptr; in shutdown() 249 if (rec.handle == nullptr) { in doneWithFrame() 250 rec.handle = mBuffers[buffer.bufferId].handle; in doneWithFrame() 251 mBuffers[buffer.bufferId].handle = nullptr; in doneWithFrame() 388 if (rec.handle == nullptr) { in increaseAvailableFrames_Locked() 390 rec.handle = memHandle; in increaseAvailableFrames_Locked() 417 if ((rec.inUse == false) && (rec.handle != nullptr)) { in decreaseAvailableFrames_Locked() 419 alloc.free(rec.handle); in decreaseAvailableFrames_Locked() 420 rec.handle = nullptr; in decreaseAvailableFrames_Locked() [all …]
|
/packages/apps/Nfc/nci/jni/ |
D | PeerToPeer.cpp | 1296 ALOGV("%s: NFA_P2P_ACTIVATED_EVT; handle: 0x%04x", fn, eventData->activated.handle); in nfaServerCallback() 1300 ALOGV("%s: NFA_P2P_DEACTIVATED_EVT; handle: 0x%04x", fn, eventData->activated.handle); in nfaServerCallback() 1339 …ALOGV("%s: NFA_P2P_DISC_EVT; h=0x%04x; reason=0x%X", fn, eventData->disc.handle, eventData->disc.r… in nfaServerCallback() 1341 if ((pConn = sP2p.findConnection(eventData->disc.handle)) == NULL) in nfaServerCallback() 1343 … ALOGE("%s: NFA_P2P_DISC_EVT: can't find conn for NFA handle: 0x%04x", fn, eventData->disc.handle); in nfaServerCallback() 1373 if ((pConn = sP2p.findConnection(eventData->data.handle)) == NULL) in nfaServerCallback() 1375 … ALOGE("%s: NFA_P2P_DATA_EVT: can't find conn for NFA handle: 0x%04x", fn, eventData->data.handle); in nfaServerCallback() 1380 eventData->data.handle, eventData->data.remote_sap); in nfaServerCallback() 1388 if ((pConn = sP2p.findConnection(eventData->congest.handle)) == NULL) in nfaServerCallback() 1390 …("%s: NFA_P2P_CONGEST_EVT: can't find conn for NFA handle: 0x%04x", fn, eventData->congest.handle); in nfaServerCallback() [all …]
|
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
D | NativeNfcTag.java | 149 private native int doConnect(int handle); in doConnect() argument 295 native int doHandleReconnect(int handle); in doHandleReconnect() argument 296 public synchronized int reconnectWithStatus(int handle) { in reconnectWithStatus() argument 300 int status = doHandleReconnect(handle); in reconnectWithStatus() 463 private void addTechnology(int tech, int handle, int libnfctype) { in addTechnology() argument 471 mNewHandleList[mTechHandles.length] = handle; in addTechnology() 519 public void addNdefFormatableTechnology(int handle, int libnfcType) { in addNdefFormatableTechnology() argument 521 addTechnology(TagTechnology.NDEF_FORMATABLE, handle, libnfcType); in addNdefFormatableTechnology() 530 public void addNdefTechnology(NdefMessage msg, int handle, int libnfcType, in addNdefTechnology() argument 533 addTechnology(TagTechnology.NDEF, handle, libnfcType); in addNdefTechnology() [all …]
|
D | NativeNfcManager.java | 127 int handle = doRegisterT3tIdentifier(t3tIdentifier); in registerT3tIdentifier() local 128 if (handle != 0xffff) { in registerT3tIdentifier() 129 mT3tIdentifiers.put(Integer.valueOf(handle), t3tIdentifier); in registerT3tIdentifier() 134 public native void doDeregisterT3tIdentifier(int handle); in doDeregisterT3tIdentifier() argument 141 int handle = it.next().intValue(); in deregisterT3tIdentifier() local 142 byte[] value = mT3tIdentifiers.get(handle); in deregisterT3tIdentifier() 144 doDeregisterT3tIdentifier(handle); in deregisterT3tIdentifier() 145 mT3tIdentifiers.remove(handle); in deregisterT3tIdentifier()
|
/packages/apps/Dialer/java/com/android/incallui/util/ |
D | TelecomCallUtil.java | 33 Uri handle = call.getDetails().getHandle(); in isEmergencyCall() local 34 return PhoneNumberUtils.isEmergencyNumber(handle == null ? "" : handle.getSchemeSpecificPart()); in isEmergencyCall() 44 Uri handle = getHandle(call); in getNumber() local 45 return handle == null ? null : handle.getSchemeSpecificPart(); in getNumber()
|