/frameworks/base/services/core/java/com/android/server/apphibernation/ |
D | ProtoReadWriter.java | 41 @Nullable T readFromProto(@NonNull ProtoInputStream stream) throws IOException; in readFromProto() method
|
D | UserLevelHibernationProto.java | 49 public @Nullable List<UserLevelState> readFromProto(@NonNull ProtoInputStream stream) in readFromProto() method in UserLevelHibernationProto
|
D | GlobalLevelHibernationProto.java | 50 public @Nullable List<GlobalLevelState> readFromProto(@NonNull ProtoInputStream stream) in readFromProto() method in GlobalLevelHibernationProto
|
/frameworks/native/services/surfaceflinger/ |
D | LayerProtoHelper.cpp | 78 void LayerProtoHelper::readFromProto(const perfetto::protos::RegionProto& regionProto, in readFromProto() function in android::surfaceflinger::LayerProtoHelper 102 void LayerProtoHelper::readFromProto(const perfetto::protos::RectProto& proto, Rect& outRect) { in readFromProto() function in android::surfaceflinger::LayerProtoHelper 229 void LayerProtoHelper::readFromProto( in readFromProto() function in android::surfaceflinger::LayerProtoHelper 252 void LayerProtoHelper::readFromProto(const perfetto::protos::BlurRegion& proto, in readFromProto() function in android::surfaceflinger::LayerProtoHelper
|
/frameworks/base/core/tests/coretests/src/android/content/res/ |
D | ConfigurationTest.java | 192 private void readFromProto(File f, Configuration config) throws Exception { in readFromProto() method in ConfigurationTest
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | Event.java | 162 static Event readFromProto(@NonNull ProtoInputStream protoInputStream) throws IOException { in readFromProto() method in Event
|
D | EventIndex.java | 284 static EventIndex readFromProto(@NonNull ProtoInputStream protoInputStream) throws IOException { in readFromProto() method in EventIndex
|
D | ConversationInfo.java | 387 static ConversationInfo readFromProto(@NonNull ProtoInputStream protoInputStream) in readFromProto() method in ConversationInfo
|
/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/ |
D | HibernationStateDiskStoreTest.java | 124 public List<String> readFromProto(@NonNull ProtoInputStream stream) in readFromProto() method in HibernationStateDiskStoreTest.MockProtoReadWriter
|
/frameworks/base/graphics/java/android/graphics/ |
D | Rect.java | 261 public void readFromProto(@NonNull ProtoInputStream proto, long fieldId) throws IOException, in readFromProto() method in Rect
|
/frameworks/base/core/java/android/app/ |
D | WindowConfiguration.java | 742 public void readFromProto(ProtoInputStream proto, long fieldId) in readFromProto() method in WindowConfiguration
|
D | ApplicationStartInfo.java | 800 public void readFromProto(ProtoInputStream proto, long fieldId) in readFromProto() method in ApplicationStartInfo
|
D | ApplicationExitInfo.java | 1454 public void readFromProto(ProtoInputStream proto, long fieldId) in readFromProto() method in ApplicationExitInfo
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppStartInfoTracker.java | 1329 int readFromProto(ProtoInputStream proto, long fieldId) in readFromProto() method in AppStartInfoTracker.AppStartInfoContainer
|
D | AppExitInfoTracker.java | 1528 int readFromProto(ProtoInputStream proto, long fieldId) in readFromProto() method in AppExitInfoTracker.AppExitInfoContainer
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 1369 public void readFromProto(ProtoInputStream protoInputStream, long fieldId) throws IOException { in readFromProto() method in Configuration
|