/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
StatusBarKeyguardViewManager.java | 17 package com.android.systemui.statusbar.phone;
|
StatusBarWindowManager.java | 17 package com.android.systemui.statusbar.phone;
|
PhoneStatusBar.java | 17 package com.android.systemui.statusbar.phone; 25 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_LIGHTS_OUT; 26 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_LIGHTS_OUT_TRANSPARENT; 27 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_OPAQUE; 28 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_SEMI_TRANSPARENT; 29 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_TRANSLUCENT; 30 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_TRANSPARENT; 31 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_WARNING; 169 import com.android.systemui.statusbar.phone.UnlockMethodCache.OnUnlockMethodChangedListener; [all...] |
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;
|
PhoneStatusBarPolicy.java | 17 package com.android.systemui.statusbar.phone;
|
QSTileHost.java | 17 package com.android.systemui.statusbar.phone;
|
StatusBarIconController.java | 17 package com.android.systemui.statusbar.phone;
|
StatusBarWindowView.java | 17 package com.android.systemui.statusbar.phone;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DataConnection.java | 23 import com.android.internal.telephony.Phone; 154 private Phone mPhone; 235 * @param phone the Phone 239 public static DataConnection makeDataConnection(Phone phone, int id, 242 DataConnection dc = new DataConnection(phone, 390 private DataConnection(Phone phone, String name, int id, 398 mPhone = phone; [all...] |
/packages/apps/Dialer/src/com/android/dialer/list/ |
SearchFragment.java | 50 import com.android.phone.common.animation.AnimUtils; 191 // This hides the "All contacts with phone numbers" header in the search fragment 203 * Return true if phone number is prohibited by a value - 207 // Regular expression prohibiting manual phone call. Can be empty i.e. "no rule". 216 Log.d(TAG, "The phone number is prohibited explicitly by a rule.");
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
SipSettings.java | 49 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; 39 import android.provider.ContactsContract.CommonDataKinds.Phone; 62 * SIM Address Book UI for the Phone app. 84 phoneType = Phone.TYPE_WORK; 86 phoneType = Phone.TYPE_MOBILE; 88 phoneType = Phone.TYPE_HOME; 90 phoneType = Phone.TYPE_OTHER; 94 phoneType = Phone.TYPE_OTHER; 173 builder.withValueBackReference(Phone.RAW_CONTACT_ID, 0); 174 builder.withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
RecentsImpl.java | 75 import com.android.systemui.statusbar.phone.NavigationBarGestureHelper; 76 import com.android.systemui.statusbar.phone.PhoneStatusBar; [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
UserSwitcherController.java | 58 import com.android.systemui.statusbar.phone.ActivityStarter; 59 import com.android.systemui.statusbar.phone.SystemUIDialog; [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SubscriptionInfoUpdater.java | 105 private static Phone[] mPhone; 118 public SubscriptionInfoUpdater(Context context, Phone[] phone, CommandsInterface[] ci) { 122 mPhone = phone; 685 i.putExtra(PhoneConstants.PHONE_NAME_KEY, "Phone");
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipPhone.java | 39 import com.android.internal.telephony.Phone; 93 public boolean equals(SipPhone phone) { 94 return getSipUri().equals(phone.getSipUri()); 162 " throw CallStateException(\"phone not ringing\")"); 164 throw new CallStateException("phone not ringing"); 178 " throw CallStateException(\"phone not ringing\")"); 180 throw new CallStateException("phone not ringing"); 481 public Phone getPhone() { 522 + ": " + this + " on phone " + getPhone()); 535 + ": " + this + " on phone " + getPhone()) [all...] |
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
InCallActivity.java | 63 import com.android.phone.common.animation.AnimUtils; 64 import com.android.phone.common.animation.AnimationListenerAdapter; 539 // TODO: Dump phone state? [all...] |
/device/moto/shamu/ |
device.mk | 349 $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
QSPanel.java | 39 import com.android.systemui.statusbar.phone.QSTileHost;
|
QSTile.java | 38 import com.android.systemui.statusbar.phone.ManagedProfileController;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
KeyguardAffordanceView.java | 41 import com.android.systemui.statusbar.phone.KeyguardAffordanceHelper;
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/ |
CallSubjectDialog.java | 54 import com.android.phone.common.animation.AnimUtils; 205 * Show the call subject dialog given a phone number to dial (e.g. from the dialpad). 235 * @param phoneAccountHandle The phone account handle. 267 * Creates the dialog, inflating the layout and populating it with the name and phone number. 578 * Loads the message encoding and maximum message length from the phone account extras for the 579 * current phone account. 582 // Only attempt to load configuration from the phone account extras if the SDK is N or
|