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

1234567

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncerTest.java17 package com.android.systemui.statusbar.phone;
H A DNavigationBarFragmentTest.java15 package com.android.systemui.statusbar.phone;
H A DNavigationBarTransitionsTest.java15 package com.android.systemui.statusbar.phone;
H A DSystemUIDialogTest.java15 package com.android.systemui.statusbar.phone;
H A DAutoTileManagerTest.java17 package com.android.systemui.statusbar.phone;
H A DCollapsedStatusBarFragmentTest.java15 package com.android.systemui.statusbar.phone;
H A DStatusBarIconControllerTest.java15 package com.android.systemui.statusbar.phone;
29 import com.android.systemui.statusbar.phone.StatusBarIconController.DarkIconManager;
30 import com.android.systemui.statusbar.phone.StatusBarIconController.IconManager;
H A DStatusBarWindowViewTest.java17 package com.android.systemui.statusbar.phone;
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipTouchGesture.java17 package com.android.systemui.pip.phone;
H A DPipUtils.java17 package com.android.systemui.pip.phone;
H A DPipDismissViewController.java17 package com.android.systemui.pip.phone;
/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 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 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 DLockscreenGestureLogger.java17 package com.android.systemui.statusbar.phone;
H A DManagedProfileController.java15 package com.android.systemui.statusbar.phone;
17 import com.android.systemui.statusbar.phone.ManagedProfileController.Callback;
H A DNavigationBarFrame.java15 package com.android.systemui.statusbar.phone;
H A DVelocityTrackerInterface.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 DCarrierSmsUtils.java44 * @param phone object from telephony
50 Context context, Phone phone, Intent intent) {
52 String carrierImsPackage = getCarrierImsPackage(context, phone);
74 private static String getCarrierImsPackage(Context context, Phone phone) { argument
84 PersistableBundle config = cm.getConfigForSubId(phone.getSubId());
86 if (VDBG) Rlog.v(TAG, "No CarrierConfig for subId:" + phone.getSubId());
49 getCarrierImsPackageForIntent( Context context, Phone phone, Intent intent) argument

Completed in 202 milliseconds

1234567