Searched refs:attach (Results 1 - 25 of 91) sorted by relevance

1234

/frameworks/base/core/java/android/service/dreams/
H A DIDreamService.aidl25 void attach(IBinder windowToken, boolean canDoze, IRemoteCallback started);
/frameworks/base/core/java/android/service/wallpaper/
H A DIWallpaperService.aidl26 void attach(IWallpaperConnection connection,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaCallTest.java55 //attach
57 mCallUnderTest.attach(mConnection1, mDriverCall);
80 //attach
82 mCallUnderTest.attach(mConnection1, mDriverCall);
87 //attach
88 mCallUnderTest.attach(mConnection2, mDriverCall);
107 //attach
109 mCallUnderTest.attach(mConnection1, mDriverCall);
110 mCallUnderTest.attach(mConnection2, mDriverCall);
/frameworks/av/include/soundtrigger/
H A DISoundTriggerHwService.h39 virtual status_t attach(const sound_trigger_module_handle_t handle,
H A DSoundTrigger.h41 static sp<SoundTrigger> attach(const sound_trigger_module_handle_t module,
/frameworks/native/services/vr/virtual_touchpad/
H A DVirtualTouchpadService.h22 binder::Status attach() override;
H A DVirtualTouchpadClient.cpp37 return service_->attach().transactionError();
/frameworks/support/lifecycle/extensions/src/main/java/android/arch/lifecycle/
H A DProcessLifecycleOwner.java100 sInstance.attach(context);
152 void attach(Context context) { method in class:ProcessLifecycleOwner
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTest.java73 //attach
74 mImsCallUT.attach(mConnection1, Call.State.ACTIVE);
93 mImsCallUT.attach(mConnection1, Call.State.ACTIVE);
94 mImsCallUT.attach(mConnection2, Call.State.ACTIVE);
141 mImsCallUT.attach(mConnection1, Call.State.ACTIVE);
144 mImsCallThat.attach(mConnection2, Call.State.IDLE);
163 mImsCallUT.attach(mConnection1, Call.State.ACTIVE);
/frameworks/support/v13/tests/java/android/support/v13/view/
H A DDragStartHelperTest.java176 helper.attach();
191 helper.attach();
208 helper.attach();
227 helper.attach();
273 helper.attach();
297 helper.attach();
313 helper.attach();
329 helper.attach();
343 helper.attach();
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPolicyConfig.h119 outProfile->attach(module);
128 inProfile->attach(module);
H A DDeviceDescriptor.h49 virtual void attach(const sp<HwModule>& module);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserDetailView.java43 public static UserDetailView inflate(Context context, ViewGroup parent, boolean attach) { argument
45 R.layout.qs_user_detail, parent, attach);
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
H A DBackgroundManagerTest.java251 BackgroundManager.getInstance(activity).attach(activity.getWindow());
274 BackgroundManager.getInstance(activity).attach(activity.getWindow());
312 BackgroundManager.getInstance(activity).attach(activity.getWindow());
355 BackgroundManager.getInstance(activity).attach(activity.getWindow());
380 // onStart will be called mutliple times, attach() can only be called once.
381 m.attach(activity.getWindow());
403 // if we set color before attach, it will be assigned immediately
405 m.attach(activity.getWindow());
425 // if we set bitmap before attach, it will be assigned immediately
427 m.attach(activit
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java153 public void attach(Connection conn) { method in class:ImsPhoneCall
155 Rlog.v(LOG_TAG, "attach : " + mCallContext + " conn = " + conn);
163 public void attach(Connection conn, State state) { method in class:ImsPhoneCall
165 Rlog.v(LOG_TAG, "attach : " + mCallContext + " state = " +
168 this.attach(conn);
173 attach(conn, state);
/frameworks/av/soundtrigger/
H A DISoundTriggerHwService.cpp80 virtual status_t attach(const sound_trigger_module_handle_t handle, function in class:android::BpSoundTriggerHwService
159 status_t status = attach(handle, client, module);
/frameworks/base/test-runner/src/android/test/
H A DServiceTestCase.java166 mService.attach(
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DViewBindingAdapter.java160 final OnViewDetachedFromWindow detach, final OnViewAttachedToWindow attach) {
163 if (detach == null && attach == null) {
169 if (attach != null) {
170 attach.onViewAttachedToWindow(v);
159 setOnAttachStateChangeListener(View view, final OnViewDetachedFromWindow detach, final OnViewAttachedToWindow attach) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCall.java69 public void attach(Connection conn, DriverCall dc) { method in class:GsmCdmaCall
/frameworks/support/v13/java/android/support/v13/view/
H A DDragStartHelper.java53 * mDragStartHelper.attach();
94 * The newly created helper is not initially attached to the view, {@link #attach} must be
108 public void attach() { method in class:DragStartHelper
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.h119 extern android::status_t android_fxSend_attach(CAudioPlayer* ap, bool attach,
128 SLboolean attach, SLmillibel sendLevel);
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/lifecycle/
H A DLifecycleTest.java171 fragmentController.attach().create().start().resume();
195 fragmentController.attach().create().start().resume();
238 fragmentController.attach().create().start().resume();
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamController.java258 private void attach(IDreamService service) { method in class:DreamController
261 service.attach(mCurrentDream.mToken, mCurrentDream.mCanDoze,
335 attach(IDreamService.Stub.asInterface(service));
/frameworks/base/core/java/android/app/
H A DFragmentTransaction.java124 * Re-attach a fragment after it had previously been detached from
133 public abstract FragmentTransaction attach(Fragment fragment); method in class:FragmentTransaction
/frameworks/native/include/binder/
H A DBpBinder.h70 void attach( const void* objectID,

Completed in 1348 milliseconds

1234