Home
last modified time | relevance | path

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

12

/frameworks/base/keystore/java/android/security/keystore/
DDelegatingX509Certificate.java40 private final X509Certificate mDelegate; field in DelegatingX509Certificate
43 mDelegate = delegate; in DelegatingX509Certificate()
48 return mDelegate.getCriticalExtensionOIDs(); in getCriticalExtensionOIDs()
53 return mDelegate.getExtensionValue(oid); in getExtensionValue()
58 return mDelegate.getNonCriticalExtensionOIDs(); in getNonCriticalExtensionOIDs()
63 return mDelegate.hasUnsupportedCriticalExtension(); in hasUnsupportedCriticalExtension()
69 mDelegate.checkValidity(); in checkValidity()
75 mDelegate.checkValidity(date); in checkValidity()
80 return mDelegate.getBasicConstraints(); in getBasicConstraints()
85 return mDelegate.getIssuerDN(); in getIssuerDN()
[all …]
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteXmlPullParserAdapter.java33 protected XmlPullParser mDelegate; field in RemoteXmlPullParserAdapter
36 mDelegate = delegate; in RemoteXmlPullParserAdapter()
48 mDelegate.setFeature(name, state); in setFeature()
53 return mDelegate.getFeature(name); in getFeature()
59 mDelegate.setProperty(name, value); in setProperty()
64 return mDelegate.getProperty(name); in getProperty()
69 mDelegate.setInput(in); in setInput()
75 mDelegate.setInput(StreamUtil.getInputStream(inputStream), inputEncoding); in setInput()
80 return mDelegate.getInputEncoding(); in getInputEncoding()
91 return mDelegate.getNamespaceCount(depth); in getNamespaceCount()
[all …]
DRemoteRenderParamsAdapter.java38 private final RenderParams mDelegate; field in RemoteRenderParamsAdapter
41 mDelegate = params; in RemoteRenderParamsAdapter()
52 Object projectKey = mDelegate.getProjectKey(); in getProjectKey()
59 return new RemoteHardwareConfig(mDelegate.getHardwareConfig()); in getRemoteHardwareConfig()
64 return mDelegate.getMinSdkVersion(); in getMinSdkVersion()
69 return mDelegate.getTargetSdkVersion(); in getTargetSdkVersion()
75 return RemoteRenderResourcesAdapter.create(mDelegate.getResources()); in getRemoteResources()
84 return RemoteAssetRepositoryAdapter.create(mDelegate.getAssets()); in getAssets()
93 return RemoteLayoutlibCallbackAdapter.create(mDelegate.getLayoutlibCallback()); in getRemoteLayoutlibCallback()
102 return RemoteLayoutLogAdapter.create(mDelegate.getLog()); in getLog()
[all …]
DRemoteRenderResourcesAdapter.java34 private final RenderResources mDelegate; field in RemoteRenderResourcesAdapter
37 mDelegate = delegate; in RemoteRenderResourcesAdapter()
48 return RemoteResourceValue.fromResourceValue(mDelegate.getDefaultTheme()); in getDefaultTheme()
53 mDelegate.applyStyle(theme.toResourceValue(), useAsPrimary); in applyStyle()
58 mDelegate.clearStyles(); in clearStyles()
63 return mDelegate.getAllThemes().stream().map( in getAllThemes()
71 return RemoteResourceValue.fromResourceValue(mDelegate.getResolvedResource(reference)); in getResolvedResource()
76 return RemoteResourceValue.fromResourceValue(mDelegate.findItemInTheme(attr)); in findItemInTheme()
83 mDelegate.findItemInStyle(style.toResourceValue(), attr)); in findItemInStyle()
90 mDelegate.resolveResValue(value.toResourceValue())); in resolveValue()
[all …]
DRemoteActionBarCallbackAdapter.java30 private final ActionBarCallback mDelegate; field in RemoteActionBarCallbackAdapter
33 mDelegate = delegate; in RemoteActionBarCallbackAdapter()
44 return mDelegate.getMenuIds(); in getMenuIds()
49 return mDelegate.getSplitActionBarWhenNarrow(); in getSplitActionBarWhenNarrow()
54 return mDelegate.getNavigationMode(); in getNavigationMode()
59 return mDelegate.getSubTitle(); in getSubTitle()
64 return mDelegate.getHomeButtonStyle(); in getHomeButtonStyle()
69 return mDelegate.isOverflowPopupNeeded(); in isOverflowPopupNeeded()
DRemoteLayoutlibCallbackAdapter.java41 private final LayoutlibCallback mDelegate; field in RemoteLayoutlibCallbackAdapter
44 mDelegate = delegate; in RemoteLayoutlibCallbackAdapter()
55 return mDelegate.supports(ideFeature); in supports()
65 return mDelegate.getNamespace(); in getNamespace()
70 return mDelegate.resolveResourceId(id); in resolveResourceId()
75 return mDelegate.getOrGenerateResourceId(resource); in getOrGenerateResourceId()
81 return RemoteILayoutPullParserAdapter.create(mDelegate.getParser(layoutResource)); in getParser()
104 return RemoteActionBarCallbackAdapter.create(mDelegate.getActionBarCallback()); in getActionBarCallback()
112 return mDelegate.getFlag(key); in getFlag()
119 Class<?> clazz = mDelegate.findClass(name); in findClassPath()
[all …]
DRemoteRenderSessionAdapter.java31 private final RemoteRenderSession mDelegate; field in RemoteRenderSessionAdapter
34 mDelegate = delegate; in RemoteRenderSessionAdapter()
40 return mDelegate.getResult(); in getResult()
49 return mDelegate.getSerializableImage().getBufferedImage(); in getImage()
58 mDelegate.setSystemTimeNanos(nanos); in setSystemTimeNanos()
67 mDelegate.setSystemBootTimeNanos(nanos); in setSystemBootTimeNanos()
76 mDelegate.setElapsedFrameTimeNanos(nanos); in setElapsedFrameTimeNanos()
85 return mDelegate.render(timeout, forceMeasure); in render()
106 mDelegate.dispose(); in dispose()
DRemoteSessionParamsAdapter.java39 private final SessionParams mDelegate; field in RemoteSessionParamsAdapter
43 mDelegate = params; in RemoteSessionParamsAdapter()
53 return mDelegate.getRenderingMode(); in getRenderingMode()
58 return mDelegate.isLayoutOnly(); in isLayoutOnly()
63 return mDelegate.getAdapterBindings(); in getAdapterBindings()
68 return mDelegate.getExtendedViewInfoMode(); in getExtendedViewInfoMode()
73 return mDelegate.getSimulatedPlatformVersion(); in getSimulatedPlatformVersion()
78 return RemoteILayoutPullParserAdapter.create(mDelegate.getLayoutDescription()); in getLayoutDescription()
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteXmlPullParserAdapter.java32 protected RemoteXmlPullParser mDelegate; field in RemoteXmlPullParserAdapter
35 mDelegate = remote; in RemoteXmlPullParserAdapter()
41 mDelegate.setFeature(name, state); in setFeature()
50 return mDelegate.getFeature(name); in getFeature()
59 mDelegate.setProperty(name, value); in setProperty()
68 return mDelegate.getProperty(name); in getProperty()
77 mDelegate.setInput(in); in setInput()
87 mDelegate.setInput(RemoteInputStreamAdapter.create(inputStream), inputEncoding); in setInput()
96 return mDelegate.getInputEncoding(); in getInputEncoding()
106 mDelegate.defineEntityReplacementText(entityName, replacementText); in defineEntityReplacementText()
[all …]
DRemoteRenderResourcesAdapter.java33 private final RemoteRenderResources mDelegate; field in RemoteRenderResourcesAdapter
36 mDelegate = remoteRenderResources; in RemoteRenderResourcesAdapter()
47 return mDelegate.getDefaultTheme().toResourceValue(); in getDefaultTheme()
56 mDelegate.applyStyle(RemoteResourceValue.fromResourceValue(theme), useAsPrimary); in applyStyle()
65 mDelegate.clearStyles(); in clearStyles()
74 return mDelegate.getAllThemes().stream() in getAllThemes()
85 return mDelegate.findItemInTheme(attr).toResourceValue(); in findItemInTheme()
94 return mDelegate.findItemInStyle(RemoteResourceValue.fromResourceValue(style), attr) in findItemInStyle()
104 return mDelegate.dereference(RemoteResourceValue.fromResourceValue(resourceValue)) in dereference()
115 return mDelegate.getUnresolvedResource(reference).toResourceValue(); in getUnresolvedResource()
[all …]
DRemoteRenderSessionAdapter.java30 private final RenderSession mDelegate; field in RemoteRenderSessionAdapter
33 mDelegate = delegate; in RemoteRenderSessionAdapter()
45 return mDelegate.getResult(); in getResult()
50 return mDelegate.render(timeout, forceMeasure); in render()
56 return new SerializableImageImpl(mDelegate.getImage()); in getSerializableImage()
61 mDelegate.setSystemTimeNanos(nanos); in setSystemTimeNanos()
66 mDelegate.setSystemBootTimeNanos(nanos); in setSystemBootTimeNanos()
71 mDelegate.setElapsedFrameTimeNanos(nanos); in setElapsedFrameTimeNanos()
76 mDelegate.dispose(); in dispose()
DRemoteActionBarCallbackAdapter.java28 private final RemoteActionBarCallback mDelegate; field in RemoteActionBarCallbackAdapter
31 mDelegate = remote; in RemoteActionBarCallbackAdapter()
37 return mDelegate.getMenuIds(); in getMenuIds()
46 return mDelegate.getSplitActionBarWhenNarrow(); in getSplitActionBarWhenNarrow()
55 return mDelegate.getNavigationMode(); in getNavigationMode()
64 return mDelegate.getSubTitle(); in getSubTitle()
73 return mDelegate.getHomeButtonStyle(); in getHomeButtonStyle()
82 return mDelegate.isOverflowPopupNeeded(); in isOverflowPopupNeeded()
/frameworks/base/core/java/android/widget/
DCalendarView.java78 private final CalendarViewDelegate mDelegate; field in CalendarView
122 mDelegate = new CalendarViewLegacyDelegate( in CalendarView()
126 mDelegate = new CalendarViewMaterialDelegate( in CalendarView()
144 mDelegate.setShownWeekCount(count); in setShownWeekCount()
158 return mDelegate.getShownWeekCount(); in getShownWeekCount()
171 mDelegate.setSelectedWeekBackgroundColor(color); in setSelectedWeekBackgroundColor()
186 return mDelegate.getSelectedWeekBackgroundColor(); in getSelectedWeekBackgroundColor()
199 mDelegate.setFocusedMonthDateColor(color); in setFocusedMonthDateColor()
214 return mDelegate.getFocusedMonthDateColor(); in getFocusedMonthDateColor()
227 mDelegate.setUnfocusedMonthDateColor(color); in setUnfocusedMonthDateColor()
[all …]
DDatePicker.java120 private final DatePickerDelegate mDelegate; field in DatePicker
181 mDelegate = createCalendarUIDelegate(context, attrs, defStyleAttr, defStyleRes); in DatePicker()
185 mDelegate = createSpinnerUIDelegate(context, attrs, defStyleAttr, defStyleRes); in DatePicker()
193 mDelegate.setAutoFillChangeListener((v, y, m, d) -> { in DatePicker()
240 mDelegate.init(year, monthOfYear, dayOfMonth, onDateChangedListener); in init()
250 mDelegate.setOnDateChangedListener(onDateChangedListener); in setOnDateChangedListener()
261 mDelegate.updateDate(year, month, dayOfMonth); in updateDate()
269 return mDelegate.getYear(); in getYear()
277 return mDelegate.getMonth(); in getMonth()
285 return mDelegate.getDayOfMonth(); in getDayOfMonth()
[all …]
DTimePicker.java90 private final TimePickerDelegate mDelegate; field in TimePicker
146 mDelegate = new TimePickerClockDelegate( in TimePicker()
151 mDelegate = new TimePickerSpinnerDelegate( in TimePicker()
155 mDelegate.setAutoFillChangeListener((v, h, m) -> { in TimePicker()
186 mDelegate.setHour(MathUtils.constrain(hour, 0, 23)); in setHour()
197 return mDelegate.getHour(); in getHour()
207 mDelegate.setMinute(MathUtils.constrain(minute, 0, 59)); in setMinute()
218 return mDelegate.getMinute(); in getMinute()
276 mDelegate.setIs24Hour(is24HourView); in setIs24HourView()
286 return mDelegate.is24Hour(); in is24HourView()
[all …]
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
DVisibleRecipientChip.java30 private final SimpleRecipientChip mDelegate; field in VisibleRecipientChip
35 mDelegate = new SimpleRecipientChip(entry); in VisibleRecipientChip()
40 mDelegate.setSelected(selected); in setSelected()
45 return mDelegate.isSelected(); in isSelected()
50 return mDelegate.getDisplay(); in getDisplay()
55 return mDelegate.getValue(); in getValue()
60 return mDelegate.getContactId(); in getContactId()
65 return mDelegate.getDirectoryId(); in getDirectoryId()
70 return mDelegate.getLookupKey(); in getLookupKey()
75 return mDelegate.getDataId(); in getDataId()
[all …]
DInvisibleRecipientChip.java31 private final SimpleRecipientChip mDelegate; field in InvisibleRecipientChip
37 mDelegate = new SimpleRecipientChip(entry); in InvisibleRecipientChip()
42 mDelegate.setSelected(selected); in setSelected()
47 return mDelegate.isSelected(); in isSelected()
52 return mDelegate.getDisplay(); in getDisplay()
57 return mDelegate.getValue(); in getValue()
62 return mDelegate.getContactId(); in getContactId()
67 return mDelegate.getDirectoryId(); in getDirectoryId()
72 return mDelegate.getLookupKey(); in getLookupKey()
77 return mDelegate.getDataId(); in getDataId()
[all …]
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
DNinePatchInputStream.java34 private final InputStream mDelegate; field in NinePatchInputStream
38 mDelegate = new FileInputStream(file); in NinePatchInputStream()
42 mDelegate = stream; in NinePatchInputStream()
48 return mFakeMarkSupport || mDelegate.markSupported(); in markSupported()
59 return mDelegate.read(); in read()
64 return mDelegate.read(b); in read()
69 return mDelegate.read(b, off, len); in read()
74 return mDelegate.skip(n); in skip()
79 return mDelegate.available(); in available()
84 mDelegate.close(); in close()
[all …]
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java42 private final XmlPullParser mDelegate; field in LayoutParserWrapper
58 mDelegate = delegate; in LayoutParserWrapper()
108 mEventType = mDelegate.getEventType(); in peekNext()
109 mNext = mDelegate.next(); in peekNext()
111 int count = mDelegate.getAttributeCount(); in peekNext()
115 mAttributes.add(new Attribute(mDelegate.getAttributeNamespace(i), in peekNext()
116 mDelegate.getAttributeName(i), mDelegate.getAttributeValue(i))); in peekNext()
119 mDepth = mDelegate.getDepth(); in peekNext()
120 mText = mDelegate.getText(); in peekNext()
121 mName = mDelegate.getName(); in peekNext()
[all …]
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/util/
DRemoteInputStreamAdapter.java28 private InputStream mDelegate; field in RemoteInputStreamAdapter
31 mDelegate = delegate; in RemoteInputStreamAdapter()
41 return mDelegate.read(); in read()
47 if (mDelegate.read(buffer, off, len) == -1) { in read()
55 return mDelegate.skip(n); in skip()
60 return mDelegate.available(); in available()
65 mDelegate.close(); in close()
70 mDelegate.mark(readlimit); in mark()
75 mDelegate.reset(); in reset()
80 return mDelegate.markSupported(); in markSupported()
/frameworks/base/core/java/android/net/http/
DHttpResponseCache.java153 private final AndroidResponseCacheAdapter mDelegate; field in HttpResponseCache
156 mDelegate = delegate; in HttpResponseCache()
207 return mDelegate.get(uri, requestMethod, requestHeaders); in get()
212 return mDelegate.put(uri, urlConnection); in put()
222 return mDelegate.getSize(); in size()
234 return mDelegate.getMaxSize(); in maxSize()
244 mDelegate.flush(); in flush()
254 return mDelegate.getNetworkCount(); in getNetworkCount()
263 return mDelegate.getHitCount(); in getHitCount()
272 return mDelegate.getRequestCount(); in getRequestCount()
[all …]
/frameworks/base/telecomm/java/android/telecom/
DConnectionServiceAdapterServant.java79 private final IConnectionServiceAdapter mDelegate; field in ConnectionServiceAdapterServant
96 mDelegate.handleCreateConnectionComplete(
107 mDelegate.setActive((String) msg.obj, null /*Session.Info*/);
110 mDelegate.setRinging((String) msg.obj, null /*Session.Info*/);
113 mDelegate.setDialing((String) msg.obj, null /*Session.Info*/);
116 mDelegate.setPulling((String) msg.obj, null /*Session.Info*/);
121 mDelegate.setDisconnected((String) args.arg1, (DisconnectCause) args.arg2,
129 mDelegate.setOnHold((String) msg.obj, null /*Session.Info*/);
132 mDelegate.setRingbackRequested((String) msg.obj, msg.arg1 == 1,
136 mDelegate.setConnectionCapabilities((String) msg.obj, msg.arg1,
[all …]
DVideoCallbackServant.java43 private final IVideoCallback mDelegate; field in VideoCallbackServant
58 mDelegate.receiveSessionModifyRequest((VideoProfile) msg.obj);
64 mDelegate.receiveSessionModifyResponse(
76 mDelegate.handleCallSessionEvent(args.argi1);
85 mDelegate.changePeerDimensions(args.argi1, args.argi2);
94 mDelegate.changeCallDataUsage((long) args.arg1);
101 mDelegate.changeCameraCapabilities((VideoProfile.CameraCapabilities) msg.obj);
105 mDelegate.changeVideoQuality(msg.arg1);
165 mDelegate = delegate; in VideoCallbackServant()
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/
DRemoteBridgeClient.java42 private final RemoteBridge mDelegate; field in RemoteBridgeClient
45 mDelegate = delegate; in RemoteBridgeClient()
60 return mDelegate.getApiLevel(); in getApiLevel()
70 return mDelegate.getRevision(); in getRevision()
79 return mDelegate.supports(feature); in supports()
92 return mDelegate.init(platformProperties, fontLocation, icuDataPath, enumValueMap, in init()
102 return mDelegate.dispose(); in dispose()
113 return new RemoteRenderSessionAdapter(mDelegate.createSession(remoteParams)); in createSession()
122 return mDelegate.renderDrawable(RemoteDrawableParamsAdapter.create(params)); in renderDrawable()
146 return mDelegate.isRtl(locale); in isRtl()
/frameworks/base/core/java/android/view/textclassifier/
DTextClassificationSession.java32 private final TextClassifier mDelegate; field in TextClassificationSession
41 mDelegate = Preconditions.checkNotNull(delegate); in TextClassificationSession()
50 return mDelegate.suggestSelection(request); in suggestSelection()
54 if (mDelegate instanceof SystemTextClassifier) { in initializeRemoteSession()
55 ((SystemTextClassifier) mDelegate).initializeRemoteSession( in initializeRemoteSession()
63 return mDelegate.classifyText(request); in classifyText()
69 return mDelegate.generateLinks(request); in generateLinks()
76 mDelegate.onSelectionEvent(event); in onSelectionEvent()
88 mDelegate.onTextClassifierEvent(event); in onTextClassifierEvent()
98 mDelegate.destroy(); in destroy()

12