/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/ |
PowerUITest.java | 38 import com.android.systemui.statusbar.phone.StatusBar;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/ |
TileServicesTest.java | 31 import com.android.systemui.statusbar.phone.StatusBarIconController;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
NotificationDataTest.java | 38 import com.android.systemui.statusbar.phone.NotificationGroupManager;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
CarrierKeyDownloadManager.java | 64 * The class will be instantiated by various Phone implementations. 102 private final Phone mPhone; 107 public CarrierKeyDownloadManager(Phone phone) { 108 mPhone = phone; 109 mContext = phone.getContext(); 114 mContext.registerReceiver(mBroadcastReceiver, filter, null, phone); 263 * instance of the phone.
|
ProxyController.java | 62 private Phone[] mPhones; 83 // record each phone's set radio capability status 105 public static ProxyController getInstance(Context context, Phone[] phone, 108 sProxyController = new ProxyController(context, phone, uiccController, ci, ps); 117 private ProxyController(Context context, Phone[] phone, UiccController uiccController, 122 mPhones = phone; 189 // if we can't find a phone for the given subId, it is disconnected. 195 * Get phone radio type and access technology [all...] |
CarrierSignalAgent.java | 55 * Each CarrierSignalAgent is associated with a phone object. 70 private final Phone mPhone; 120 public CarrierSignalAgent(Phone phone) { 121 mPhone = phone;
|
RetryManager.java | 180 private Phone mPhone; 226 * @param phone Phone object 229 public RetryManager(Phone phone, String apnType) { 230 mPhone = phone;
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
FloatingActionButtonController.java | 29 import com.android.phone.common.animation.AnimUtils;
|
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/ |
DialpadKeyButton.java | 17 package com.android.phone.common.dialpad;
|
/packages/services/Telephony/src/com/android/phone/ |
ADNList.java | 17 package com.android.phone; 41 * Abbreviated Dial Numbers (ADN) list activity for the Phone app. By default, this class will show 171 // This code block is for displaying a phone number including "+ country code" correctly
|
CallTime.java | 17 package com.android.phone; 32 * in the Phone app, and also to start and stop tracing / profiling. 35 private static final String LOG_TAG = "PHONE/CallTime"; 197 // information (/data/data/com.android.phone).
|
CdmaSystemSelectListPreference.java | 17 package com.android.phone; 31 import com.android.internal.telephony.Phone; 39 private Phone mPhone; 72 Settings.Global.CDMA_ROAMING_MODE, Phone.CDMA_RM_HOME); 76 case Phone.CDMA_RM_ANY: 77 statusCdmaRoamingMode = Phone.CDMA_RM_ANY; 79 case Phone.CDMA_RM_HOME: 81 statusCdmaRoamingMode = Phone.CDMA_RM_HOME; 122 Settings.Global.CDMA_ROAMING_MODE, Phone.CDMA_RM_HOME); 124 if (statusCdmaRoamingMode == Phone.CDMA_RM_HOME | [all...] |
EnableIccPinScreen.java | 17 package com.android.phone; 33 import com.android.internal.telephony.Phone; 48 private Phone mPhone;
|
MMIDialogActivity.java | 17 package com.android.phone; 32 import com.android.internal.telephony.Phone; 49 private Phone mPhone; 93 // If the phone has an IMS phone, also get pending imS MMIsl. 117 // if phone is a CDMA phone display feature code completed message 134 * @see PhoneUtils#cancelMmiCode(Phone)
|
PhoneSearchIndexablesProvider.java | 17 package com.android.phone; 69 ref[COLUMN_INDEX_XML_RES_INTENT_TARGET_PACKAGE] = "com.android.phone";
|
/packages/services/Telephony/src/com/android/services/telephony/ |
CdmaConferenceController.java | 19 import com.android.phone.PhoneUtils;
|
/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/ |
FileServiceRepository.java | 17 package com.android.phone.testapps.embmsmw; 39 private static final String FILE_AUTHORITY = "com.android.phone.testapps";
|
/packages/services/Telephony/tests/src/com/android/phone/ |
RoamingDialogFragmentTest.java | 16 package com.android.phone;
|
/frameworks/base/location/java/android/location/ |
Address.java | 362 * Returns the phone number of the address if known, 373 * Sets the phone number associated with this address. 375 public void setPhone(String phone) { 376 mPhone = phone; 465 sb.append(",phone=");
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/ |
DataCollector.java | 39 import static com.android.systemui.statusbar.phone.nano.TouchAnalyticsProto.Session; 40 import static com.android.systemui.statusbar.phone.nano.TouchAnalyticsProto.Session.PhoneEvent; 43 * Tracks touch, sensor and phone events when the lockscreen is on. If the phone is unlocked 48 * A session ends when the screen is turned off or user unlocks the phone.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
NavigationBarGestureHelper.java | 17 package com.android.systemui.statusbar.phone; 35 import com.android.systemui.plugins.statusbar.phone.NavGesture.GestureHelper;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
KeyguardUserSwitcher.java | 37 import com.android.systemui.statusbar.phone.KeyguardStatusBarView; 38 import com.android.systemui.statusbar.phone.NotificationPanelView;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
TunerServiceImpl.java | 48 import com.android.systemui.statusbar.phone.StatusBarIconController; 49 import com.android.systemui.statusbar.phone.SystemUIDialog;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaSMSDispatcher.java | 35 import com.android.internal.telephony.Phone; 52 public CdmaSMSDispatcher(Phone phone, SmsUsageMonitor usageMonitor, 54 super(phone, usageMonitor, imsSMSDispatcher);
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
DataAction.java | 119 PhoneDataItem phone = (PhoneDataItem) item; local 120 final String number = phone.getNumber(); 132 // Configure Icons and Intents. Notice actionIcon is already set to the phone 153 // of the "call phone" icon, rather than the standard 154 // app icon for the Phone app (which we show for 155 // regular phone numbers.) That's because the phone
|