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

<<1112131415161718

  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap-responsive.css 48 .visible-phone {
61 .visible-phone {
64 .hidden-phone {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeService.java 43 import com.android.systemui.statusbar.phone.DozeParameters;
44 import com.android.systemui.statusbar.phone.DozeParameters.PulseSchedule;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardAffordanceView.java 40 import com.android.systemui.statusbar.phone.KeyguardAffordanceHelper;
41 import com.android.systemui.statusbar.phone.PhoneStatusBar;
NotificationData.java 28 import com.android.systemui.statusbar.phone.NotificationGroupManager;
NotificationTemplateViewWrapper.java 37 import com.android.systemui.statusbar.phone.NotificationPanelView;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
MobileSignalController.java 59 // Since some pieces of the phone state are interdependent we store it locally,
72 TelephonyManager phone, CallbackHandler callbackHandler,
80 mPhone = phone;
131 * Start listening for phone state changes.
144 * Stop listening for phone state changes.
KeyButtonRipple.java 35 import com.android.systemui.statusbar.phone.PhoneStatusBar;
  /frameworks/base/telecomm/java/android/telecom/
Call.java 34 * Represents an ongoing phone call that the in-call app should present to the user.
100 * extras. Used to pass the phone accounts to display on the front end to the user in order to
101 * select phone accounts to (for example) place a call.
390 * @return The handle (e.g., phone number) to which the {@code Call} is currently
665 private final Phone mPhone;
759 * A post-dial DTMF string is a string of digits entered after a phone number, when dialed,
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
InCallActivity.java 52 import com.android.phone.common.animation.AnimUtils;
53 import com.android.phone.common.animation.AnimationListenerAdapter;
496 // TODO: Dump phone state?
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/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/python/linux-x86/2.7.5/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...]
  /development/tools/labpretest/
labpretest.sh 569 $ADB -s $device shell monkey -p com.android.alarmclock -p com.android.browser -p com.android.calculator2 -p com.android.calendar -p com.android.camera -p com.android.contacts -p com.google.android.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android.mms -p com.android.music -p com.android.phone -p com.android.settings -p com.google.android.street -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --ignore-security-exceptions -s $seed $MEVENTS
  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistManager.java 36 import com.android.systemui.statusbar.phone.PhoneStatusBar;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java 35 import com.android.systemui.statusbar.phone.PhoneStatusBar;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QSTileHost.java 17 package com.android.systemui.statusbar.phone;
StatusBarKeyguardViewManager.java 17 package com.android.systemui.statusbar.phone;
StatusBarWindowManager.java 17 package com.android.systemui.statusbar.phone;
StatusBarWindowView.java 17 package com.android.systemui.statusbar.phone;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeUI.java 43 import com.android.systemui.statusbar.phone.SystemUIDialog;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GlobalSearchSupportTest.java 116 loadTestPhoto()).phone("1-800-4664-411").build();
  /packages/services/Telephony/src/com/android/phone/
ChangeIccPinScreen.java 17 package com.android.phone;
39 import com.android.internal.telephony.Phone;
42 * "Change ICC PIN" UI for the Phone app.
64 private Phone mPhone;
EditPhoneNumberPreference.java 17 package com.android.phone;
26 import android.provider.ContactsContract.CommonDataKinds.Phone;
125 mContactListIntent.setType(Phone.CONTENT_ITEM_TYPE);
127 //get the edit phone number default settings
321 // phone numbers and calling the close action listener.
360 * Phone number handling code
363 // return the phone number, after it has been stripped of all
368 /** The phone number including any formatting characters */
373 //set the phone number value.
EmergencyCallbackModeExitDialog.java 17 package com.android.phone;
42 import com.android.internal.telephony.Phone;
57 "com.android.phone.action.ACTION_SHOW_ECM_EXIT_DIALOG";
75 private Phone mPhone = null;
81 // Check if phone is in Emergency Callback Mode. If not, exit.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 40 import com.android.internal.telephony.Phone;
106 CdmaCallTracker(CDMAPhone phone) {
107 mPhone = phone;
108 mCi = phone.mCi;
229 // Phone number is invalid
296 Rlog.i("phone", "acceptCall: incoming...");
312 throw new CallStateException("phone not ringing");
319 // so if the phone isn't ringing, this could hang up held
323 throw new CallStateException("phone not ringing");
489 if (Phone.DEBUG_PHONE)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 42 import com.android.internal.telephony.Phone;
104 GsmCallTracker (GSMPhone phone) {
105 this.mPhone = phone;
106 mCi = phone.mCi;
223 // Phone number is invalid
269 Rlog.i("phone", "acceptCall: incoming...");
277 throw new CallStateException("phone not ringing");
284 // so if the phone isn't ringing, this could hang up held
288 throw new CallStateException("phone not ringing");
495 if (Phone.DEBUG_PHONE) log
    [all...]

Completed in 1929 milliseconds

<<1112131415161718