/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | Profile.java | 155 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/ |
D | ExecutionCallback.cpp | 90 std::lock_guard<std::mutex> hold(mMutex); in setOnFinish() local 142 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
|
D | Memory.h | 193 void hold(const IBurst::OptionalCacheHold& cacheHold) const;
|
/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/ |
D | MockCallManager.java | 109 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/ |
D | CallsManagerTest.java | 570 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/ |
D | BluetoothCall.java | 79 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/ |
D | OnGoingCallControllerBarFragmentTest.java | 165 verify(mMockCall).hold(); in testClickPauseButton_activeCall() 186 verify(mMockCall, never()).hold(); in testClickPauseButton_connectingCall()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | PreparedModelCallback.cpp | 24 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
|
/packages/modules/Wifi/service/ServiceWifiResources/ |
D | Android.bp | 17 // APK to hold all the wifi overlayable resources.
|
/packages/modules/Connectivity/service/ServiceConnectivityResources/ |
D | Android.bp | 17 // APK to hold all the wifi overlayable resources.
|
/packages/apps/Dialer/java/com/android/incallui/hold/ |
D | OnHoldFragment.java | 17 package com.android.incallui.hold;
|
/packages/modules/NeuralNetworks/common/ |
D | ExecutionBurstServer.cpp | 565 std::lock_guard<std::mutex> hold(mMutex); in freeMemory() local 638 std::lock_guard<std::mutex> hold(mMutex); in task() local
|
/packages/modules/GeoTZ/ |
D | README.md | 10 - Files associated with a proposed mainline module APEX to hold the AOSP
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/ |
D | OnHoldCallUserProfileFragment.java | 143 mPrimaryCallLiveData.getValue().hold(); in swapCalls()
|
D | OnGoingCallControllerBarFragment.java | 298 mPrimaryCallLiveData.getValue().hold(); in onHoldCall()
|
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/ |
D | CarModeInCallUI.java | 139 call.hold(); in onCreate()
|
/packages/apps/Dialer/ |
D | packages.mk | 97 com.android.incallui.hold \
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestConnectionManager.java | 191 mRemote.hold(); in onHold()
|
D | TestInCallUI.java | 157 call.hold(); in onCreate()
|
/packages/services/Car/tests/BugReportApp/ |
D | README.md | 75 * Long press Rear Defrost hardware button (hold up to 6 seconds)
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallsManager.java | 2739 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());
|
D | Call.java | 2666 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/ |
D | GLRootView.java | 345 Profile.hold(); in onDrawFrame()
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | DialerCall.java | 1449 public void hold() { in hold() method in DialerCall 1451 telecomCall.hold(); in hold()
|
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/ |
D | third_party_licenses | 189 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 …]
|