HomeSort by relevance Sort by last modified time
    Searched refs:IApplicationThread (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 45 implements IApplicationThread {
50 static public IApplicationThread asInterface(IBinder obj) {
54 IApplicationThread in =
55 (IApplicationThread)obj.queryLocalInterface(descriptor);
73 data.enforceInterface(IApplicationThread.descriptor);
84 data.enforceInterface(IApplicationThread.descriptor);
94 data.enforceInterface(IApplicationThread.descriptor);
103 data.enforceInterface(IApplicationThread.descriptor);
112 data.enforceInterface(IApplicationThread.descriptor);
121 data.enforceInterface(IApplicationThread.descriptor)
    [all...]
IActivityManager.java 54 public int startActivity(IApplicationThread caller,
58 public WaitResult startActivityAndWait(IApplicationThread caller,
62 public int startActivityWithConfig(IApplicationThread caller,
66 public int startActivityIntentSender(IApplicationThread caller,
77 public Intent registerReceiver(IApplicationThread caller, String callerPackage,
81 public int broadcastIntent(IApplicationThread caller, Intent intent,
85 public void unbroadcastIntent(IApplicationThread caller, Intent intent, int userId) throws RemoteException;
88 public void attachApplication(IApplicationThread app) throws RemoteException;
118 public ContentProviderHolder getContentProvider(IApplicationThread caller,
124 public void publishContentProviders(IApplicationThread caller
    [all...]
ActivityManagerNative.java 118 IApplicationThread app = ApplicationThreadNative.asInterface(b);
142 IApplicationThread app = ApplicationThreadNative.asInterface(b);
166 IApplicationThread app = ApplicationThreadNative.asInterface(b);
187 IApplicationThread app = ApplicationThreadNative.asInterface(b);
268 IApplicationThread app =
304 IApplicationThread app =
330 IApplicationThread app = b != null ? ApplicationThreadNative.asInterface(b) : null;
354 IApplicationThread app = ApplicationThreadNative.asInterface(
581 IApplicationThread app = ApplicationThreadNative.asInterface(b);
613 IApplicationThread app = ApplicationThreadNative.asInterface(b)
    [all...]
Instrumentation.java     [all...]
IApplicationThread.java 46 public interface IApplicationThread extends IInterface {
133 String descriptor = "android.app.IApplicationThread";
ActivityThread.java     [all...]
ApplicationPackageManager.java 789 if (cmd == IApplicationThread.EXTERNAL_STORAGE_UNAVAILABLE) {
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 23 import android.app.IApplicationThread;
55 IApplicationThread thread; // the actual proc... may be null only if
305 ProcessRecord(BatteryStatsImpl.Uid.Proc _batteryStats, IApplicationThread _thread,
ActivityManagerService.java 44 import android.app.IApplicationThread;
832 final IApplicationThread mAppThread;
835 IApplicationThread thread) {
    [all...]
ActivityStack.java 32 import android.app.IApplicationThread;
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 23 import android.app.IApplicationThread;
    [all...]

Completed in 158 milliseconds