Searched defs:phone (Results 1 - 25 of 117) sorted by relevance

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBounceInterpolator.java17 package com.android.systemui.statusbar.phone;
H A DVelocityTrackerFactory.java17 package com.android.systemui.statusbar.phone;
H A DActivityStarter.java17 package com.android.systemui.statusbar.phone;
H A DAppButtonData.java17 package com.android.systemui.statusbar.phone;
H A DAppIconDragShadowBuilder.java17 package com.android.systemui.statusbar.phone;
H A DAppInfo.java17 package com.android.systemui.statusbar.phone;
H A DAutoTileManager.java15 package com.android.systemui.statusbar.phone;
H A DKeyguardIndicationTextView.java17 package com.android.systemui.statusbar.phone;
H A DKeyguardPreviewContainer.java17 package com.android.systemui.statusbar.phone;
29 * A view group which contains the preview of phone/camera and draws a black bar at the bottom as
H A DVelocityTrackerInterface.java17 package com.android.systemui.statusbar.phone;
H A DDemoStatusIcons.java17 package com.android.systemui.statusbar.phone;
H A DExpandableIndicator.java15 package com.android.systemui.statusbar.phone;
H A DPlatformVelocityTracker.java17 package com.android.systemui.statusbar.phone;
H A DReverseLinearLayout.java15 package com.android.systemui.statusbar.phone;
H A DSystemUIDialog.java17 package com.android.systemui.statusbar.phone;
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/text/
H A DBidiFormatterSupport.java32 private static String phone = "+1 650 253 0000"; field in class:BidiFormatterSupport
40 String formattedText = String.format(text, phone);
46 String wrappedPhone = BidiFormatter.getInstance(true /* rtlContext */).unicodeWrap(phone);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/text/
H A DBidiFormatterSupport.java32 private static String phone = "+1 650 253 0000"; field in class:BidiFormatterSupport
40 String formattedText = String.format(text, phone);
46 String wrappedPhone = BidiFormatter.getInstance(true /* rtlContext */).unicodeWrap(phone);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCellBroadcastHandler.java36 private CellBroadcastHandler(Context context, Phone phone) { argument
37 this("CellBroadcastHandler", context, phone);
40 protected CellBroadcastHandler(String debugTag, Context context, Phone phone) { argument
41 super(debugTag, context, phone);
49 public static CellBroadcastHandler makeCellBroadcastHandler(Context context, Phone phone) { argument
50 CellBroadcastHandler handler = new CellBroadcastHandler(context, phone);
H A DRatRatcheter.java53 public RatRatcheter(Phone phone) { argument
54 mPhone = phone;
58 phone.getContext().registerReceiverAsUser(mConfigChangedReceiver, UserHandle.ALL,
H A DCarrierSignalAgent.java36 * each CarrierSignalAgent is associated with a phone object.
66 public CarrierSignalAgent(Phone phone) { argument
67 mPhone = phone;
H A DTelephonyCapabilities.java24 * Utilities that check if the phone supports specified capabilities.
34 * Return true if the current phone supports ECM ("Emergency Callback
47 public static boolean supportsEcm(Phone phone) { argument
48 Rlog.d(LOG_TAG, "supportsEcm: Phone type = " + phone.getPhoneType() +
49 " Ims Phone = " + phone.getImsPhone());
50 return (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA ||
51 phone.getImsPhone() != null);
55 * Return true if the current phone supports Over The Air Service
69 * "if (CDMA)" checks sprinkled throughout the phone app.
71 public static boolean supportsOtasp(Phone phone) { argument
80 supportsVoiceMessageCount(Phone phone) argument
92 supportsNetworkSelection(Phone phone) argument
104 getDeviceIdLabel(Phone phone) argument
126 supportsConferenceCallManagement(Phone phone) argument
140 supportsHoldAndUnhold(Phone phone) argument
160 supportsAnswerAndHold(Phone phone) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsExternalCall.java34 public ImsExternalCall(Phone phone, ImsExternalConnection connection) { argument
35 mPhone = phone;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/phone/
H A DDozeParametersTests.java17 package com.android.systemui.phone;
19 import com.android.systemui.statusbar.phone.DozeParameters.IntInOutMatcher;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTesterDeactivateAll.java68 DcTesterDeactivateAll(Phone phone, DcController dcc, Handler handler) { argument
69 mPhone = phone;
81 phone.getContext().registerReceiver(sIntentReceiver, filter, null, handler);
H A DDcTesterFailBringUpAll.java77 DcTesterFailBringUpAll(Phone phone, Handler handler) { argument
78 mPhone = phone;
91 phone.getContext().registerReceiver(mIntentReceiver, filter, null, handler);

Completed in 268 milliseconds

12345