/packages/services/Telephony/src/com/android/phone/settings/ |
D | VoicemailNotificationSettingsUtil.java | 48 public static void setVibrationEnabled(Phone phone, boolean isEnabled) { in setVibrationEnabled() 55 public static boolean isVibrationEnabled(Phone phone) { in isVibrationEnabled() 61 public static void setRingtoneUri(Phone phone, Uri ringtoneUri) { in setRingtoneUri() 70 public static Uri getRingtoneUri(Phone phone) { in getRingtoneUri() 86 Phone phone, SharedPreferences prefs) { in migrateVoicemailVibrationSettingsIfNeeded() 125 Phone phone, SharedPreferences prefs) { in migrateVoicemailRingtoneSettingsIfNeeded() 145 private static String getVoicemailVibrationSharedPrefsKey(Phone phone) { in getVoicemailVibrationSharedPrefsKey() 149 public static String getVoicemailRingtoneSharedPrefsKey(Phone phone) { in getVoicemailRingtoneSharedPrefsKey()
|
D | VoicemailRingtonePreference.java | 42 public void init(Phone phone) { in init()
|
D | VisualVoicemailSettingsUtil.java | 53 public static void setVisualVoicemailEnabled(Phone phone, boolean isEnabled, in setVisualVoicemailEnabled() 81 public static boolean isVisualVoicemailEnabled(Phone phone) { in isVisualVoicemailEnabled()
|
D | CallForwardInfoUtil.java | 77 public static void setCallForwardingOption(Phone phone, CallForwardInfo info, Message message) { in setCallForwardingOption()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnectionService.java | 118 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false); in onCreateOutgoingConnection() local 155 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false); in onCreateOutgoingConnection() local 181 final Phone phone = getPhoneForAccount(request.getAccountHandle(), isEmergencyNumber); in onCreateOutgoingConnection() local 356 Phone phone = getPhoneForAccount(accountHandle, isEmergency); in onCreateIncomingConnection() local 413 Phone phone = getPhoneForAccount(accountHandle, isEmergency); in onCreateUnknownConnection() local 506 TelephonyConnection connection, Phone phone, ConnectionRequest request) { in placeOutgoingConnection() 544 Phone phone, in createConnectionFor() 629 Phone phone = PhoneFactory.getPhone(i); in getFirstPhoneForEmergencyCall() local 660 private boolean isAvailableForEmergencyCalls(Phone phone) { in isAvailableForEmergencyCalls() 671 private boolean allowsMute(Phone phone) { in allowsMute() [all …]
|
D | EmergencyCallHelper.java | 110 public void startTurnOnRadioSequence(Phone phone, Callback callback) { in startTurnOnRadioSequence() 123 private void startSequenceInternal(Phone phone, Callback callback) { in startSequenceInternal()
|
D | PstnPhoneCapabilitiesNotifier.java | 61 PstnPhoneCapabilitiesNotifier(Phone phone, Listener listener) { in PstnPhoneCapabilitiesNotifier()
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneInterfaceManager.java | 252 final Phone phone = getPhoneFromRequest(request); in handleMessage() local 295 Phone phone = getPhone(end_subId); in handleMessage() local 848 /* package */ static PhoneInterfaceManager init(PhoneGlobals app, Phone phone) { in init() 860 private PhoneInterfaceManager(PhoneGlobals app, Phone phone) { in PhoneInterfaceManager() 886 Phone phone = getPhoneFromRequest(request); in getUiccCardFromRequest() local 1051 final Phone phone = getPhone(subId); in isOffhookForSubscriber() local 1070 final Phone phone = getPhone(subId); in isRingingForSubscriber() local 1089 final Phone phone = getPhone(subId); in isIdleForSubscriber() local 1247 final Phone phone = getPhone(subId); in updateServiceLocationForSubscriber() local 1267 final Phone phone = getPhone(subId); in isRadioOnForSubscriber() local [all …]
|
D | PhoneUtils.java | 219 final Phone phone = ringingCall.getPhone(); in answerCall() local 377 static boolean hangupRingingAndActive(Phone phone) { in hangupRingingAndActive() 524 public static int placeCall(Context context, Phone phone, String number, Uri contactRef, in placeCall() 552 public static int placeCall(Context context, Phone phone, String number, Uri contactRef, in placeCall() 692 static void sendEmptyFlash(Phone phone) { in sendEmptyFlash() 858 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 …]
|
D | NetworkSetting.java | 207 Phone phone = PhoneFactory.getPhone(mPhoneId); in onPreferenceTreeClick() local 395 Phone phone = PhoneFactory.getPhone(mPhoneId); in displayNetworkSelectionFailed() local 536 Phone phone = PhoneFactory.getPhone(mPhoneId); in selectNetworkAutomatic() local
|
D | HfaLogic.java | 136 final Phone phone = PhoneGlobals.getInstance().getPhone(); in bounceRadio() local 146 final Phone phone = PhoneGlobals.getInstance().getPhone(); in onServiceStateChange() local
|
D | SpecialCharSequenceMgr.java | 204 Phone phone = PhoneGlobals.getPhone(); in handlePinEntry() local 233 Phone phone = PhoneGlobals.getPhone(); in showDeviceIdPanel() local
|
D | EmergencyCallHelper.java | 479 Phone phone = mCM.getDefaultPhone(); in registerForServiceStateChanged() local 486 Phone phone = mCM.getDefaultPhone(); in unregisterForServiceStateChanged() local
|
D | CallController.java | 232 Phone phone = mApp.mCM.getDefaultPhone(); in placeCall() local 289 Phone phone = null; in placeCallInternal() local
|
D | InCallScreenShowActivation.java | 84 Phone phone = app.getPhone(); in onCreate() local
|
D | OtaStartupReceiver.java | 142 Phone phone = PhoneGlobals.getPhone(); in onReceive() local
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestInCallServiceImpl.java | 58 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/ |
D | SipConnectionService.java | 167 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/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | BluetoothMapbMessageTest.java | 94 String[] phone = {"+4512345678", "+4587654321"}; in testSmsEncodeText() local 197 String[] phone = {"00498912345678", "+4587654321"}; in testSmsEncodeNativeDeliverPdu() local 267 String[] phone = {"00498912345678", "+4587654321"}; in testSmsEncodeDecodeNativeSubmitPdu() local 482 String[] phone = {"+4512345678", "+4587654321"}; in testMmsEncodeText() local
|
/packages/services/Telephony/tests/src/com/android/phone/tests/ |
D | CallDialTest.java | 158 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/ContactsCommon/tests/src/com/android/contacts/common/ |
D | RawContactDeltaTests.java | 72 final ContentValues phone = new ContentValues(); in getRawContact() local 105 final ContentValues phone = new ContentValues(); in testParcelChangesInsert() local 181 final ContentValues phone = new ContentValues(); in testEntityDiffNoneInsert() local 224 final ContentValues phone = new ContentValues(); in testEntityDiffUpdateInsert() local 358 final ContentValues phone = new ContentValues(); in testEntityDiffInsertInsert() local
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/ |
D | OmtpVvmSourceManager.java | 103 public void removeSource(Phone phone) { in removeSource() 117 public void addPhoneStateListener(Phone phone) { in addPhoneStateListener()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | SmsMmsContacts.java | 137 public MapContact getContactNameFromPhone(String phone, ContentResolver resolver) { in getContactNameFromPhone() 146 public MapContact getContactNameFromPhone(String phone, ContentResolver resolver, in getContactNameFromPhone()
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
D | SmsInteractionsLoader.java | 75 TelephonyThreadsCompat.getOrCreateThreadId(getContext(), phone))); in loadInBackground() local
|
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/ |
D | ImsFrameworkApp.java | 131 Phone phone = PhoneFactory.getDefaultPhone(); in tryIsimAuthentication() local
|