Home
last modified time | relevance | path

Searched defs:phone (Results 1 – 25 of 71) sorted by relevance

123

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java284 final Phone phone = getPhoneFromRequest(request); in handleMessage() local
320 final Phone phone = getPhoneFromRequest(request); in handleMessage() local
363 Phone phone = getPhone(end_subId); in handleMessage() local
1030 /* package */ static PhoneInterfaceManager init(PhoneGlobals app, Phone phone) { in init()
1042 private PhoneInterfaceManager(PhoneGlobals app, Phone phone) { in PhoneInterfaceManager()
1068 Phone phone = getPhoneFromRequest(request); in getUiccCardFromRequest() local
1233 final Phone phone = getPhone(subId); in isOffhookForSubscriber() local
1252 final Phone phone = getPhone(subId); in isRingingForSubscriber() local
1271 final Phone phone = getPhone(subId); in isIdleForSubscriber() local
1429 final Phone phone = getPhone(subId); in updateServiceLocationForSubscriber() local
[all …]
DSpecialCharSequenceMgr.java157 final Phone phone = PhoneGlobals.getPhone(); in handleSecretCode() local
201 Phone phone = PhoneGlobals.getPhone(); in handlePinEntry() local
230 Phone phone = PhoneGlobals.getPhone(); in showDeviceIdPanel() local
DPhoneUtils.java218 final Phone phone = ringingCall.getPhone(); in answerCall() local
376 static boolean hangupRingingAndActive(Phone phone) { in hangupRingingAndActive()
523 public static int placeCall(Context context, Phone phone, String number, Uri contactRef, in placeCall()
551 public static int placeCall(Context context, Phone phone, String number, Uri contactRef, in placeCall()
691 static void sendEmptyFlash(Phone phone) { in sendEmptyFlash()
857 static void displayMMIComplete(final Phone phone, Context context, final MmiCode mmiCode, in displayMMIComplete()
1089 static boolean cancelMmiCode(Phone phone) { in cancelMmiCode()
1893 /* package */ static boolean hasDisconnectedConnections(Phone phone) { in hasDisconnectedConnections()
2022 Phone phone = cm.getActiveFgCall().getPhone(); in okToAddCall() local
2177 /* package */ static boolean isPhoneInEcm(Phone phone) { in isPhoneInEcm()
[all …]
DNetworkSetting.java205 Phone phone = PhoneFactory.getPhone(mPhoneId); in onPreferenceTreeClick() local
393 Phone phone = PhoneFactory.getPhone(mPhoneId); in displayNetworkSelectionFailed() local
534 Phone phone = PhoneFactory.getPhone(mPhoneId); in selectNetworkAutomatic() local
DEmergencyCallHelper.java479 Phone phone = mCM.getDefaultPhone(); in registerForServiceStateChanged() local
486 Phone phone = mCM.getDefaultPhone(); in unregisterForServiceStateChanged() local
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java275 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false); in onCreateOutgoingConnection() local
312 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false); in onCreateOutgoingConnection() local
339 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false); in onCreateOutgoingConnection() local
439 final Phone phone = getPhoneForAccount(request.getAccountHandle(), isEmergencyNumber); in onCreateOutgoingConnection() local
445 placeOutgoingConnection((TelephonyConnection) resultConnection, phone, request); in onCreateOutgoingConnection() local
467 boolean isEmergencyNumber, final Uri handle, Phone phone) { in getTelephonyConnection()
621 Phone phone = getPhoneForAccount(accountHandle, isEmergency); in onCreateIncomingConnection() local
698 Phone phone = getPhoneForAccount(accountHandle, isEmergency); in onCreateUnknownConnection() local
816 private boolean blockCallForwardingNumberWhileRoaming(Phone phone, String number) { in blockCallForwardingNumberWhileRoaming()
905 TelephonyConnection connection, Phone phone, ConnectionRequest request) { in placeOutgoingConnection()
[all …]
DEmergencyCallStateListener.java104 public void waitForRadioOn(Phone phone, Callback callback) { in waitForRadioOn()
123 private void startSequenceInternal(Phone phone, Callback callback) { in startSequenceInternal()
DTelephonyConnection.java635 Phone phone = mOriginalConnection.getCall().getPhone(); in performHold() local
748 Phone phone = getPhone(); in buildConnectionProperties() local
932 Phone phone = getPhone(); in shouldSetDisableAddCallExtra() local
997 Phone phone = getPhone(); in getCarrierConfig() local
1013 Phone phone = getPhone(); in doesDeviceRespectHoldCarrierConfig() local
1111 Phone phone = getPhone(); in hasMultipleTopLevelCalls() local
1713 Phone phone = getPhone(); in refreshConferenceSupported() local
DEmergencyCallHelper.java81 Phone phone = PhoneFactory.getPhone(i); in enableEmergencyCalling() local
DPstnPhoneCapabilitiesNotifier.java61 PstnPhoneCapabilitiesNotifier(Phone phone, Listener listener) { in PstnPhoneCapabilitiesNotifier()
DImsConference.java442 Phone phone = mConferenceHost.getPhone(); in onMerge() local
961 Phone phone = mConferenceHost.getPhone(); in updateStatusHints() local
1008 Phone phone = mConferenceHost.getPhone(); in getCarrierConfig() local
/packages/apps/Settings/src/com/android/settings/support/
DSupportPhoneDialogFragment.java42 public static SupportPhoneDialogFragment newInstance(SupportPhone phone) { in newInstance()
52 final SupportPhone phone = getArguments().getParcelable(EXTRA_PHONE); in onCreateDialog() local
71 final SupportPhone phone = getArguments().getParcelable(EXTRA_PHONE); in onClick() local
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestInCallServiceImpl.java58 public void onPhoneCreated(Phone phone) { in onPhoneCreated()
66 public void onPhoneDestroyed(Phone phone) { in onPhoneDestroyed()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnectionService.java167 SipPhone phone = findPhoneForProfile(sipAudioCall.getLocalProfile()); in onCreateIncomingConnection() local
192 SipPhone phone = findPhoneForProfile(profile); in createConnectionForProfile() local
238 SipPhone phone = ((SipConnection) connection).getPhone(); in findPhoneForProfile() local
255 SipPhone phone, ConnectionRequest request) { in startCallWithPhone()
/packages/apps/Dialer/java/com/android/voicemail/impl/sms/
DOmtpMessageReceiver.java56 PhoneAccountHandle phone = sms.getPhoneAccountHandle(); in onReceive() local
125 private void processSync(PhoneAccountHandle phone, SyncMessage message) { in processSync()
/packages/services/Telephony/tests/src/com/android/phone/tests/
DCallDialTest.java158 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); in doITelephonyCall() local
176 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); in doITelephonyDial() local
/packages/apps/Contacts/src/com/android/contacts/model/
DSimContact.java51 public SimContact(long id, String name, String phone) { in SimContact()
55 public SimContact(long id, String name, String phone, String[] emails) { in SimContact()
234 public static int findByPhoneAndName(List<SimContact> contacts, String phone, String name) { in findByPhoneAndName()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaTests.java68 final ContentValues phone = new ContentValues(); in getRawContact() local
101 final ContentValues phone = new ContentValues(); in testParcelChangesInsert() local
177 final ContentValues phone = new ContentValues(); in testEntityDiffNoneInsert() local
220 final ContentValues phone = new ContentValues(); in testEntityDiffUpdateInsert() local
354 final ContentValues phone = new ContentValues(); in testEntityDiffInsertInsert() local
/packages/services/Telephony/src/com/android/phone/vvm/
DPhoneAccountHandleConverter.java45 Phone phone = PhoneFactory.getPhone(SubscriptionManager.getPhoneId(subId)); in fromSubId() local
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DSmsMmsContacts.java137 public MapContact getContactNameFromPhone(String phone, ContentResolver resolver) { in getContactNameFromPhone()
146 public MapContact getContactNameFromPhone(String phone, ContentResolver resolver, in getContactNameFromPhone()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DContactsMatchers.java55 public static Matcher<Cursor> hasPhone(final String phone) { in hasPhone()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java495 Phone phone = mock(Phone.class); in makeTestPhone() local
512 private void setPhoneRadioAccessFamily(Phone phone, int radioAccessFamily) { in setPhoneRadioAccessFamily()
524 private void setDefaultPhone(Phone phone) { in setDefaultPhone()
/packages/services/Telephony/src/com/android/phone/otasp/
DOtaspSimStateReceiver.java52 final Phone phone = PhoneGlobals.getPhone(); in isCarrierSupported() local
/packages/apps/Contacts/src/com/android/contacts/interactions/
DSmsInteractionsLoader.java79 TelephonyThreadsCompat.getOrCreateThreadId(getContext(), phone))); in loadInBackground() local
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/
DSyncOneTask.java49 public static void start(Context context, PhoneAccountHandle phone, Voicemail voicemail) { in start()

123