/frameworks/base/core/java/android/service/wallpaper/ |
D | IWallpaperService.aidl | 25 void attach(IWallpaperConnection connection, in attach() method
|
D | WallpaperService.java | 626 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/ |
D | Application.java | 76 /* package */ final void attach(Context context) { in attach() method in Application
|
D | Service.java | 654 public final void attach( in attach() method in Service
|
D | Instrumentation.java | 958 app.attach(context); in newApplication() 1000 activity.attach(context, aThread, this, token, application, intent, info, title, in newActivity()
|
D | Activity.java | 3739 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
|
D | ActivityThread.java | 1594 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/ |
D | BpBinder.h | 70 void attach( const void* objectID,
|
/frameworks/base/test-runner/src/android/test/ |
D | ServiceTestCase.java | 157 mService.attach( in setupService()
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupAgent.java | 191 public void attach(Context context) { in attach() method in BackupAgent
|
/frameworks/base/libs/binder/ |
D | BpBinder.cpp | 43 void BpBinder::ObjectManager::attach( in attach() function in android::BpBinder::ObjectManager 292 mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
|
D | Binder.cpp | 153 e->mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | GsmCall.java | 98 attach(Connection conn, DriverCall dc) { in attach() method in GsmCall
|
D | GsmConnection.java | 135 parent.attach(this, dc); in GsmConnection() 445 newParent.attach(this, dc); in update()
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | CdmaCall.java | 102 attach(Connection conn, DriverCall dc) { in attach() method in CdmaCall
|
D | CdmaConnection.java | 140 parent.attach(this, dc); in CdmaConnection() 520 newParent.attach(this, dc); in update()
|
/frameworks/base/docs/html/guide/developing/ |
D | debug-tasks.jd | 110 <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/ |
D | EventLogTags.logtags | 71 # An unknown process is trying to attach to the activity manager
|
/frameworks/base/tools/aidl/ |
D | generate_java.cpp | 84 MethodCall* attach = new MethodCall(THIS_VALUE, "attachInterface", in StubClass() local 86 ctor->statements->Add(attach); in StubClass()
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | ddms.jd | 35 …<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>
|
D | monkeyrunner_concepts.jd | 56 test suites across multiple devices or emulators. You can physically attach all the devices
|
/frameworks/base/docs/html/guide/topics/views/ |
D | intro.jd | 24 <p>To attach the tree to the screen for rendering, your Activity calls its setContentView() method…
|
/frameworks/base/services/java/com/android/server/ |
D | WallpaperManagerService.java | 596 conn.mService.attach(conn, conn.mToken, in attachServiceLocked()
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | dialogs.jd | 75 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/ |
D | license-LGPL.txt | 468 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
|