Searched refs:writeProtoMap (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
D | IntentResolver.java | 283 void writeProtoMap(ProtoOutputStream proto, long fieldId, ArrayMap<String, F[]> map) { in writeProtoMap() method in IntentResolver 299 writeProtoMap(proto, IntentResolverProto.FULL_MIME_TYPES, mTypeToFilter); in writeToProto() 300 writeProtoMap(proto, IntentResolverProto.BASE_MIME_TYPES, mBaseTypeToFilter); in writeToProto() 301 writeProtoMap(proto, IntentResolverProto.WILD_MIME_TYPES, mWildTypeToFilter); in writeToProto() 302 writeProtoMap(proto, IntentResolverProto.SCHEMES, mSchemeToFilter); in writeToProto() 303 writeProtoMap(proto, IntentResolverProto.NON_DATA_ACTIONS, mActionToFilter); in writeToProto() 304 writeProtoMap(proto, IntentResolverProto.MIME_TYPED_ACTIONS, mTypedActionToFilter); in writeToProto()
|
/frameworks/base/services/ |
D | art-profile | 1219 PLcom/android/server/IntentResolver;->writeProtoMap(Landroid/util/proto/ProtoOutputStream;JLandroid…
|