Home
last modified time | relevance | path

Searched refs:attach (Results 1 – 25 of 179) sorted by relevance

12345678

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaCallTest.java57 mCallUnderTest.attach(mConnection1, mDriverCall); in testAttachDetach()
82 mCallUnderTest.attach(mConnection1, mDriverCall); in testMultiparty()
88 mCallUnderTest.attach(mConnection2, mDriverCall); in testMultiparty()
109 mCallUnderTest.attach(mConnection1, mDriverCall); in testConnectionDisconnected()
110 mCallUnderTest.attach(mConnection2, mDriverCall); in testConnectionDisconnected()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/init/
DNotifPipelineInitializer.java93 mNotifPluggableCoordinators.attach(mPipelineWrapper); in initialize()
97 mShadeViewManagerFactory.create(listContainer).attach(mListBuilder); in initialize()
99 mListBuilder.attach(mNotifCollection); in initialize()
100 mNotifCollection.attach(mGroupCoalescer); in initialize()
101 mGroupCoalescer.attach(notificationService); in initialize()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTest.java81 mImsCallUT.attach(mConnection1, Call.State.ACTIVE); in testAttachDetach()
99 mImsCallUT.attach(mConnection1, Call.State.ACTIVE); in testConnectionDisconnected()
100 mImsCallUT.attach(mConnection2, Call.State.ACTIVE); in testConnectionDisconnected()
220 mImsCallUT.attach(mConnection1, Call.State.ACTIVE); in testSwitchWith()
223 mImsCallThat.attach(mConnection2, Call.State.IDLE); in testSwitchWith()
242 mImsCallUT.attach(mConnection1, Call.State.ACTIVE); in testMultiParty()
251 mImsCallUT.attach(mConnection1, Call.State.ACTIVE); in testGetImsCall()
261 mImsCallUT.attach(mConnection1, Call.State.ACTIVE); in testSetMute()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollerControllerTest.java194 mController.attach(mNotificationStackScrollLayout); in testAttach_viewAlreadyAttached()
203 mController.attach(mNotificationStackScrollLayout); in testAttach_viewAttachedAfterInit()
217 mController.attach(mNotificationStackScrollLayout); in testOnDensityOrFontScaleChanged_reInflatesFooterViews()
225 mController.attach(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
250 mController.attach(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()
278 mController.attach(mNotificationStackScrollLayout); in testOnUserChange_verifySensitiveProfile()
292 mController.attach(mNotificationStackScrollLayout); in testOnStatePostChange_verifyIfProfileIsPublic()
312 mController.attach(mNotificationStackScrollLayout); in testOnMenuShownLogging()
333 mController.attach(mNotificationStackScrollLayout); in testOnMenuClickedLogging()
352 mController.attach(mNotificationStackScrollLayout); in testDismissListener()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowControllerImplTest.java96 mNotificationShadeWindowController.attach(); in setUp()
136 mNotificationShadeWindowController.attach(); in attach_visibleWithWallpaper()
146 mNotificationShadeWindowController.attach(); in attach_lightScrimHidesWallpaper()
157 mNotificationShadeWindowController.attach(); in attach_scrimHidesWallpaper()
172 mNotificationShadeWindowController.attach(); in attach_animatingKeyguardAndSurface_wallpaperVisible()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsControllerImpl.kt123 remoteInputUriController.attach(entryManager) in initialize()
127 headsUpController.attach(entryManager, headsUpManager) in initialize()
132 entryManager.attach(notificationListener) in initialize()
135 peopleSpaceWidgetManager.attach(notificationListener) in initialize()
/frameworks/base/services/robotests/backup/src/android/app/backup/
DForwardingBackupAgent.java110 public void attach(Context context) { in attach() method in ForwardingBackupAgent
111 mBackupAgent.attach(context); in attach()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp64 devDesc->attach(this); in addOutputProfile()
72 profile->attach(this); in addOutputProfile()
80 profile->attach(this); in addInputProfile()
132 devDesc->attach(this); in addInputProfile()
367 moduleDevice->attach(hwModule); in getDeviceDescriptor()
404 device->attach(hwModule); in createDevice()
/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
DSoundTriggerMiddlewarePermission.java85 ISoundTriggerModule attach(int handle, in attach() method in SoundTriggerMiddlewarePermission
90 return wrapper.attach(mDelegate.attach(handle, wrapper.getCallbackWrapper())); in attach()
226 ModuleWrapper attach(@NonNull ISoundTriggerModule delegate) { in attach() method in SoundTriggerMiddlewarePermission.ModuleWrapper
DSoundTriggerMiddlewareImpl.java122 ISoundTriggerModule attach(int handle, @NonNull ISoundTriggerCallback callback) { in attach() method in SoundTriggerMiddlewareImpl
123 return mModules[handle].attach(callback); in attach()
DISoundTriggerMiddlewareInternal.java42 public ISoundTriggerModule attach(int handle, in attach() method
DSoundTriggerMiddlewareLogging.java87 ISoundTriggerModule attach(int handle, ISoundTriggerCallback callback) { in attach() method in SoundTriggerMiddlewareLogging
90 result.attach(mDelegate.attach(handle, result.getCallbackWrapper())); in attach()
144 void attach(@NonNull ISoundTriggerModule delegate) { in attach() method in SoundTriggerMiddlewareLogging.ModuleLogging
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
DLogcatEchoTrackerDebug.kt52 tracker.attach(mainLooper) in create()
57 private fun attach(mainLooper: Looper) { in attach() method in com.android.systemui.log.LogcatEchoTrackerDebug
/frameworks/base/services/tests/servicestests/src/com/android/server/soundtrigger_middleware/
DSoundTriggerMiddlewareImplTest.java858 ISoundTriggerModule module = mService.attach(0, callback); in testAttachDetach()
870 ISoundTriggerModule module = mService.attach(0, callback); in testAttachDetachNotAvailable()
882 ISoundTriggerModule module = mService.attach(0, callback); in testAttachDetachAvailable()
892 ISoundTriggerModule module = mService.attach(0, callback); in testLoadUnloadModel()
904 ISoundTriggerModule module = mService.attach(0, callback); in testLoadUnloadPhraseModel()
916 ISoundTriggerModule module = mService.attach(0, callback); in testStartStopRecognition()
937 ISoundTriggerModule module = mService.attach(0, callback); in testStartStopPhraseRecognition()
958 ISoundTriggerModule module = mService.attach(0, callback); in testRecognition()
989 ISoundTriggerModule module = mService.attach(0, callback); in testPhraseRecognition()
1027 ISoundTriggerModule module = mService.attach(0, callback); in testForceRecognition()
[all …]
/frameworks/base/core/java/android/service/dreams/
DIDreamService.aidl25 void attach(IBinder windowToken, boolean canDoze, IRemoteCallback started); in attach() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java167 public void attach(Connection conn) { in attach() method in ImsPhoneCall
178 public void attach(Connection conn, State state) { in attach() method in ImsPhoneCall
183 this.attach(conn); in attach()
189 attach(conn, state); in attachFake()
/frameworks/native/services/vr/virtual_touchpad/aidl/android/dvr/
DIVirtualTouchpadService.aidl11 void attach() = 0; in attach() method
/frameworks/base/core/java/android/service/wallpaper/
DIWallpaperService.aidl26 void attach(IWallpaperConnection connection, in attach() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DNotifCoordinators.java102 public void attach(NotifPipeline pipeline) { in attach() method in NotifCoordinators
104 c.attach(pipeline); in attach()
DCoordinator.java32 void attach(@NonNull NotifPipeline pipeline); in attach() method
DHideLocallyDismissedNotifsCoordinator.java31 public void attach(NotifPipeline pipeline) { in attach() method in HideLocallyDismissedNotifsCoordinator
/frameworks/base/test-mock/src/android/test/mock/
DMockService.java37 service.attach( in attachForTesting()
/frameworks/base/tools/dump-coverage/
DREADME.md19 adb shell 'am attach-agent com.android.deskclock /system/lib/libdumpcoverage.so=dump:/data/data/com…
25 adb shell 'am attach-agent com.android.deskclock /system/lib/libdumpcoverage.so=reset'
/frameworks/wilhelm/src/android/
Dandroid_Effect.h119 extern android::status_t android_fxSend_attach(CAudioPlayer* ap, bool attach,
128 SLboolean attach, SLmillibel sendLevel);
/frameworks/base/services/core/java/com/android/server/dreams/
DDreamController.java235 private void attach(IDreamService service) { in attach() method in DreamController
238 service.attach(mCurrentDream.mToken, mCurrentDream.mCanDoze, in attach()
307 attach(IDreamService.Stub.asInterface(service)); in onServiceConnected()

12345678