Lines Matching defs:app

17 package android.app;
119 IApplicationThread app = ApplicationThreadNative.asInterface(b);
131 int result = startActivity(app, intent, resolvedType,
143 IApplicationThread app = ApplicationThreadNative.asInterface(b);
156 int result = startActivityAsUser(app, intent, resolvedType,
168 IApplicationThread app = ApplicationThreadNative.asInterface(b);
181 WaitResult result = startActivityAndWait(app, intent, resolvedType,
193 IApplicationThread app = ApplicationThreadNative.asInterface(b);
204 int result = startActivityWithConfig(app, intent, resolvedType,
215 IApplicationThread app = ApplicationThreadNative.asInterface(b);
229 int result = startActivityIntentSender(app, intent,
296 IApplicationThread app =
305 Intent intent = registerReceiver(app, packageName, rec, filter, perm, userId);
333 IApplicationThread app =
347 int res = broadcastIntent(app, intent, resolvedType, resultTo,
359 IApplicationThread app = b != null ? ApplicationThreadNative.asInterface(b) : null;
362 unbroadcastIntent(app, intent, userId);
383 IApplicationThread app = ApplicationThreadNative.asInterface(
385 if (app != null) {
386 attachApplication(app);
633 IApplicationThread app = ApplicationThreadNative.asInterface(b);
637 ContentProviderHolder cph = getContentProvider(app, name, userId, stable);
667 IApplicationThread app = ApplicationThreadNative.asInterface(b);
670 publishContentProviders(app, providers);
724 IApplicationThread app = ApplicationThreadNative.asInterface(b);
728 ComponentName cn = startService(app, service, resolvedType, userId);
737 IApplicationThread app = ApplicationThreadNative.asInterface(b);
741 int res = stopService(app, service, resolvedType, userId);
776 IApplicationThread app = ApplicationThreadNative.asInterface(b);
784 int res = bindService(app, token, service, resolvedType, conn, fl, userId);
850 IApplicationThread app = ApplicationThreadNative.asInterface(b);
853 finishInstrumentation(app, resultCode, results);
1046 IApplicationThread app = ApplicationThreadNative.asInterface(b);
1050 grantUriPermission(app, targetPkg, uri, mode);
1058 IApplicationThread app = ApplicationThreadNative.asInterface(b);
1061 revokeUriPermission(app, uri, mode);
1069 IApplicationThread app = ApplicationThreadNative.asInterface(b);
1071 showWaitingForDebugger(app, waiting);
1202 IBinder app = data.readStrongBinder();
1204 handleApplicationCrash(app, ci);
1211 IBinder app = data.readStrongBinder();
1214 boolean res = handleApplicationWtf(app, tag, ci);
1222 IBinder app = data.readStrongBinder();
1225 handleApplicationStrictModeViolation(app, violationMask, info);
1527 IApplicationThread app = ApplicationThreadNative.asInterface(b);
1534 int result = startActivities(app, intents, resolvedTypes, resultTo,
2178 public void attachApplication(IApplicationThread app) throws RemoteException
2183 data.writeStrongBinder(app.asBinder());
2797 public boolean bindBackupAgent(ApplicationInfo app, int backupRestoreMode)
2802 app.writeToParcel(data, 0);
2832 public void unbindBackupAgent(ApplicationInfo app) throws RemoteException {
2836 app.writeToParcel(data, 0);
3318 public void handleApplicationCrash(IBinder app,
3324 data.writeStrongBinder(app);
3332 public boolean handleApplicationWtf(IBinder app, String tag,
3338 data.writeStrongBinder(app);
3349 public void handleApplicationStrictModeViolation(IBinder app,
3356 data.writeStrongBinder(app);