Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileNetworkImeiPreferenceController.kt128 val phoneType = getPhoneType() in <lambda>() constant
144 val phoneType = getPhoneType() in <lambda>() constant
DEnabledNetworkModePreferenceController.java477 final int phoneType = mTelephonyManager.getPhoneType(); in getEnabledNetworkType() local
/packages/apps/EmergencyInfo/src/com/android/emergency/
DEmergencyContactManager.java43 String phoneType = null; in getContact() local
144 String phoneType, in Contact()
/packages/apps/Dialer/java/com/android/dialer/speeddial/database/
DSpeedDialEntry.java106 public abstract int phoneType(); in phoneType() method in SpeedDialEntry.Channel
125 public abstract Builder setPhoneType(int phoneType); in setPhoneType()
/packages/apps/Settings/src/com/android/settings/deviceinfo/imei/
DImeiInfoPreferenceController.java116 final int phoneType = getPhoneType(simSlot); in getSummary() local
184 final int phoneType = getPhoneType(simSlot); in getTitle() local
/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DButtonChooserFactory.java39 int voiceNetworkType, boolean isWiFi, int phoneType) { in newButtonChooser()
DInCallButtonGridFragment.java94 int phoneType) { in updateButtonStates()
DInCallFragment.java95 private int phoneType; field in InCallFragment
/packages/services/Telephony/src/com/android/phone/
DMMIDialogActivity.java122 int phoneType = mPhone.getPhoneType(); in onMMIComplete() local
DSimContacts.java76 final int phoneType; field in SimContacts.NamePhoneTypePair
142 final int phoneType = namePhoneTypePair.phoneType; in actuallyImportOneSimContact() local
DCallFeaturesSetting.java422 int phoneType = mPhone.getPhoneType(); in onResume() local
DCallNotifier.java307 int phoneType = mCM.getFgPhone().getPhoneType(); in run() local
DPhoneUtils.java185 int phoneType = phone.getPhoneType(); in placeOtaspCall() local
/packages/apps/Contacts/src/com/android/contacts/compat/
DTelephonyManagerCompat.java51 final int phoneType = telephonyManager.getPhoneType(); in isVoiceCapable() local
/packages/apps/Dialer/java/com/android/dialer/speeddial/
DFavoritesViewHolder.java46 private final TextView phoneType; field in FavoritesViewHolder
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/imei/
DImeiInfoPreferenceControllerTest.java104 String key, Preference preference, int phoneType) { in createPreferenceController()
/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
DCp2Contact.java30 public abstract int phoneType(); in phoneType() method in Cp2Contact
/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DEnabledNetworkModePreferenceControllerTest.java524 private void mockPhoneType(int phoneType) { in mockPhoneType()
/packages/apps/Contacts/src/com/android/contacts/
DShortcutIntentBuilder.java314 byte[] bitmapData, String phoneNumber, int phoneType, String phoneLabel, in createPhoneNumberShortcutIntent()
402 private Bitmap generatePhoneNumberIcon(Drawable photo, int phoneType, String phoneLabel, in generatePhoneNumberIcon()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapSmsPdu.java532 int phoneType; in getSubmitPdus() local
DBluetoothMapContent.java2048 int phoneType = fi.mPhoneType; in smsSelected() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactEditorView.java696 CharSequence phoneType = null; in addReadOnlyRawContactEditorViews() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java564 int phoneType = extras.getInt(TelecomManager.EXTRA_CALL_TECHNOLOGY_TYPE); in isHighDefCallInProgress() local
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java3502 int phoneType = phone.getPhoneType(); in createConnectionFor() local
4160 int phoneType = connection.getCall().getPhone().getPhoneType(); in addConnectionToConferenceController() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java780 final String phoneType = String.valueOf(mMimeTypeIdPhone); in buildPhoneMatchingSql() local