Home
last modified time | relevance | path

Searched refs:IApplicationThread (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/app/
DApplicationThreadNative.java52 implements IApplicationThread {
57 static public IApplicationThread asInterface(IBinder obj) { in asInterface()
61 IApplicationThread in = in asInterface()
62 (IApplicationThread)obj.queryLocalInterface(descriptor); in asInterface()
80 data.enforceInterface(IApplicationThread.descriptor); in onTransact()
92 data.enforceInterface(IApplicationThread.descriptor); in onTransact()
102 data.enforceInterface(IApplicationThread.descriptor); in onTransact()
111 data.enforceInterface(IApplicationThread.descriptor); in onTransact()
120 data.enforceInterface(IApplicationThread.descriptor); in onTransact()
131 data.enforceInterface(IApplicationThread.descriptor); in onTransact()
[all …]
DIActivityManager.java70 public int startActivity(IApplicationThread caller, String callingPackage, Intent intent, in startActivity()
73 public int startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, in startActivityAsUser()
76 public int startActivityAsCaller(IApplicationThread caller, String callingPackage, in startActivityAsCaller()
80 public WaitResult startActivityAndWait(IApplicationThread caller, String callingPackage, in startActivityAndWait()
84 public int startActivityWithConfig(IApplicationThread caller, String callingPackage, in startActivityWithConfig()
88 public int startActivityIntentSender(IApplicationThread caller, in startActivityIntentSender()
106 public void releaseSomeActivities(IApplicationThread app) throws RemoteException; in releaseSomeActivities()
108 public Intent registerReceiver(IApplicationThread caller, String callerPackage, in registerReceiver()
112 public int broadcastIntent(IApplicationThread caller, Intent intent, in broadcastIntent()
116 …public void unbroadcastIntent(IApplicationThread caller, Intent intent, int userId) throws RemoteE… in unbroadcastIntent()
[all …]
DInstrumentation.java1495 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivity()
1555 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivitiesAsUser()
1618 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivity()
1678 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivity()
1717 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivityAsCaller()
1755 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivityFromAppTask()
DActivityManagerNative.java153 IApplicationThread app = ApplicationThreadNative.asInterface(b); in onTransact()
176 IApplicationThread app = ApplicationThreadNative.asInterface(b); in onTransact()
200 IApplicationThread app = ApplicationThreadNative.asInterface(b); in onTransact()
226 IApplicationThread app = ApplicationThreadNative.asInterface(b); in onTransact()
250 IApplicationThread app = ApplicationThreadNative.asInterface(b); in onTransact()
273 IApplicationThread app = ApplicationThreadNative.asInterface(b); in onTransact()
427 IApplicationThread app = ApplicationThreadNative.asInterface(data.readStrongBinder()); in onTransact()
446 IApplicationThread app = in onTransact()
483 IApplicationThread app = in onTransact()
511 IApplicationThread app = b != null ? ApplicationThreadNative.asInterface(b) : null; in onTransact()
[all …]
DIApplicationThread.java50 public interface IApplicationThread extends IInterface { interface
DActivityThread.java3061 if (classname == null && (data.backupMode == IApplicationThread.BACKUP_MODE_FULL in handleCreateBackupAgent()
3062 || data.backupMode == IApplicationThread.BACKUP_MODE_RESTORE_FULL)) { in handleCreateBackupAgent()
3094 if (data.backupMode != IApplicationThread.BACKUP_MODE_RESTORE in handleCreateBackupAgent()
3095 && data.backupMode != IApplicationThread.BACKUP_MODE_RESTORE_FULL) { in handleCreateBackupAgent()
4853 case IApplicationThread.PACKAGE_REMOVED: in handleDispatchPackageBroadcast()
4854 case IApplicationThread.PACKAGE_REMOVED_DONT_KILL: in handleDispatchPackageBroadcast()
4856 final boolean killApp = cmd == IApplicationThread.PACKAGE_REMOVED; in handleDispatchPackageBroadcast()
4881 case IApplicationThread.PACKAGE_REPLACED: in handleDispatchPackageBroadcast()
5174 if (data.debugMode != IApplicationThread.DEBUG_OFF) { in handleBindApplication()
5177 if (data.debugMode == IApplicationThread.DEBUG_WAIT) { in handleBindApplication()
DApplicationPackageManager.java1386 if (cmd == IApplicationThread.EXTERNAL_STORAGE_UNAVAILABLE) { in handlePackageBroadcast()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java20 import android.app.IApplicationThread;
513 verify(mIActivityManager, atLeast(1)).broadcastIntent(eq((IApplicationThread)null), in testEcbm()
541 verify(mIActivityManager, atLeast(2)).broadcastIntent(eq((IApplicationThread)null), in testEcbm()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java20 import android.app.IApplicationThread;
572 verify(mIActivityManager, atLeast(1)).broadcastIntent(eq((IApplicationThread)null), in testEmergencyCallbackMessages()
605 verify(mIActivityManager, atLeast(2)).broadcastIntent(eq((IApplicationThread)null), in testEmergencyCallbackMessages()
/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java33 import android.app.IApplicationThread;
72 IApplicationThread thread; // the actual proc... may be null only if
459 public void makeActive(IApplicationThread _thread, ProcessStatsService tracker) { in makeActive()
DActivityManagerService.java89 import android.app.IApplicationThread;
1440 final IApplicationThread mAppThread;
1443 IApplicationThread thread) { in AppDeathRecipient()
4265 public final int startActivity(IApplicationThread caller, String callingPackage, in startActivity()
4293 public final int startActivityAsUser(IApplicationThread caller, String callingPackage, in startActivityAsUser()
4306 public final int startActivityAsCaller(IApplicationThread caller, String callingPackage, in startActivityAsCaller()
4384 public final WaitResult startActivityAndWait(IApplicationThread caller, String callingPackage, in startActivityAndWait()
4399 public final int startActivityWithConfig(IApplicationThread caller, String callingPackage, in startActivityWithConfig()
4413 public int startActivityIntentSender(IApplicationThread caller, IntentSender intent, in startActivityIntentSender()
4684 public final int startActivities(IApplicationThread caller, String callingPackage, in startActivities()
[all …]
DActivityStarter.java85 import android.app.IApplicationThread;
224 final int startActivityLocked(IApplicationThread caller, Intent intent, Intent ephemeralIntent, in startActivityLocked()
675 final int startActivityMayWait(IApplicationThread caller, int callingUid, in startActivityMayWait()
883 final int startActivities(IApplicationThread caller, int callingUid, String callingPackage, in startActivities()
DActiveServices.java55 import android.app.IApplicationThread;
306 ComponentName startServiceLocked(IApplicationThread caller, Intent service, String resolvedType, in startServiceLocked()
556 int stopServiceLocked(IApplicationThread caller, Intent service, in stopServiceLocked()
819 int bindServiceLocked(IApplicationThread caller, IBinder token, Intent service, in bindServiceLocked()
3073 final IApplicationThread thread = proc.thread; in dumpServiceClient()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java25 import android.app.IApplicationThread;
2884 IApplicationThread.BACKUP_MODE_INCREMENTAL); in invokeNextAgent()
3794 IApplicationThread.BACKUP_MODE_FULL); in initializeAgent()
5509 IApplicationThread.BACKUP_MODE_RESTORE_FULL); in restoreOneFile()
6935 IApplicationThread.BACKUP_MODE_RESTORE_FULL); in restoreOneFile()
8352 IApplicationThread.BACKUP_MODE_INCREMENTAL); in restoreKeyValue()
/frameworks/base/
Dpreloaded-classes395 android.app.IApplicationThread
Dcompiled-classes-phone315 android.app.IApplicationThread