Searched
refs:phone (Results
426 -
450 of
593) sorted by null
<<11121314151617181920>>
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
PipMediaController.java | 17 package com.android.systemui.pip.phone; 53 private static final String ACTION_PLAY = "com.android.systemui.pip.phone.PLAY"; 54 private static final String ACTION_PAUSE = "com.android.systemui.pip.phone.PAUSE"; 55 private static final String ACTION_NEXT = "com.android.systemui.pip.phone.NEXT"; 56 private static final String ACTION_PREV = "com.android.systemui.pip.phone.PREV";
|
PipNotificationController.java | 17 package com.android.systemui.pip.phone;
|
PipTouchState.java | 17 package com.android.systemui.pip.phone;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
DragDownHelper.java | 33 import com.android.systemui.statusbar.phone.StatusBar;
|
NotificationShelf.java | 19 import static com.android.systemui.statusbar.phone.NotificationIconContainer.IconState.NO_VALUE; 20 import static com.android.systemui.statusbar.phone.NotificationIconContainer.OVERFLOW_EARLY_AMOUNT; 37 import com.android.systemui.statusbar.phone.NotificationIconContainer; 38 import com.android.systemui.statusbar.phone.NotificationPanelView; [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
NotificationHeaderViewWrapper.java | 39 import com.android.systemui.statusbar.phone.NotificationPanelView;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
BarTransitions.java | 17 package com.android.systemui.statusbar.phone;
|
DemoStatusIcons.java | 17 package com.android.systemui.statusbar.phone;
|
DozeParameters.java | 17 package com.android.systemui.statusbar.phone;
|
FingerprintUnlockController.java | 17 package com.android.systemui.statusbar.phone;
|
KeyguardBouncer.java | 17 package com.android.systemui.statusbar.phone;
|
KeyguardClockPositionAlgorithm.java | 17 package com.android.systemui.statusbar.phone;
|
LightBarTransitionsController.java | 17 package com.android.systemui.statusbar.phone;
|
LockscreenWallpaper.java | 17 package com.android.systemui.statusbar.phone;
|
NotificationsQuickSettingsContainer.java | 17 package com.android.systemui.statusbar.phone;
|
StatusBarIconController.java | 15 package com.android.systemui.statusbar.phone;
|
TrustDrawable.java | 17 package com.android.systemui.statusbar.phone;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
DeadZone.java | 32 import com.android.systemui.statusbar.phone.StatusBar;
|
PreviewInflater.java | 32 import com.android.systemui.statusbar.phone.KeyguardPreviewContainer; 37 * Utility class to inflate previews for phone and camera affordance.
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
KeyguardIndicationControllerTest.java | 42 import com.android.systemui.statusbar.phone.KeyguardIndicationTextView;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
NearestTouchFrameTest.java | 15 package com.android.systemui.statusbar.phone;
|
/frameworks/base/telecomm/java/android/telecom/ |
Call.java | 43 * Represents an ongoing phone call that the in-call app should present to the user. 122 * extras. Used to pass the phone accounts to display on the front end to the user in order to 123 * select phone accounts to (for example) place a call. 394 * Consider, for example, a scenario where a user has two phones with the same phone number. 590 * @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) { 251 public void updatePhonesAvailability(Phone[] phones) {
|
/packages/apps/Contacts/src/com/android/contacts/ |
CallUtil.java | 39 import com.android.phone.common.PhoneConstants; 78 * Return an Intent for making a phone call. Scheme (e.g. tel, sip) will be determined 93 * Return an Intent for making a phone call. Scheme (e.g. tel, sip) will be determined 111 * Return an Intent for making a phone call. A given Uri will be used as is (without any 132 * Return Uri with an appropriate scheme, accepting both SIP and usual phone call 186 "Security exception when getting call capable phone accounts", e); 192 * Determines if one of the call capable phone accounts defined supports calling with a subject 196 * @return {@code true} if one of the call capable phone accounts supports calling with a 221 "Security exception when getting call capable phone accounts", e); 231 * @return {@code true} if there exists a call capable phone account which supports using [all...] |
/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
|
Completed in 1381 milliseconds
<<11121314151617181920>>