HomeSort by relevance Sort by last modified time
    Searched refs:phone (Results 376 - 400 of 438) sorted by null

<<1112131415161718

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 17 package com.android.systemui.statusbar.phone;
132 import com.android.systemui.statusbar.phone.UnlockMethodCache.OnUnlockMethodChangedListener;
175 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_LIGHTS_OUT;
176 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_LIGHTS_OUT_TRANSPARENT;
177 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_OPAQUE;
178 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_SEMI_TRANSPARENT;
179 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_TRANSLUCENT;
180 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_TRANSPARENT;
181 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_WARNING;
    [all...]
PhoneStatusBarPolicy.java 17 package com.android.systemui.statusbar.phone;
ScrimController.java 17 package com.android.systemui.statusbar.phone;
KeyguardAffordanceHelper.java 17 package com.android.systemui.statusbar.phone;
35 * A touch handler of the keyguard which is responsible for launching phone and camera affordances.
KeyguardBottomAreaView.java 17 package com.android.systemui.statusbar.phone;
72 * Implementation for the bottom area of the Keyguard, including camera/phone affordance and status
NavigationBarView.java 17 package com.android.systemui.statusbar.phone;
StatusBarIconController.java 17 package com.android.systemui.statusbar.phone;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
EriManager.java 99 public EriManager(PhoneBase phone, Context context, int eriFileSource) {
131 * In this case the ERI file can be updated from the Phone Support Tool available
141 * In this case the a Phone Support Tool to update the ERI file must be provided
  /packages/apps/Dialer/src/com/android/dialer/list/
SearchFragment.java 56 import com.android.phone.common.animation.AnimUtils;
190 // This hides the "All contacts with phone numbers" header in the search fragment
202 * Return true if phone number is prohibited by a value -
206 // Regular expression prohibiting manual phone call. Can be empty i.e. "no rule".
215 Log.d(TAG, "The phone number is prohibited explicitly by a rule.");
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipSettings.java 19 import com.android.internal.telephony.Phone;
56 import com.android.phone.R;
  /packages/services/Telephony/src/com/android/phone/
EmergencyActionGroup.java 17 package com.android.phone;
SimContacts.java 17 package com.android.phone;
37 import android.provider.ContactsContract.CommonDataKinds.Phone;
59 * SIM Address Book UI for the Phone app.
81 phoneType = Phone.TYPE_WORK;
83 phoneType = Phone.TYPE_MOBILE;
85 phoneType = Phone.TYPE_HOME;
87 phoneType = Phone.TYPE_OTHER;
91 phoneType = Phone.TYPE_OTHER;
170 builder.withValueBackReference(Phone.RAW_CONTACT_ID, 0);
171 builder.withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE)
    [all...]
CellBroadcastSms.java 18 package com.android.phone;
26 import com.android.internal.telephony.Phone;
36 * List of Phone-specific settings screens.
170 private Phone mPhone;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 37 import com.android.systemui.statusbar.phone.NotificationGroupManager;
38 import com.android.systemui.statusbar.phone.PhoneStatusBar;
    [all...]
SignalClusterView.java 37 import com.android.systemui.statusbar.phone.StatusBarIconController;
BaseStatusBar.java 100 import com.android.systemui.statusbar.phone.NavigationBarView;
101 import com.android.systemui.statusbar.phone.NotificationGroupManager;
102 import com.android.systemui.statusbar.phone.StatusBarKeyguardViewManager;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 40 import com.android.internal.telephony.Phone;
90 public boolean equals(SipPhone phone) {
91 return getSipUri().equals(phone.getSipUri());
159 " throw CallStateException(\"phone not ringing\")");
161 throw new CallStateException("phone not ringing");
175 " throw CallStateException(\"phone not ringing\")");
177 throw new CallStateException("phone not ringing");
462 public Phone getPhone() {
503 + ": " + this + " on phone " + getPhone());
516 + ": " + this + " on phone " + getPhone())
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 91 import com.android.phone.common.animation.AnimUtils;
92 import com.android.phone.common.animation.AnimationListenerAdapter;
100 * The dialer tab's title is 'phone', a more common name (see strings.xml).
139 private static final String ACTION_TOUCH_DIALER = "com.android.phone.action.TOUCH_DIALER";
154 * Fragment for searching phone numbers using the alphanumeric keyboard.
159 * Fragment for searching phone numbers using the dialpad.
287 * Listener used to send search queries to the phone search fragment.
    [all...]
  /device/moto/shamu/
device.mk 341 $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskView.java 36 import com.android.systemui.statusbar.phone.PhoneStatusBar;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 36 import com.android.systemui.statusbar.phone.PhoneStatusBar;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
QsTuner.java 51 import com.android.systemui.statusbar.phone.QSTileHost;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 22 import com.android.internal.telephony.Phone;
263 * @param phone the Phone
267 static DataConnection makeDataConnection(PhoneBase phone, int id,
270 DataConnection dc = new DataConnection(phone,
418 private DataConnection(PhoneBase phone, String name, int id,
426 mPhone = phone;
591 if (TextUtils.equals(dp.mReason, Phone.REASON_RADIO_TURNED_OFF)) {
593 } else if (TextUtils.equals(dp.mReason, Phone.REASON_PDP_RESET)) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 65 import com.android.internal.telephony.Phone;
187 ImsPhoneCallTracker(ImsPhone phone) {
188 this.mPhone = phone;
226 Phone.TTY_MODE_OFF);
396 // Phone number is invalid
465 throw new CallStateException("phone not ringing");
476 throw new CallStateException("phone not ringing");
670 log("Phone State:" + mState);
776 if (Phone.DEBUG_PHONE) log("(ringing) hangup incoming");
780 if (Phone.DEBUG_PHONE)
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 213 // Remove the primary phone number
221 // Remove the remaining phone number
408 // Access the phone through People
412 // Now the person should be joined with Phone
760 boolean phone, boolean email, String query, boolean expectIcon1Uri, String expectedIcon2,
813 if (phone) {
    [all...]

Completed in 1477 milliseconds

<<1112131415161718