Home
last modified time | relevance | path

Searched refs:PayloadType (Results 1 – 25 of 49) sorted by relevance

12

/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
H A DResultPayload.java35 @IntDef({PayloadType.INTENT, PayloadType.INLINE_SLIDER, PayloadType.INLINE_SWITCH,
36 PayloadType.INLINE_LIST, PayloadType.SAVED_QUERY})
38 public @interface PayloadType { annotation in ResultPayload
135 @ResultPayload.PayloadType
137 return PayloadType.INTENT; in getType()
H A DSearchResultsAdapter.java51 case ResultPayload.PayloadType.INTENT: in onCreateViewHolder()
54 case ResultPayload.PayloadType.INLINE_SWITCH: in onCreateViewHolder()
59 case ResultPayload.PayloadType.INLINE_LIST: in onCreateViewHolder()
63 case ResultPayload.PayloadType.SAVED_QUERY: in onCreateViewHolder()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkePayload.java69 public @interface PayloadType {} annotation in IkePayload
175 @IkePayload.PayloadType int payloadType, in getPayloadListForTypeInProvidedList()
203 @IkePayload.PayloadType int payloadType, in getPayloadForTypeInProvidedList()
219 @PayloadType int nextPayload, int payloadLength, ByteBuffer byteBuffer) { in encodePayloadHeaderToByteBuffer()
237 protected abstract void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer); in encodeToByteBuffer()
H A DIkeSkPayload.java122 @PayloadType int firstPayloadType, in IkeSkPayload()
144 @PayloadType int firstPayloadType, in IkeSkPayload()
183 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
H A DIkeHeader.java19 import static com.android.internal.net.ipsec.ike.message.IkePayload.PayloadType;
77 @PayloadType public final int nextPayloadType;
108 @PayloadType int nextPType, in IkeHeader()
H A DIkeEncryptedPayloadBody.java126 @IkePayload.PayloadType int firstPayloadType, in IkeEncryptedPayloadBody()
150 @IkePayload.PayloadType int firstPayloadType, in IkeEncryptedPayloadBody()
215 @IkePayload.PayloadType int firstPayloadType, in generateOutboundChecksum()
292 @IkePayload.PayloadType int firstPayloadType, in combinedModeEncrypt()
H A DIkeSkfPayload.java105 @PayloadType int firstPayloadType, in IkeSkfPayload()
148 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
H A DIkeMessage.java22 import static com.android.internal.net.ipsec.ike.message.IkePayload.PayloadType;
152 @PayloadType int firstPayloadType, boolean isResp, byte[] unencryptedPayloads) in decodePayloadList()
292 @IkePayload.PayloadType int payloadType, Class<T> payloadClass) { in getPayloadListForType()
316 @IkePayload.PayloadType int payloadType, Class<T> payloadClass) { in getPayloadForType()
460 @PayloadType int firstInnerPayload, in encryptAndEncode()
551 IkeHeader ikeHeader, IkeSkPayload skPayload, @PayloadType int firstInnerPayload) { in encodeHeaderAndBody()
H A DIkeUnsupportedPayload.java46 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
H A DIkeVendorPayload.java52 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
H A DIkeEapPayload.java69 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
H A DIkeCertReqPayload.java72 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
H A DIkeNoncePayload.java86 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
H A DIkeCertX509CertPayload.java77 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
H A DIkeDeletePayload.java148 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
/aosp12/system/update_engine/common/
H A Dmetrics_reporter_stub.h47 PayloadType payload_type, in ReportUpdateAttemptMetrics()
66 PayloadType payload_type, in ReportSuccessfulUpdateMetrics()
H A Dmock_metrics_reporter.h46 PayloadType payload_type,
65 PayloadType payload_type,
H A Dmetrics_reporter_interface.h118 PayloadType payload_type,
169 PayloadType payload_type,
/aosp12/system/update_engine/aosp/
H A Dmetrics_reporter_android.h52 PayloadType payload_type,
71 PayloadType payload_type,
H A Dmetrics_reporter_android.cc87 PayloadType payload_type, in ReportUpdateAttemptMetrics()
166 PayloadType payload_type, in ReportSuccessfulUpdateMetrics()
/aosp12/packages/apps/Car/SettingsIntelligence/src/com/android/settings/intelligence/search/car/
H A DCarSearchResultsAdapter.java58 case ResultPayload.PayloadType.INTENT: in onCreateViewHolder()
62 case ResultPayload.PayloadType.SAVED_QUERY: in onCreateViewHolder()
/aosp12/system/update_engine/cros/
H A Dmetrics_reporter_omaha.h124 PayloadType payload_type,
143 PayloadType payload_type,
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
H A DIndexData.java168 @ResultPayload.PayloadType
286 private Builder setPayloadType(@ResultPayload.PayloadType int payloadType) { in setPayloadType()
301 mPayloadType = ResultPayload.PayloadType.INTENT; in setIntent()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeNoncePayloadTest.java34 @IkePayload.PayloadType
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/savedqueries/
H A DSavedQueryPayload.java44 return PayloadType.SAVED_QUERY; in getType()

12