/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaCallTest.java | 57 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/ |
D | NotifPipelineInitializer.java | 93 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/ |
D | ImsPhoneCallTest.java | 81 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/ |
D | NotificationStackScrollerControllerTest.java | 194 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/ |
D | NotificationShadeWindowControllerImplTest.java | 96 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/ |
D | NotificationsControllerImpl.kt | 123 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/ |
D | ForwardingBackupAgent.java | 110 public void attach(Context context) { in attach() method in ForwardingBackupAgent 111 mBackupAgent.attach(context); in attach()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | HwModule.cpp | 64 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/ |
D | SoundTriggerMiddlewarePermission.java | 85 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
|
D | SoundTriggerMiddlewareImpl.java | 122 ISoundTriggerModule attach(int handle, @NonNull ISoundTriggerCallback callback) { in attach() method in SoundTriggerMiddlewareImpl 123 return mModules[handle].attach(callback); in attach()
|
D | ISoundTriggerMiddlewareInternal.java | 42 public ISoundTriggerModule attach(int handle, in attach() method
|
D | SoundTriggerMiddlewareLogging.java | 87 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/ |
D | LogcatEchoTrackerDebug.kt | 52 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/ |
D | SoundTriggerMiddlewareImplTest.java | 858 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/ |
D | IDreamService.aidl | 25 void attach(IBinder windowToken, boolean canDoze, IRemoteCallback started); in attach() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCall.java | 167 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/ |
D | IVirtualTouchpadService.aidl | 11 void attach() = 0; in attach() method
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | IWallpaperService.aidl | 26 void attach(IWallpaperConnection connection, in attach() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | NotifCoordinators.java | 102 public void attach(NotifPipeline pipeline) { in attach() method in NotifCoordinators 104 c.attach(pipeline); in attach()
|
D | Coordinator.java | 32 void attach(@NonNull NotifPipeline pipeline); in attach() method
|
D | HideLocallyDismissedNotifsCoordinator.java | 31 public void attach(NotifPipeline pipeline) { in attach() method in HideLocallyDismissedNotifsCoordinator
|
/frameworks/base/test-mock/src/android/test/mock/ |
D | MockService.java | 37 service.attach( in attachForTesting()
|
/frameworks/base/tools/dump-coverage/ |
D | README.md | 19 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/ |
D | android_Effect.h | 119 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/ |
D | DreamController.java | 235 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()
|