Home
last modified time | relevance | path

Searched refs:hold (Results 1 – 25 of 93) 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/modules/NeuralNetworks/runtime/
DExecutionCallback.cpp90 std::lock_guard<std::mutex> hold(mMutex); in setOnFinish() local
142 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
DMemory.h193 void hold(const IBurst::OptionalCacheHold& cacheHold) const;
/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/
DMockCallManager.java109 hold(mPrimaryCall); in addCall()
127 private void hold(Call call) { in hold() method in MockCallManager
544 hold(mCall); in mockCallFunctions()
547 }).when(mCall).hold(); in mockCallFunctions()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallsManagerTest.java570 verify(ongoingCall).hold(any()); in testUnholdCallWhenOngoingCallCanBeHeld()
640 verify(ongoingCall).hold(any()); in testUnholdCallWhenOngoingCallCanNotBeHeldAndHasSameConnectionService()
678 verify(ongoingCall).hold(); in testAnswerCallWhenOngoingCallCanBeHeld()
774 verify(ongoingCall).hold(); in testAnswerCallWhenMultipleHeldCallsExisted()
886 verify(ongoingCall).hold(); in testSetActiveCallWhenOngoingCallCanBeHeld()
1022 verify(ongoingCall).hold(nullable(String.class)); in testSwapCallsWhenHeadsetMediaButtonShortPressDuringTwoCalls()
1548 verify(ongoingCall).hold(any()); in testSwapCallsWithSameConnectionMgr()
1656 doNothing().when(callSpy).hold(); in addSpyCall()
1670 doNothing().when(callSpy).hold(); in createSpyCall()
/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothCall.java79 public void hold() { in hold() method in BluetoothCall
80 mCall.hold(); in hold()
/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/ui/activecall/
DOnGoingCallControllerBarFragmentTest.java165 verify(mMockCall).hold(); in testClickPauseButton_activeCall()
186 verify(mMockCall, never()).hold(); in testClickPauseButton_connectingCall()
/packages/modules/NeuralNetworks/runtime/test/
DPreparedModelCallback.cpp24 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
/packages/modules/Wifi/service/ServiceWifiResources/
DAndroid.bp17 // APK to hold all the wifi overlayable resources.
/packages/modules/Connectivity/service/ServiceConnectivityResources/
DAndroid.bp17 // APK to hold all the wifi overlayable resources.
/packages/apps/Dialer/java/com/android/incallui/hold/
DOnHoldFragment.java17 package com.android.incallui.hold;
/packages/modules/NeuralNetworks/common/
DExecutionBurstServer.cpp565 std::lock_guard<std::mutex> hold(mMutex); in freeMemory() local
638 std::lock_guard<std::mutex> hold(mMutex); in task() local
/packages/modules/GeoTZ/
DREADME.md10 - Files associated with a proposed mainline module APEX to hold the AOSP
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DOnHoldCallUserProfileFragment.java143 mPrimaryCallLiveData.getValue().hold(); in swapCalls()
DOnGoingCallControllerBarFragment.java298 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.java157 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/
DCallsManager.java2739 call.hold();
2763 activeCall.hold("Swap to " + call.getId());
2782 activeCall.hold("Swap to " + call.getId());
3025 activeCall.hold();
3050 activeCall.hold();
4297 liveCall.hold("calling " + emergencyCall.getId());
4384 liveCall.hold("calling " + call.getId());
DCall.java2666 public void hold() { in hold() method in Call
2667 hold(null /* reason */); in hold()
2670 public void hold(String reason) { in hold() method in Call
2673 mConnectionService.hold(this); in hold()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLRootView.java345 Profile.hold(); in onDrawFrame()
/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/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 …]

1234