Home
last modified time | relevance | path

Searched refs:RunConnection (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DLoadedApk.java2139 mActivityExecutor.execute(new RunConnection(name, service, 0, dead)); in connected()
2141 mActivityThread.post(new RunConnection(name, service, 0, dead)); in connected()
2149 mActivityExecutor.execute(new RunConnection(name, service, 1, false)); in death()
2151 mActivityThread.post(new RunConnection(name, service, 1, false)); in death()
2230 private final class RunConnection implements Runnable { class in ServiceDispatcher
2231 RunConnection(ComponentName name, IBinder service, int command, boolean dead) { in RunConnection() method in ServiceDispatcher.RunConnection
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes570 android.app.LoadedApk$ServiceDispatcher$RunConnection
H A Dboot-image-profile.txt2075 HSPLandroid/app/LoadedApk$ServiceDispatcher$RunConnection;-><init>(Landroid/app/LoadedApk$ServiceDi…
2076 HSPLandroid/app/LoadedApk$ServiceDispatcher$RunConnection;->run()V
23350 Landroid/app/LoadedApk$ServiceDispatcher$RunConnection;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes570 android.app.LoadedApk$ServiceDispatcher$RunConnection
H A Dboot-image-profile.txt2075 HSPLandroid/app/LoadedApk$ServiceDispatcher$RunConnection;-><init>(Landroid/app/LoadedApk$ServiceDi…
2076 HSPLandroid/app/LoadedApk$ServiceDispatcher$RunConnection;->run()V
33453 Landroid/app/LoadedApk$ServiceDispatcher$RunConnection;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7325 Landroid/app/LoadedApk$ServiceDispatcher$RunConnection;->mCommand:I
7326 Landroid/app/LoadedApk$ServiceDispatcher$RunConnection;->mDead:Z
7327 Landroid/app/LoadedApk$ServiceDispatcher$RunConnection;->mName:Landroid/content/ComponentName;
7328 Landroid/app/LoadedApk$ServiceDispatcher$RunConnection;->mService:Landroid/os/IBinder;