/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
KeyButtonView.java | 47 import com.android.systemui.statusbar.phone.ButtonDispatcher;
|
PreviewInflater.java | 32 import com.android.systemui.statusbar.phone.KeyguardPreviewContainer; 37 * Utility class to inflate previews for phone and camera affordance.
|
HeadsUpManager.java | 36 import com.android.systemui.statusbar.phone.NotificationGroupManager; 37 import com.android.systemui.statusbar.phone.PhoneStatusBar;
|
MobileSignalController.java | 60 // Since some pieces of the phone state are interdependent we store it locally, 73 TelephonyManager phone, CallbackHandler callbackHandler, 81 mPhone = phone; 137 * Start listening for phone state changes. 150 * Stop listening for phone state changes.
|
/frameworks/base/telecomm/java/android/telecom/ |
Call.java | 34 * Represents an ongoing phone call that the in-call app should present to the user. 113 * extras. Used to pass the phone accounts to display on the front end to the user in order to 114 * select phone accounts to (for example) place a call. 297 * Consider, for example, a scenario where a user has two phones with the same phone number. 484 * @return The handle (e.g., phone number) to which the {@code Call} is currently [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
SubscriptionControllerMock.java | 33 import com.android.internal.telephony.Phone; 49 public static SubscriptionController init(Phone phone) { 255 public void updatePhonesAvailability(Phone[] phones) {
|
/packages/apps/Dialer/src/com/android/dialer/settings/ |
SoundSettingsFragment.java | 39 import com.android.phone.common.util.SettingsUtil;
|
/packages/apps/Dialer/src/com/android/dialer/widget/ |
SearchEditTextLayout.java | 33 import com.android.phone.common.animation.AnimUtils;
|
/packages/services/Telephony/src/com/android/phone/ |
CallerInfoCache.java | 17 package com.android.phone; 29 import android.provider.ContactsContract.CommonDataKinds.Phone; 55 // Assuming DATA.DATA1 corresponds to Phone.NUMBER and SipAddress.ADDRESS, we just use 57 // SIP cases, Phone.NORMALIZED_NUMBER is used as is instead of using Data. 60 Phone.NORMALIZED_NUMBER, // 1 139 * - last 7 digits of each "normalized phone number when it is for PSTN phone call, or
|
EmergencyCallbackModeService.java | 17 package com.android.phone; 38 import com.android.internal.telephony.Phone; 59 private Phone mPhone = null; 76 Phone phoneInEcm = PhoneGlobals.getInstance().getPhoneInEcm(); 77 // Check if it is CDMA phone 120 // Stop the service when phone exits Emergency Callback Mode 174 Phone imsPhone = mPhone.getImsPhone();
|
GsmUmtsCallForwardOptions.java | 1 package com.android.phone; 5 import com.android.internal.telephony.Phone; 24 android.provider.ContactsContract.CommonDataKinds.Phone.NUMBER 47 private Phone mPhone;
|
IccNetworkDepersonalizationPanel.java | 17 package com.android.phone; 39 import com.android.internal.telephony.Phone; 47 * phone app (see bug 1804111). 63 private Phone mPhone;
|
TimeConsumingPreferenceActivity.java | 1 package com.android.phone;
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/ |
VoicemailsQueryHelper.java | 16 package com.android.phone.vvm.omtp.sync; 207 * Voicemail is unique if the tuple of (phone account component name, phone account id, source 208 * data) is unique. If the phone account is missing, we also consider this unique since it's
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/utils/ |
XmlUtils.java | 17 package com.android.phone.vvm.omtp.utils;
|
/packages/services/Telephony/src/com/android/services/telephony/ |
ImsConferenceController.java | 19 import com.android.internal.telephony.Phone; 21 import com.android.phone.PhoneUtils; 323 // Attempt to determine the phone account associated with the conference host connection. 326 Phone imsPhone = connection.getPhone(); 327 // The phone account handle for an ImsPhone is based on the default phone (ie the 328 // base GSM or CDMA phone, not on the ImsPhone itself).
|
TelephonyConferenceController.java | 35 import com.android.phone.PhoneUtils; 242 // the phone account on the conference.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SMSDispatcher.java | 134 protected Phone mPhone; 176 * @param phone the Phone to use 179 protected SMSDispatcher(Phone phone, SmsUsageMonitor usageMonitor, 181 mPhone = phone; 183 mContext = phone.getContext(); 185 mCi = phone.mCi; 220 protected void updatePhoneObject(Phone phone) { [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
KeyguardViewMediator.java | 80 import com.android.systemui.statusbar.phone.FingerprintUnlockController; 81 import com.android.systemui.statusbar.phone.PhoneStatusBar; 82 import com.android.systemui.statusbar.phone.ScrimController; 83 import com.android.systemui.statusbar.phone.StatusBarKeyguardViewManager; 84 import com.android.systemui.statusbar.phone.StatusBarWindowManager; 93 * should be shown or reset, callbacks to the phone window manager to notify 105 * Callbacks to the phone window manager: 227 * External apps (like the phone app) can tell us to disable the keygaurd. [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
BaseContactsProvider2Test.java | 44 import android.provider.ContactsContract.CommonDataKinds.Phone; 261 return insertPhoneNumber(rawContactId, phoneNumber, primary, false, Phone.TYPE_HOME); 266 return insertPhoneNumber(rawContactId, phoneNumber, primary, superPrimary, Phone.TYPE_HOME); 278 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); 279 values.put(Phone.NUMBER, phoneNumber); 280 values.put(Phone.TYPE, type); [all...] |
/external/robolectric/v3/runtime/ |
android-all-5.0.0_r2-robolectric-1.jar | |
android-all-5.1.1_r9-robolectric-1.jar | |
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
TileAdapter.java | 50 import com.android.systemui.statusbar.phone.QSTileHost; 51 import com.android.systemui.statusbar.phone.SystemUIDialog;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_structures.py | 278 class Phone(Structure): 284 ("phone", Phone), 290 self.assertEqual(p.phone.areacode, "1234") 291 self.assertEqual(p.phone.number, "5678") 315 class Phone(Structure): 321 ("phone", Phone), 329 "(Phone) <type 'exceptions.TypeError'>: " 333 "(Phone) exceptions.TypeError: [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_structures.py | 278 class Phone(Structure): 284 ("phone", Phone), 290 self.assertEqual(p.phone.areacode, "1234") 291 self.assertEqual(p.phone.number, "5678") 315 class Phone(Structure): 321 ("phone", Phone), 329 "(Phone) <type 'exceptions.TypeError'>: " 333 "(Phone) exceptions.TypeError: [all...] |