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);
121 data.enforceInterface(IApplicationThread.descriptor)
    [all...]
IActivityManager.java 54 public int startActivity(IApplicationThread caller, String callingPackage,
58 public int startActivityAsUser(IApplicationThread caller, String callingPackage,
62 public WaitResult startActivityAndWait(IApplicationThread caller, String callingPackage,
66 public int startActivityWithConfig(IApplicationThread caller, String callingPackage,
70 public int startActivityIntentSender(IApplicationThread caller,
81 public Intent registerReceiver(IApplicationThread caller, String callerPackage,
85 public int broadcastIntent(IApplicationThread caller, Intent intent,
89 public void unbroadcastIntent(IApplicationThread caller, Intent intent, int userId) throws RemoteException;
91 public void attachApplication(IApplicationThread app) throws RemoteException;
119 public ContentProviderHolder getContentProvider(IApplicationThread caller
    [all...]
Instrumentation.java     [all...]
ActivityManagerNative.java 118 IApplicationThread app = ApplicationThreadNative.asInterface(b);
143 IApplicationThread app = ApplicationThreadNative.asInterface(b);
169 IApplicationThread app = ApplicationThreadNative.asInterface(b);
195 IApplicationThread app = ApplicationThreadNative.asInterface(b);
218 IApplicationThread app = ApplicationThreadNative.asInterface(b);
299 IApplicationThread app =
336 IApplicationThread app =
363 IApplicationThread app = b != null ? ApplicationThreadNative.asInterface(b) : null;
387 IApplicationThread app = ApplicationThreadNative.asInterface(
637 IApplicationThread app = ApplicationThreadNative.asInterface(b)
    [all...]
IApplicationThread.java 46 public interface IApplicationThread extends IInterface {
137 String descriptor = "android.app.IApplicationThread";
ActivityThread.java     [all...]
ApplicationPackageManager.java 855 if (cmd == IApplicationThread.EXTERNAL_STORAGE_UNAVAILABLE) {
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 23 import android.app.IApplicationThread;
56 IApplicationThread thread; // the actual proc... may be null only if
327 ProcessRecord(BatteryStatsImpl.Uid.Proc _batteryStats, IApplicationThread _thread,
ActivityManagerService.java 50 import android.app.IApplicationThread;
880 final IApplicationThread mAppThread;
883 IApplicationThread thread) {
    [all...]
ActiveServices.java 35 import android.app.IApplicationThread;
211 ComponentName startServiceLocked(IApplicationThread caller,
267 int stopServiceLocked(IApplicationThread caller, Intent service,
426 int bindServiceLocked(IApplicationThread caller, IBinder token,
    [all...]
ActivityStack.java 33 import android.app.IApplicationThread;
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 23 import android.app.IApplicationThread;
    [all...]

Completed in 4929 milliseconds