Searched defs:serialized (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntentSender.java118 Bundle extras, boolean serialized, boolean sticky, int sendingUser) {
117 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean serialized, boolean sticky, int sendingUser) argument
/frameworks/base/core/java/android/app/
H A DPendingIntent.java207 Bundle extras, boolean serialized, boolean sticky, int sendingUser) {
206 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean serialized, boolean sticky, int sendingUser) argument
H A DActivityManagerNative.java438 boolean serialized = data.readInt() != 0;
443 serialized, sticky, userId);
2806 String requiredPermission, int appOp, boolean serialized,
2821 data.writeInt(serialized ? 1 : 0);
2803 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String requiredPermission, int appOp, boolean serialized, boolean sticky, int userId) argument
H A DIActivityManager.java107 int appOp, boolean serialized, boolean sticky, int userId) throws RemoteException;
104 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String requiredPermission, int appOp, boolean serialized, boolean sticky, int userId) argument
/frameworks/base/tools/aapt/
H A DImages.cpp57 void* serialized = Res_png_9patch::serialize(info9Patch, xDivs, yDivs, colors); local
58 reinterpret_cast<Res_png_9patch*>(serialized)->deviceToFile();
59 return serialized;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java16313 String requiredPermission, int appOp, boolean serialized, boolean sticky, int userId) {
16325 resultCode, resultData, map, requiredPermission, appOp, serialized, sticky,
16335 String requiredPermission, boolean serialized, boolean sticky, int userId) {
16342 AppOpsManager.OP_NONE, serialized, sticky, -1, uid, userId);
16310 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String requiredPermission, int appOp, boolean serialized, boolean sticky, int userId) argument
16332 broadcastIntentInPackage(String packageName, int uid, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String requiredPermission, boolean serialized, boolean sticky, int userId) argument

Completed in 195 milliseconds