Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DLoadedApk.java2009 mActivityExecutor.execute(new RunConnection(name, service, 0, dead)); in connected()
2011 mActivityThread.post(new RunConnection(name, service, 0, dead)); in connected()
2019 mActivityExecutor.execute(new RunConnection(name, service, 1, false)); in death()
2021 mActivityThread.post(new RunConnection(name, service, 1, false)); in death()
2100 private final class RunConnection implements Runnable { class in ServiceDispatcher
2101 RunConnection(ComponentName name, IBinder service, int command, boolean dead) { in RunConnection() method in ServiceDispatcher.RunConnection
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes457 android.app.LoadedApk$ServiceDispatcher$RunConnection
H A Dboot-image-profile.txt1992 HSPLandroid/app/LoadedApk$ServiceDispatcher$RunConnection;-><init>(Landroid/app/LoadedApk$ServiceDi…
1993 HSPLandroid/app/LoadedApk$ServiceDispatcher$RunConnection;->run()V+]Landroid/app/LoadedApk$ServiceD…
23220 Landroid/app/LoadedApk$ServiceDispatcher$RunConnection;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes455 android.app.LoadedApk$ServiceDispatcher$RunConnection
H A Dboot-image-profile.txt1992 HSPLandroid/app/LoadedApk$ServiceDispatcher$RunConnection;-><init>(Landroid/app/LoadedApk$ServiceDi…
1993 HSPLandroid/app/LoadedApk$ServiceDispatcher$RunConnection;->run()V+]Landroid/app/LoadedApk$ServiceD…
32853 Landroid/app/LoadedApk$ServiceDispatcher$RunConnection;
/aosp12/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;