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

  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 412 // we want to be able to use this test on older OSes that do not have getBlobAshmemSize
413 Method getBlobAshmemSize = null;
415 getBlobAshmemSize = Parcel.class.getMethod("getBlobAshmemSize");
427 (getBlobAshmemSize != null)
428 ? getBlobAshmemSize.invoke(p)
  /frameworks/native/libs/binder/
Parcel.cpp     [all...]
  /frameworks/base/core/java/android/os/
Parcel.java     [all...]

Completed in 118 milliseconds