HomeSort by relevance Sort by last modified time
    Searched defs:Parcel (Results 1 - 25 of 25) sorted by null

  /frameworks/native/include/binder/
Parcel.h 46 class Parcel {
52 Parcel();
53 ~Parcel();
67 status_t appendFrom(const Parcel *parcel,
123 // Take a UTF8 encoded string, convert to UTF16, write it to the parcel.
170 // Place a native_handle into the parcel (the native_handle's file-
176 // Place a file descriptor into the parcel. The given fd must remain
177 // valid for the lifetime of the parcel.
178 // The Parcel does not take ownership of the given fd unless you ask it to
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 24 import android.os.Parcel;
327 assertWriteToParcel(createConfig((Locale) null), Parcel.obtain());
328 assertWriteToParcel(createConfig(new Locale("")), Parcel.obtain());
329 assertWriteToParcel(createConfig(Locale.JAPAN), Parcel.obtain());
330 assertWriteToParcel(createConfig(Locale.forLanguageTag("en-Shaw")), Parcel.obtain());
331 assertWriteToParcel(createConfig(LocaleList.forLanguageTags("fr,en-US")), Parcel.obtain());
646 private void assertWriteToParcel(Configuration config, Parcel parcel) {
647 config.writeToParcel(parcel, 0);
648 parcel.setDataPosition(0)
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 17 #define LOG_TAG "Parcel"
36 #include <binder/Parcel.h>
135 LOG_REFS("Parcel %p acquiring reference on local %p", who, obj.cookie);
146 LOG_REFS("Parcel %p acquiring reference on remote %p", who, b.get());
187 LOG_REFS("Parcel %p releasing reference on local %p", who, obj.cookie);
198 LOG_REFS("Parcel %p releasing reference on remote %p", who, b.get());
237 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out)
243 const sp<IBinder>& binder, Parcel* out)
275 const wp<IBinder>& binder, Parcel* out)
325 const Parcel& /*in*/
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 35 import android.os.Parcel;
94 new RemoteViews(Parcel.obtain());
322 mRemoteViews = new RemoteViews(Parcel.obtain());
340 mRemoteViews = new RemoteViews(Parcel.obtain());
348 Parcel p = Parcel.obtain();
352 // the package and layout are successfully written into parcel
361 p = Parcel.obtain();
  /frameworks/base/core/java/android/os/
Parcel.java 52 * be sent through an IBinder. A Parcel can contain both flattened data
57 * connected with the original IBinder in the Parcel.
59 * <p class="note">Parcel is <strong>not</strong> a general-purpose
61 * {@link Parcelable} API for placing arbitrary objects into a Parcel) is
63 * appropriate to place any Parcel data in to persistent storage: changes
64 * in the underlying implementation of any of the data in the Parcel can
67 * <p>The bulk of the Parcel API revolves around reading and writing data
118 * methods write both the class type and its data to the Parcel, allowing
141 * data contents into a Parcel. The methods to use are
147 * <p>An unusual feature of Parcel is the ability to read and write activ
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 175 milliseconds