Home
last modified time | relevance | path

Searched refs:CREATOR (Results 1 – 25 of 153) sorted by relevance

1234567

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DAdvertiseDataTest.java47 AdvertiseData.CREATOR.createFromParcel(parcel); in testEmptyData()
63 AdvertiseData.CREATOR.createFromParcel(parcel); in testEmptyServiceUuid()
80 AdvertiseData.CREATOR.createFromParcel(parcel); in testEmptyManufacturerData()
96 AdvertiseData.CREATOR.createFromParcel(parcel); in testEmptyServiceData()
113 AdvertiseData.CREATOR.createFromParcel(parcel); in testServiceUuid()
136 AdvertiseData.CREATOR.createFromParcel(parcel); in testManufacturerData()
154 AdvertiseData.CREATOR.createFromParcel(parcel); in testServiceData()
166 AdvertiseData.CREATOR.createFromParcel(parcel); in testIncludeTxPower()
/cts/tests/tests/view/src/android/view/textclassifier/cts/
DConversationActionsTest.java82 ConversationActions.Message.CREATOR); in testMessage_full()
94 ConversationActions.Message.CREATOR); in testMessage_minimal()
111 parcelizeDeparcelize(typeConfig, TextClassifier.EntityConfig.CREATOR); in testTypeConfig_full()
129 parcelizeDeparcelize(typeConfig, TextClassifier.EntityConfig.CREATOR); in testTypeConfig_full_notIncludeTypesFromTextClassifier()
141 parcelizeDeparcelize(typeConfig, TextClassifier.EntityConfig.CREATOR); in testTypeConfig_minimal()
159 parcelizeDeparcelize(request, ConversationActions.Request.CREATOR); in testRequest_minimal()
186 parcelizeDeparcelize(request, ConversationActions.Request.CREATOR); in testRequest_full()
201 ConversationAction.CREATOR); in testConversationAction_minimal()
220 ConversationAction.CREATOR); in testConversationAction_full()
237 parcelizeDeparcelize(conversationActions, ConversationActions.CREATOR); in testConversationActions_full()
[all …]
DTextClassifierEventTest.java46 parcelizeDeparcelize(event, TextClassifierEvent.TextSelectionEvent.CREATOR); in testTextSelectionEvent_minimal()
57 parcelizeDeparcelize(event, TextClassifierEvent.TextSelectionEvent.CREATOR); in testTextSelectionEvent_full()
68 parcelizeDeparcelize(event, TextClassifierEvent.TextLinkifyEvent.CREATOR); in testTextLinkifyEvent_minimal()
79 parcelizeDeparcelize(event, TextClassifierEvent.TextLinkifyEvent.CREATOR); in testTextLinkifyEvent_full()
91 parcelizeDeparcelize(event, TextClassifierEvent.ConversationActionsEvent.CREATOR); in testConversationActionsEvent_minimal()
103 parcelizeDeparcelize(event, TextClassifierEvent.ConversationActionsEvent.CREATOR); in testConversationActionsEvent_full()
115 parcelizeDeparcelize(event, TextClassifierEvent.LanguageDetectionEvent.CREATOR); in testLanguageDetectionEvent_minimal()
127 parcelizeDeparcelize(event, TextClassifierEvent.LanguageDetectionEvent.CREATOR); in testLanguageDetectionEvent_full()
/cts/tests/tests/view/src/android/view/cts/
DAbsSavedStateTest.java89 AbsSavedState[] array = AbsSavedState.CREATOR.newArray(size); in testCreator()
100 AbsSavedState unparceled = AbsSavedState.CREATOR.createFromParcel(parcel); in testCreator()
108 if (AbsSavedState.CREATOR instanceof Parcelable.ClassLoaderCreator) { in testCreator()
110 ((Parcelable.ClassLoaderCreator) AbsSavedState.CREATOR).createFromParcel(parcel, in testCreator()
142 public static final Creator<AbsSavedStateImpl> CREATOR = field in AbsSavedStateTest.AbsSavedStateImpl
DView_BaseSavedStateTest.java81 BaseSavedState[] array = BaseSavedState.CREATOR.newArray(size); in testCreator()
92 BaseSavedState unparceled = BaseSavedState.CREATOR.createFromParcel(parcel); in testCreator()
DKeyboardShortcutInfoTest.java84 KeyboardShortcutInfo result = KeyboardShortcutInfo.CREATOR.createFromParcel(dest); in testWriteToParcelAndReadCharacter()
100 KeyboardShortcutInfo result = KeyboardShortcutInfo.CREATOR.createFromParcel(dest); in testWriteToParcelAndReadKeycode()
/cts/tests/tests/telecom/src/android/telecom/cts/
DDataObjectUnitTests.java85 PhoneAccount parcelAccount = PhoneAccount.CREATOR.createFromParcel(p); in testPhoneAccount()
117 PhoneAccountHandle unparcelled = PhoneAccountHandle.CREATOR.createFromParcel(p); in testPhoneAccountHandle()
151 ConnectionRequest parcelRequest = ConnectionRequest.CREATOR.createFromParcel(p); in testConnectionRequest()
184 DisconnectCause parcelCause = DisconnectCause.CREATOR.createFromParcel(p); in testDisconnectCause()
219 StatusHints parcelHints = StatusHints.CREATOR.createFromParcel(p); in testStatusHints()
250 GatewayInfo parcelInfo = GatewayInfo.CREATOR.createFromParcel(p); in testGatewayInfo()
274 CallAudioState parcelAudioState = CallAudioState.CREATOR.createFromParcel(p); in testCallAudioState()
295 VideoProfile unparcelled = VideoProfile.CREATOR.createFromParcel(p); in testVideoProfile()
313 VideoProfile.CameraCapabilities.CREATOR.createFromParcel(p); in testCameraCapabilities()
DPhoneAccountSuggestionTest.java40 PhoneAccountSuggestion suggestion2 = PhoneAccountSuggestion.CREATOR.createFromParcel(p); in testParcelUnparcel()
/cts/tests/tests/security/src/android/security/cts/
DOutputConfigurationTest.java44 OutputConfiguration parcelledOutput = OutputConfiguration.CREATOR.createFromParcel(p); in testSharedSurfaceOutputConfigurationBasic()
66 parcelledOutput = OutputConfiguration.CREATOR.createFromParcel(p); in testSharedSurfaceOutputConfigurationBasic()
91 parcelledOutput = OutputConfiguration.CREATOR.createFromParcel(p); in testSharedSurfaceOutputConfigurationBasic()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java364 CellInfoCdma newCi = CellInfoCdma.CREATOR.createFromParcel(p); in verifyCellInfoCdmaParcelandHashcode()
404 CellIdentityCdma newCi = CellIdentityCdma.CREATOR.createFromParcel(p); in verifyCellIdentityCdmaParcel()
445 CellSignalStrengthCdma newCss = CellSignalStrengthCdma.CREATOR.createFromParcel(p); in verifyCellSignalStrengthCdmaParcel()
503 CellSignalStrengthNr newCss = CellSignalStrengthNr.CREATOR.createFromParcel(p); in verifyCellSignalStrengthNrParcel()
512 CellIdentityNr newCi = CellIdentityNr.CREATOR.createFromParcel(p); in verifyCellIdentityNrParcel()
573 CellInfoLte newCi = CellInfoLte.CREATOR.createFromParcel(p); in verifyCellInfoLteParcelandHashcode()
647 CellIdentityLte newci = CellIdentityLte.CREATOR.createFromParcel(p); in verifyCellIdentityLteParcel()
703 CellSignalStrengthLte newCss = CellSignalStrengthLte.CREATOR.createFromParcel(p); in verifyCellSignalStrengthLteParcel()
722 CellInfoWcdma newCi = CellInfoWcdma.CREATOR.createFromParcel(p); in verifyCellInfoWcdmaParcelandHashcode()
773 CellIdentityWcdma newci = CellIdentityWcdma.CREATOR.createFromParcel(p); in verifyCellIdentityWcdmaParcel()
[all …]
DLteVopsSupportInfoTest.java41 LteVopsSupportInfo.CREATOR.createFromParcel(lteVopsParcel); in testLteVopsSupportInfo()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvTrackInfoTest.java52 TvTrackInfo infoFromParcel = TvTrackInfo.CREATOR.createFromParcel(p); in testAudioTrackInfoOp()
93 TvTrackInfo infoFromParcel = TvTrackInfo.CREATOR.createFromParcel(p); in testVideoTrackInfoOp()
127 TvTrackInfo infoFromParcel = TvTrackInfo.CREATOR.createFromParcel(p); in testSubtitleTrackInfoOp()
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsActivityTest.java62 RemoteViews r = RemoteViews.CREATOR.createFromParcel(p); in testGood()
88 RemoteViews r = RemoteViews.CREATOR.createFromParcel(p); in testDerivedClass()
117 RemoteViews r = RemoteViews.CREATOR.createFromParcel(p); in testWebView()
/cts/tests/tests/media/src/android/media/cts/
DMediaItemTest.java51 MediaDescription.CREATOR.createFromParcel(p).toString()); in testBrowsableMediaItem()
74 MediaDescription.CREATOR.createFromParcel(p).toString()); in testPlayableMediaItem()
/cts/tests/tests/content/src/android/content/om/cts/
DOverlayInfoTest.java19 import static android.content.om.OverlayInfo.CREATOR;
91 OverlayInfo copyInfo = CREATOR.createFromParcel(p); in testWriteToParcel()
/cts/tests/tests/content/src/com/android/content/cts/
DDummyParcelable.java32 public static final Parcelable.Creator<DummyParcelable> CREATOR field in DummyParcelable
/cts/tests/tests/os/src/android/os/cts/
DExceptionalParcelable.java46 public static final Creator<ExceptionalParcelable> CREATOR = field in ExceptionalParcelable
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DIBinderParcelable.java38 CREATOR = new Parcelable.Creator<IBinderParcelable>() { field in IBinderParcelable
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DIBinderParcelable.java38 CREATOR = new Parcelable.Creator<IBinderParcelable>() { field in IBinderParcelable
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DEditorInfoTest.java73 EditorInfo targetInfo = EditorInfo.CREATOR.createFromParcel(p); in testEditorInfo()
105 EditorInfo targetInfo = EditorInfo.CREATOR.createFromParcel(p); in testNullHintLocals()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DCommandApdu.java28 public static final Parcelable.Creator<CommandApdu> CREATOR = field in CommandApdu
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
DGetAuthTokenLabelTx.java8 public static final Parcelable.Creator<GetAuthTokenLabelTx> CREATOR = field in GetAuthTokenLabelTx
DEditPropertiesTx.java9 public static final Parcelable.Creator<EditPropertiesTx> CREATOR = field in EditPropertiesTx
DGetAccountRemovalAllowedTx.java10 public static final Parcelable.Creator<GetAccountRemovalAllowedTx> CREATOR = field in GetAccountRemovalAllowedTx
/cts/tests/tests/externalservice/common/src/android/externalservice/common/
DRunningServiceInfo.java50 public static final Parcelable.Creator<RunningServiceInfo> CREATOR field in RunningServiceInfo

1234567