Home
last modified time | relevance | path

Searched refs:hold (Results 1 – 25 of 77) sorted by relevance

1234

/packages/apps/Gallery2/src/com/android/gallery3d/util/
DProfile.java155 public synchronized void hold(Thread t) { in hold() method in Profile.Watchdog
215 public static void hold() { in hold() method in Profile
216 sWatchdog.hold(Thread.currentThread()); in hold()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallsManagerTest.java559 verify(ongoingCall).hold(any()); in testUnholdCallWhenOngoingCallCanBeHeld()
629 verify(ongoingCall).hold(any()); in testUnholdCallWhenOngoingCallCanNotBeHeldAndHasSameConnectionService()
667 verify(ongoingCall).hold(); in testAnswerCallWhenOngoingCallCanBeHeld()
763 verify(ongoingCall).hold(); in testAnswerCallWhenMultipleHeldCallsExisted()
875 verify(ongoingCall).hold(); in testSetActiveCallWhenOngoingCallCanBeHeld()
1011 verify(ongoingCall).hold(nullable(String.class)); in testSwapCallsWhenHeadsetMediaButtonShortPressDuringTwoCalls()
1406 verify(ongoingCall).hold(any()); in testSwapCallsWithSameConnectionMgr()
1441 doNothing().when(callSpy).hold(); in addSpyCall()
1456 doNothing().when(callSpy).hold(); in createSpyCall()
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/activecall/
DOnGoingCallControllerBarFragmentTest.java191 verify(mMockCall).hold(); in testClickPauseButton_activeCall()
219 verify(mMockCall, never()).hold(); in testClickPauseButton_connectingCall()
/packages/apps/Dialer/java/com/android/incallui/hold/
DOnHoldFragment.java17 package com.android.incallui.hold;
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DOnHoldCallUserProfileFragment.java106 mPrimaryCallLiveData.getValue().hold(); in swapCalls()
DOnGoingCallControllerBarFragment.java265 mPrimaryCallLiveData.getValue().hold(); in onHoldCall()
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
DCarModeInCallUI.java139 call.hold(); in onCreate()
/packages/apps/Dialer/
Dpackages.mk97 com.android.incallui.hold \
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java191 mRemote.hold(); in onHold()
DTestInCallUI.java155 call.hold(); in onCreate()
/packages/services/Car/tests/BugReportApp/
DREADME.md75 * Long press Rear Defrost hardware button (hold up to 6 seconds)
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java2445 public void hold() { in hold() method in Call
2446 hold(null /* reason */); in hold()
2449 public void hold(String reason) { in hold() method in Call
2452 mConnectionService.hold(this); in hold()
DCallsManager.java2594 call.hold();
2618 activeCall.hold("Swap to " + call.getId());
2637 activeCall.hold("Swap to " + call.getId());
2869 activeCall.hold();
2894 activeCall.hold();
4034 liveCall.hold("calling " + emergencyCall.getId());
4113 liveCall.hold("calling " + call.getId());
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLRootView.java345 Profile.hold(); in onDrawFrame()
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses189 defend, and hold each Contributor harmless for any liability
371 defend, and hold each Contributor harmless for any liability
577 defend, and hold each Contributor harmless for any liability
783 defend, and hold each Contributor harmless for any liability
989 defend, and hold each Contributor harmless for any liability
1195 defend, and hold each Contributor harmless for any liability
1413 defend, and hold each Contributor harmless for any liability
1607 defend, and hold each Contributor harmless for any liability
1801 defend, and hold each Contributor harmless for any liability
1995 defend, and hold each Contributor harmless for any liability
[all …]
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java1449 public void hold() { in hold() method in DialerCall
1451 telecomCall.hold(); in hold()
/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DInCallFragment.java56 import com.android.incallui.hold.OnHoldFragment;
/packages/apps/Dialer/java/com/android/incallui/
DCallButtonPresenter.java251 call.hold(); in holdClicked()
/packages/apps/Dialer/java/com/android/incallui/rtt/impl/
DRttChatFragment.java59 import com.android.incallui.hold.OnHoldFragment;
/packages/apps/CertInstaller/
DNOTICE185 defend, and hold each Contributor harmless for any liability
/packages/apps/TimeZoneUpdater/
DNOTICE185 defend, and hold each Contributor harmless for any liability
/packages/apps/SpareParts/
DNOTICE185 defend, and hold each Contributor harmless for any liability
/packages/wallpapers/LivePicker/
DNOTICE185 defend, and hold each Contributor harmless for any liability
/packages/providers/MediaProvider/
DNOTICE185 defend, and hold each Contributor harmless for any liability
/packages/apps/HTMLViewer/
DNOTICE185 defend, and hold each Contributor harmless for any liability

1234