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 44 implements IApplicationThread {
49 static public IApplicationThread asInterface(IBinder obj) {
53 IApplicationThread in =
54 (IApplicationThread)obj.queryLocalInterface(descriptor);
72 data.enforceInterface(IApplicationThread.descriptor);
83 data.enforceInterface(IApplicationThread.descriptor);
93 data.enforceInterface(IApplicationThread.descriptor);
102 data.enforceInterface(IApplicationThread.descriptor);
111 data.enforceInterface(IApplicationThread.descriptor);
120 data.enforceInterface(IApplicationThread.descriptor)
    [all...]
IActivityManager.java 84 public int startActivity(IApplicationThread caller,
88 public WaitResult startActivityAndWait(IApplicationThread caller,
92 public int startActivityWithConfig(IApplicationThread caller,
96 public int startActivityIntentSender(IApplicationThread caller,
106 public Intent registerReceiver(IApplicationThread caller,
112 public int broadcastIntent(IApplicationThread caller, Intent intent,
116 public void unbroadcastIntent(IApplicationThread caller, Intent intent) throws RemoteException;
119 public void attachApplication(IApplicationThread app) throws RemoteException;
146 public ContentProviderHolder getContentProvider(IApplicationThread caller,
148 public void removeContentProvider(IApplicationThread caller
    [all...]
ActivityManagerNative.java 132 IApplicationThread app = ApplicationThreadNative.asInterface(b);
154 IApplicationThread app = ApplicationThreadNative.asInterface(b);
176 IApplicationThread app = ApplicationThreadNative.asInterface(b);
199 IApplicationThread app = ApplicationThreadNative.asInterface(b);
267 IApplicationThread app =
302 IApplicationThread app =
327 IApplicationThread app = b != null ? ApplicationThreadNative.asInterface(b) : null;
350 IApplicationThread app = ApplicationThreadNative.asInterface(
560 IApplicationThread app = ApplicationThreadNative.asInterface(b);
576 IApplicationThread app = ApplicationThreadNative.asInterface(b)
    [all...]
IApplicationThread.java 45 public interface IApplicationThread extends IInterface {
107 String descriptor = "android.app.IApplicationThread";
Instrumentation.java     [all...]
ActivityThread.java     [all...]
ContextImpl.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 23 import android.app.IApplicationThread;
48 IApplicationThread thread; // the actual proc... may be null only if
247 ProcessRecord(BatteryStatsImpl.Uid.Proc _batteryStats, IApplicationThread _thread,
ActivityManagerService.java 42 import android.app.IApplicationThread;
    [all...]
ActivityStack.java 35 import android.app.IApplicationThread;
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 23 import android.app.IApplicationThread;
    [all...]

Completed in 847 milliseconds