HomeSort by relevance Sort by last modified time
    Searched refs:phone (Results 326 - 350 of 579) sorted by null

<<11121314151617181920>>

  /packages/services/Telephony/src/com/android/phone/settings/fdn/
FdnSetting.java 17 package com.android.phone.settings.fdn;
34 import com.android.internal.telephony.Phone;
35 import com.android.phone.CallFeaturesSetting;
36 import com.android.phone.PhoneGlobals;
37 import com.android.phone.R;
38 import com.android.phone.SubscriptionInfoHelper;
41 * FDN settings UI for the Phone app.
51 private Phone mPhone;
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 151 String phone = "+86-13512345678"; local
152 address.setPhone(phone);
153 assertEquals(phone, address.getPhone());
211 "longitude=0.0,phone=null,url=www.google.com,extras=null]";
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSContainer.java 32 import com.android.systemui.statusbar.phone.BaseStatusBarHeader;
33 import com.android.systemui.statusbar.phone.NotificationPanelView;
34 import com.android.systemui.statusbar.phone.QSTileHost;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
QSCustomizer.java 42 import com.android.systemui.statusbar.phone.NotificationsQuickSettingsContainer;
43 import com.android.systemui.statusbar.phone.PhoneStatusBar;
44 import com.android.systemui.statusbar.phone.QSTileHost;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardIndicationController.java 44 import com.android.systemui.statusbar.phone.KeyguardIndicationTextView;
45 import com.android.systemui.statusbar.phone.LockIcon;
46 import com.android.systemui.statusbar.phone.StatusBarKeyguardViewManager;
  /packages/apps/Messaging/tests/src/com/android/messaging/util/
ContactUtilTest.java 46 // TODO: This test will actually mess with contacts on your phone.
65 * Add a test contact based on contact name, phone and email.
68 final String name, final String phone, final String email, final boolean starred)
84 if (phone != null) {
88 ContactsContract.CommonDataKinds.Phone.CONTENT_ITEM_TYPE)
89 .withValue(ContactsContract.CommonDataKinds.Phone.NUMBER, phone)
90 .withValue(ContactsContract.CommonDataKinds.Phone.TYPE,
91 ContactsContract.CommonDataKinds.Phone.TYPE_MOBILE)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 26 import com.android.systemui.statusbar.phone.StatusBarIconController;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
WorkModeTile.java 27 import com.android.systemui.statusbar.phone.ManagedProfileController;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
AutoTileManager.java 15 package com.android.systemui.statusbar.phone;
ManagedProfileController.java 15 package com.android.systemui.statusbar.phone;
NoisyVelocityTracker.java 17 package com.android.systemui.statusbar.phone;
ObservableScrollView.java 17 package com.android.systemui.statusbar.phone;
PhoneStatusBarTransitions.java 17 package com.android.systemui.statusbar.phone;
UnlockMethodCache.java 17 package com.android.systemui.statusbar.phone;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
BatteryPreference.java 25 import com.android.systemui.statusbar.phone.StatusBarIconController;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
SafetyWarningDialog.java 29 import com.android.systemui.statusbar.phone.SystemUIDialog;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccSmsInterfaceManager.java 80 protected Phone mPhone;
127 protected IccSmsInterfaceManager(Phone phone) {
128 mPhone = phone;
129 mContext = phone.getContext();
132 mDispatcher = new ImsSMSDispatcher(phone,
133 phone.mSmsStorageMonitor, phone.mSmsUsageMonitor);
169 protected void updatePhoneObject(Phone phone) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 43 import com.android.internal.telephony.Phone;
155 public ImsPhoneConnection(Phone phone, ImsCall imsCall, ImsPhoneCallTracker ct,
158 createWakeLock(phone.getContext());
193 fetchDtmfToneDelay(phone);
197 public ImsPhoneConnection(Phone phone, String dialString, ImsPhoneCallTracker ct,
200 createWakeLock(phone.getContext());
224 fetchDtmfToneDelay(phone);
363 if (Phone.DEBUG_PHONE)
    [all...]
  /packages/apps/PhoneCommon/src/com/android/phone/common/compat/
PathInterpolatorCompat.java 17 package com.android.phone.common.compat;
  /packages/apps/Settings/src/com/android/settings/dashboard/
SupportItemAdapter.java 52 import static com.android.settings.overlay.SupportFeatureProvider.SupportType.PHONE;
91 mSelectedCountry = mSupportFeatureProvider.getCurrentCountryCodeIfHasConfig(PHONE);
181 * Adds 1 escalation card. Based on current phone state, the escalation card can display
212 mSupportFeatureProvider.isSupportTypeEnabled(mActivity, PHONE);
220 } else if (mSupportFeatureProvider.isAlwaysOperating(PHONE, null /* countryCode */)
226 } else if (mSupportFeatureProvider.isOperatingNow(PHONE)
235 mSupportFeatureProvider.getOperationHours(mActivity, PHONE, null,
240 .setSummary1(mSupportFeatureProvider.getEstimatedWaitTime(mActivity, PHONE))
241 .setEnabled1(mSupportFeatureProvider.isOperatingNow(PHONE));
254 mSupportFeatureProvider.isAlwaysOperating(PHONE, mSelectedCountry)
450 final SupportPhone phone = mSupportFeatureProvider local
466 final SupportPhone phone = mSupportFeatureProvider local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TurnAutoSyncOnDialog.java 77 resources.getString(isTablet ? R.string.tablet : R.string.phone));
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipBroadcastReceiver.java 30 import com.android.phone.PhoneGlobals;
  /packages/services/Telephony/src/com/android/phone/
CallGatewayManager.java 17 package com.android.phone;
32 * gateway information for services which route phone calls through their own service/numbers.
54 "com.android.phone.extra.GATEWAY_PROVIDER_PACKAGE";
59 * (phone gateway URL should start with the 'tel:' scheme) that
66 "com.android.phone.extra.GATEWAY_URI";
182 * @param uri A 'tel:' URI with the gateway phone number.
CarrierConfigLoader.java 17 package com.android.phone;
56 import com.android.internal.telephony.Phone;
87 // The context for phone app, passed from PhoneGlobals.
375 * This is only done once, at startup, from {@link com.android.phone.PhoneApp#onCreate}.
399 log("Binding to " + pkgName + " for phone " + phoneId);
424 Phone phone = PhoneFactory.getPhone(phoneId); local
425 if (phone != null) {
426 imsi = phone.getSubscriberId();
427 gid1 = phone.getGroupIdLevel1()
450 Phone phone = PhoneFactory.getPhone(phoneId); local
    [all...]
CdmaSubscriptionListPreference.java 17 package com.android.phone;
30 import com.android.internal.telephony.Phone;
45 private Phone mPhone;
87 statusCdmaSubscriptionMode = Phone.CDMA_SUBSCRIPTION_NV;
90 statusCdmaSubscriptionMode = Phone.CDMA_SUBSCRIPTION_RUIM_SIM;
93 statusCdmaSubscriptionMode = Phone.PREFERRED_CDMA_SUBSCRIPTION;

Completed in 891 milliseconds

<<11121314151617181920>>