/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/ |
H A D | ResultPayload.java | 35 @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 D | SearchResultsAdapter.java | 51 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 D | IkePayload.java | 69 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 D | IkeSkPayload.java | 122 @PayloadType int firstPayloadType, in IkeSkPayload() 144 @PayloadType int firstPayloadType, in IkeSkPayload() 183 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
|
H A D | IkeHeader.java | 19 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 D | IkeEncryptedPayloadBody.java | 126 @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 D | IkeSkfPayload.java | 105 @PayloadType int firstPayloadType, in IkeSkfPayload() 148 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
|
H A D | IkeMessage.java | 22 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 D | IkeUnsupportedPayload.java | 46 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
|
H A D | IkeVendorPayload.java | 52 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
|
H A D | IkeEapPayload.java | 69 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
|
H A D | IkeCertReqPayload.java | 72 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
|
H A D | IkeNoncePayload.java | 86 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
|
H A D | IkeCertX509CertPayload.java | 77 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
|
H A D | IkeDeletePayload.java | 148 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer()
|
/aosp12/system/update_engine/common/ |
H A D | metrics_reporter_stub.h | 47 PayloadType payload_type, in ReportUpdateAttemptMetrics() 66 PayloadType payload_type, in ReportSuccessfulUpdateMetrics()
|
H A D | mock_metrics_reporter.h | 46 PayloadType payload_type, 65 PayloadType payload_type,
|
H A D | metrics_reporter_interface.h | 118 PayloadType payload_type, 169 PayloadType payload_type,
|
/aosp12/system/update_engine/aosp/ |
H A D | metrics_reporter_android.h | 52 PayloadType payload_type, 71 PayloadType payload_type,
|
H A D | metrics_reporter_android.cc | 87 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 D | CarSearchResultsAdapter.java | 58 case ResultPayload.PayloadType.INTENT: in onCreateViewHolder() 62 case ResultPayload.PayloadType.SAVED_QUERY: in onCreateViewHolder()
|
/aosp12/system/update_engine/cros/ |
H A D | metrics_reporter_omaha.h | 124 PayloadType payload_type, 143 PayloadType payload_type,
|
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/ |
H A D | IndexData.java | 168 @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 D | IkeNoncePayloadTest.java | 34 @IkePayload.PayloadType
|
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/savedqueries/ |
H A D | SavedQueryPayload.java | 44 return PayloadType.SAVED_QUERY; in getType()
|