Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/service/wallpaper/
DIWallpaperService.aidl25 void attach(IWallpaperConnection connection, in attach() method
DWallpaperService.java626 void attach(IWallpaperEngineWrapper wrapper) { in attach() method in WallpaperService.Engine
875 engine.attach(this); in executeMessage()
943 public void attach(IWallpaperConnection conn, IBinder windowToken, in attach() method in WallpaperService.IWallpaperServiceWrapper
/frameworks/base/core/java/android/app/
DApplication.java76 /* package */ final void attach(Context context) { in attach() method in Application
DService.java654 public final void attach( in attach() method in Service
DInstrumentation.java958 app.attach(context); in newApplication()
1000 activity.attach(context, aThread, this, token, application, intent, info, title, in newActivity()
DActivity.java3739 final void attach(Context context, ActivityThread aThread, Instrumentation instr, IBinder token, in attach() method in Activity
3743 attach(context, aThread, instr, token, 0, application, intent, info, title, parent, id, in attach()
3747 final void attach(Context context, ActivityThread aThread, in attach() method in Activity
DActivityThread.java1594 activity.attach(appContext, this, getInstrumentation(), r.token, in performLaunchActivity()
1869 agent.attach(context); in handleCreateBackupAgent()
1943 service.attach(context, this, data.info.name, data.token, app, in handleCreateService()
3590 private final void attach(boolean system) { in attach() method in ActivityThread
3654 thread.attach(true); in systemMain()
3676 thread.attach(false); in main()
/frameworks/base/include/binder/
DBpBinder.h70 void attach( const void* objectID,
/frameworks/base/test-runner/src/android/test/
DServiceTestCase.java157 mService.attach( in setupService()
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java191 public void attach(Context context) { in attach() method in BackupAgent
/frameworks/base/libs/binder/
DBpBinder.cpp43 void BpBinder::ObjectManager::attach( in attach() function in android::BpBinder::ObjectManager
292 mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
DBinder.cpp153 e->mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmCall.java98 attach(Connection conn, DriverCall dc) { in attach() method in GsmCall
DGsmConnection.java135 parent.attach(this, dc); in GsmConnection()
445 newParent.attach(this, dc); in update()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DCdmaCall.java102 attach(Connection conn, DriverCall dc) { in attach() method in CdmaCall
DCdmaConnection.java140 parent.attach(this, dc); in CdmaConnection()
520 newParent.attach(this, dc); in update()
/frameworks/base/docs/html/guide/developing/
Ddebug-tasks.jd110 <dd>Lets you select the application to debug. You do not need to set this to attach a debugger,
220 finds on the emulator. You must either attach your IDE to that
224 <p>Your IDE should attach to your application running on the emulator, showing you
/frameworks/base/services/java/com/android/server/am/
DEventLogTags.logtags71 # An unknown process is trying to attach to the activity manager
/frameworks/base/tools/aidl/
Dgenerate_java.cpp84 MethodCall* attach = new MethodCall(THIS_VALUE, "attachInterface", in StubClass() local
86 ctor->statements->Add(attach); in StubClass()
/frameworks/base/docs/html/guide/developing/tools/
Dddms.jd35 …<a href="{@docRoot}guide/developing/debug-tasks.html#ide-debug-port">Configuring your IDE to attach
52 <p>Use this list to find and attach to the VM
63 debugger to attach to the VM. When a debugger is connected, the icon will turn green. </p>
Dmonkeyrunner_concepts.jd56 test suites across multiple devices or emulators. You can physically attach all the devices
/frameworks/base/docs/html/guide/topics/views/
Dintro.jd24 <p>To attach the tree to the screen for rendering, your Activity calls its setContentView() method…
/frameworks/base/services/java/com/android/server/
DWallpaperManagerService.java596 conn.mService.attach(conn, conn.mToken, in attachServiceLocked()
/frameworks/base/docs/html/guide/topics/ui/
Ddialogs.jd75 attach it to an Activity with {@link android.app.Dialog#setOwnerActivity(Activity)}.</p>
159 then you should attach an on-dismiss listener to your Dialog.</p>
/frameworks/base/opengl/tests/angeles/
Dlicense-LGPL.txt468 To apply these terms, attach the following notices to the library. It is
469 safest to attach them to the start of each source file to most effectively

12