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.java517 verify(ongoingCall).hold(any()); in testUnholdCallWhenOngoingCallCanBeHeld()
587 verify(ongoingCall).hold(any()); in testUnholdCallWhenOngoingCallCanNotBeHeldAndHasSameConnectionService()
608 verify(ongoingCall).hold(); in testAnswerCallWhenOngoingCallCanBeHeld()
704 verify(ongoingCall).hold(); in testAnswerCallWhenMultipleHeldCallsExisted()
816 verify(ongoingCall).hold(); in testSetActiveCallWhenOngoingCallCanBeHeld()
948 verify(ongoingCall).hold(nullable(String.class)); in testSwapCallsWhenHeadsetMediaButtonShortPressDuringTwoCalls()
1111 doNothing().when(callSpy).hold(); in addSpyCall()
DConnectionServiceFixture.java300 public void hold(String callId, Session.Info info) throws RemoteException { } in hold() method in ConnectionServiceFixture.FakeConnectionService
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/activecall/
DOnGoingCallControllerBarFragmentTest.java183 verify(mMockCall).hold(); in testClickPauseButton_activeCall()
196 verify(mMockCall, never()).hold(); in testClickPauseButton_connectingCall()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DOnHoldCallUserProfileFragment.java95 mPrimaryCallLiveData.getValue().hold(); in swapCalls()
DOnGoingCallControllerBarFragment.java204 mCallLiveData.getValue().hold(); in onHoldCall()
/packages/apps/Dialer/java/com/android/incallui/hold/
DOnHoldFragment.java17 package com.android.incallui.hold;
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java2041 public void hold() { in hold() method in Call
2042 hold(null /* reason */); in hold()
2045 public void hold(String reason) { in hold() method in Call
2048 mConnectionService.hold(this); in hold()
DCallsManager.java2139 call.hold();
2158 activeCall.hold("Swap to " + call.getId());
2177 activeCall.hold("Swap to " + call.getId());
2390 activeCall.hold();
2415 activeCall.hold();
3455 liveCall.hold("calling " + call.getId());
DConnectionServiceWrapper.java1317 void hold(Call call) { in hold() method in ConnectionServiceWrapper
1322 mServiceInterface.hold(callId, Log.getExternalSession()); in hold()
/packages/apps/Dialer/
Dpackages.mk97 com.android.incallui.hold \
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java192 mRemote.hold(); in onHold()
DTestInCallUI.java150 call.hold(); in onCreate()
/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.java1444 public void hold() { in hold() method in DialerCall
1446 telecomCall.hold(); in hold()
/packages/apps/Dialer/java/com/android/incallui/rtt/impl/
DRttChatFragment.java59 import com.android.incallui.hold.OnHoldFragment;
/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.java244 call.hold(); in holdClicked()
/packages/inputmethods/LatinIME/
DNOTICE185 defend, and hold each Contributor harmless for any liability
/packages/apps/Calendar/
DNOTICE185 defend, and hold each Contributor harmless for any liability
/packages/apps/Email/
DNOTICE185 defend, and hold each Contributor harmless for any liability
/packages/providers/DownloadProvider/
DNOTICE185 defend, and hold each Contributor harmless for any liability
/packages/apps/CellBroadcastReceiver/
DNOTICE185 defend, and hold each Contributor harmless for any liability
/packages/providers/CalendarProvider/
DNOTICE185 defend, and hold each Contributor harmless for any liability

1234