Searched refs:newContent (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/activeunlock/ |
D | ActiveUnlockContentListenerTest.java | 86 String newContent = "newContent"; in subscribe_contentFetched() local 87 FakeContentProvider.setTileSummary(newContent); in subscribe_contentFetched() 92 assertThat(mContent).isEqualTo(newContent); in subscribe_contentFetched() 100 String newContent = "newContent"; in contentUpdated_contentUpdated() local 101 updateContent(newContent); in contentUpdated_contentUpdated() 103 assertThat(mContent).isEqualTo(newContent); in contentUpdated_contentUpdated() 123 String newContent = "newContent"; in multipleContentUpdates_contentIsNewestValueAndUpdatedTwice() local 124 updateContent(newContent); in multipleContentUpdates_contentIsNewestValueAndUpdatedTwice() 126 assertThat(mContent).isEqualTo(newContent); in multipleContentUpdates_contentIsNewestValueAndUpdatedTwice()
|
/packages/modules/Connectivity/networksecurity/service/src/com/android/server/net/ct/ |
D | CompatibilityVersion.java | 80 LogListUpdateStatus install(InputStream newContent, LogListUpdateStatus.Builder statusBuilder) in install() argument 82 String content = new String(newContent.readAllBytes(), UTF_8); in install() 97 InputStream newContent, String version, LogListUpdateStatus.Builder statusBuilder) in install() argument 126 if (Files.copy(newContent, logListFile.toPath()) == 0) { in install()
|
/packages/apps/Settings/src/com/android/settings/biometrics/activeunlock/ |
D | ActiveUnlockStatusPreferenceController.java | 67 public void onContentChanged(String newContent) { in ActiveUnlockStatusPreferenceController() 68 mSummary = newContent; in ActiveUnlockStatusPreferenceController() 78 public void onContentChanged(String newContent) { in ActiveUnlockStatusPreferenceController()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragView.java | 375 ImageView newContent = getViewFromDrawable(getContext(), crossFadeDrawable); in crossFadeContent() local 378 newContent.setScaleType(ImageView.ScaleType.FIT_XY); in crossFadeContent() 379 newContent.measure(makeMeasureSpec(mWidth, EXACTLY), makeMeasureSpec(mHeight, EXACTLY)); in crossFadeContent() 380 newContent.layout(0, 0, mWidth, mHeight); in crossFadeContent() 381 addViewInLayout(newContent, 0, new LayoutParams(mWidth, mHeight)); in crossFadeContent() 384 anim.play(ObjectAnimator.ofFloat(newContent, VIEW_ALPHA, 0, 1)); in crossFadeContent()
|
/packages/services/Car/tools/telemetry/lua-interpreter/static/js/ |
D | index.js | 148 function createPopulatingDataButton(label, editorView, newContent) { argument 167 insert: newContent,
|