HomeSort by relevance Sort by last modified time
    Searched refs:IApplicationThread (Results 1 - 12 of 12) 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);
122 data.enforceInterface(IApplicationThread.descriptor)
    [all...]
IActivityManager.java 59 public int startActivity(IApplicationThread caller, String callingPackage,
63 public int startActivityAsUser(IApplicationThread caller, String callingPackage,
67 public WaitResult startActivityAndWait(IApplicationThread caller, String callingPackage,
71 public int startActivityWithConfig(IApplicationThread caller, String callingPackage,
75 public int startActivityIntentSender(IApplicationThread caller,
86 public Intent registerReceiver(IApplicationThread caller, String callerPackage,
90 public int broadcastIntent(IApplicationThread caller, Intent intent,
94 public void unbroadcastIntent(IApplicationThread caller, Intent intent, int userId) throws RemoteException;
96 public void attachApplication(IApplicationThread app) throws RemoteException;
131 public ContentProviderHolder getContentProvider(IApplicationThread caller
    [all...]
Instrumentation.java     [all...]
ActivityManagerNative.java 122 IApplicationThread app = ApplicationThreadNative.asInterface(b);
147 IApplicationThread app = ApplicationThreadNative.asInterface(b);
173 IApplicationThread app = ApplicationThreadNative.asInterface(b);
199 IApplicationThread app = ApplicationThreadNative.asInterface(b);
222 IApplicationThread app = ApplicationThreadNative.asInterface(b);
303 IApplicationThread app =
340 IApplicationThread app =
367 IApplicationThread app = b != null ? ApplicationThreadNative.asInterface(b) : null;
391 IApplicationThread app = ApplicationThreadNative.asInterface(
700 IApplicationThread app = ApplicationThreadNative.asInterface(b)
    [all...]
IApplicationThread.java 46 public interface IApplicationThread extends IInterface {
142 String descriptor = "android.app.IApplicationThread";
ActivityThread.java     [all...]
ApplicationPackageManager.java 872 if (cmd == IApplicationThread.EXTERNAL_STORAGE_UNAVAILABLE) {
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 25 import android.app.IApplicationThread;
58 IApplicationThread thread; // the actual proc... may be null only if
385 public void makeActive(IApplicationThread _thread, ProcessStatsService tracker) {
ActivityStackSupervisor.java 40 import android.app.IApplicationThread;
636 final int startActivityMayWait(IApplicationThread caller, int callingUid,
    [all...]
ActivityManagerService.java 81 import android.app.IApplicationThread;
    [all...]
ActiveServices.java 39 import android.app.IApplicationThread;
276 ComponentName startServiceLocked(IApplicationThread caller,
441 int stopServiceLocked(IApplicationThread caller, Intent service,
642 int bindServiceLocked(IApplicationThread caller, IBinder token,
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 23 import android.app.IApplicationThread;
    [all...]

Completed in 434 milliseconds