Searched refs:serialized (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/tools/preload2/src/com/android/preload/actions/
H A DExportAction.java50 String serialized = DumpDataIO.serialize(dataTableModel.getData());
52 if (serialized != null) {
55 out.println(serialized);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DRationalTest.java481 T serialized = deserialize(arr, klass);
482 return serialized;
487 T serialized = serializeRoundTrip(obj);
488 assertEquals("Expected values to be equal after serialization round-trip", obj, serialized);
/frameworks/base/core/java/android/content/
H A DIntentSender.java114 Bundle extras, boolean serialized, boolean sticky, int sendingUser) {
113 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean serialized, boolean sticky, int sendingUser) argument
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1014 * @param string The pattern serialized with {@link #patternToString}
1357 String serialized = getString(ENABLED_TRUST_AGENTS, userId);
1358 if (TextUtils.isEmpty(serialized)) {
1361 String[] split = serialized.split(",");
/frameworks/base/tools/aapt/
H A DImages.cpp58 void* serialized = Res_png_9patch::serialize(info9Patch, xDivs, yDivs, colors); local
59 reinterpret_cast<Res_png_9patch*>(serialized)->deviceToFile();
60 return serialized;
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp48 void* serialized = android::Res_png_9patch::serialize(info9Patch, xDivs, yDivs, local
50 reinterpret_cast<android::Res_png_9patch*>(serialized)->deviceToFile();
51 return serialized;
/frameworks/base/core/java/android/app/
H A DPendingIntent.java227 Bundle extras, boolean serialized, boolean sticky, int sendingUser) {
226 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean serialized, boolean sticky, int sendingUser) argument
H A DIActivityManager.java115 int appOp, Bundle options, boolean serialized, boolean sticky, int userId) throws RemoteException;
112 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String[] requiredPermissions, int appOp, Bundle options, boolean serialized, boolean sticky, int userId) argument
H A DActivityManagerNative.java496 boolean serialized = data.readInt() != 0;
501 options, serialized, sticky, userId);
3487 String[] requiredPermissions, int appOp, Bundle options, boolean serialized,
3503 data.writeInt(serialized ? 1 : 0);
3484 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String[] requiredPermissions, int appOp, Bundle options, boolean serialized, boolean sticky, int userId) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java18247 boolean serialized, boolean sticky, int userId) {
18259 requiredPermissions, appOp, bOptions, serialized, sticky,
18270 String requiredPermission, Bundle bOptions, boolean serialized, boolean sticky,
18280 requiredPermissions, AppOpsManager.OP_NONE, bOptions, serialized,
18243 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle resultExtras, String[] requiredPermissions, int appOp, Bundle bOptions, boolean serialized, boolean sticky, int userId) argument
18267 broadcastIntentInPackage(String packageName, int uid, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle resultExtras, String requiredPermission, Bundle bOptions, boolean serialized, boolean sticky, int userId) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 381 milliseconds