Home
last modified time | relevance | path

Searched defs:content (Results 1 – 25 of 72) sorted by relevance

123

/cts/tests/tests/text/src/android/text/method/cts/
DBaseKeyListenerTest.java59 Editable content = Editable.Factory.getInstance().newEditable(TEST_STRING); in verifyBackspace() local
129 Editable content = Editable.Factory.getInstance().newEditable(LONG_TEXT_FOR_ALT_BACKSPACE); in testBackspace_withAlt() local
150 Editable content = Editable.Factory.getInstance().newEditable(LONG_TEXT_FOR_ALT_BACKSPACE); in testForwardDelete_withAlt() local
197 private void verifyCursorPosition(Editable content, int offset) { in verifyCursorPosition()
208 Editable content = Editable.Factory.getInstance().newEditable(testText); in testBackspace_withCtrl() local
364 Editable content = Editable.Factory.getInstance().newEditable(testText); in testForwardDelete_withCtrl() local
568 final SpannableStringBuilder content = new SpannableStringBuilder(string); in testOnKeyOther() local
588 private void executeAltBackspace(Editable content, BaseKeyListener listener) { in executeAltBackspace()
594 private void executeAltForwardDelete(Editable content, BaseKeyListener listener) { in executeAltForwardDelete()
600 private void executeCtrlBackspace(Editable content, BaseKeyListener listener) { in executeCtrlBackspace()
[all …]
DCharacterPickerDialogTest.java68 final Editable content = Editable.Factory.getInstance().newEditable(str); in testConstructor() local
70 new CharacterPickerDialog(view.getContext(), view, content, "\u00A1", false); in testConstructor() local
77 final Editable content = Editable.Factory.getInstance().newEditable(str); in testConstructorNullContext() local
129 final Editable content = Editable.Factory.getInstance().newEditable(str); in testOnClick() local
DMetaKeyKeyListenerTest.java56 final Editable content = Editable.Factory.getInstance().newEditable(str); in testPressKey() local
82 final Editable content = Editable.Factory.getInstance().newEditable(str); in testReleaseKey() local
106 Spannable content = Editable.Factory.getInstance().newEditable(str); in testAdjustMetaAfterKeypress() local
417 public void callResetLockedMeta(Spannable content) { in callResetLockedMeta()
DDialerKeyListenerTest.java112 protected int lookup(KeyEvent event, Spannable content) { in lookup()
/cts/tests/tests/widget/src/android/widget/cts/
DSlidingDrawerTest.java119 View content = mDrawer.getContent(); in testGetContent() local
127 View content = mDrawer.getContent(); in testOpenAndClose() local
142 View content = mDrawer.getContent(); in testAnimateOpenAndClose() local
166 View content = mDrawer.getContent(); in testAnimateToggle() local
191 View content = mDrawer.getContent(); in testToggle() local
208 View content = mDrawer.getContent(); in testLockAndUnlock() local
/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/info/
DResourceInfo.java36 private ResourceInfo(String content) { in ResourceInfo()
50 public ResourceInfo.Builder content(String content) { in content() method in ResourceInfo.Builder
/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/
DPdfPageTextContentTest.java45 PdfPageTextContent content = new PdfPageTextContent(MOCK_TEXT); in textContent_unboundedText_parcelTest() local
56 PdfPageTextContent content = new PdfPageTextContent(MOCK_TEXT, MOCK_BOUNDS); in textContent_boundedText_parcelTest() local
DPdfPageImageContentTest.java36 PdfPageImageContent content = new PdfPageImageContent(MOCK_ALT_TEXT); in imageContent_parcelTest() local
DPdfPageLinkContentTest.java46 PdfPageLinkContent content = new PdfPageLinkContent(MOCK_BOUNDS, MOCK_URI); in linkContent_parcelTest() local
DPdfPageGotoLinkContentTest.java41 PdfPageGotoLinkContent content = buildPdfPageGotoLinkContent(); in goToLinkContent_parcelTest() local
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperDescriptionTest.java77 final PersistableBundle content = makeDefaultContent(); in parcel_roundTripSucceeds() local
153 final PersistableBundle content = makeDefaultContent(); in toBuilder_succeeds() local
195 final PersistableBundle content = new PersistableBundle(); in makeDefaultContent() local
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DVintfFilesCollector.java69 private static void writeStringToFile(String content, File file) throws Exception { in writeStringToFile()
80 private static String guessFileName(String content) throws Exception { in guessFileName()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9466/
Dpoc-CVE-2017-9048.c26 xmlElementContent content; in main() local
Dpoc-CVE-2017-9047.c26 xmlElementContent content; in main() local
/cts/tests/tests/view/src/android/view/cts/
DContentPaneFocusTest.java125 final View content = mActivity.findViewById(android.R.id.content); in testNoFocusablesInContent() local
141 final View content = mActivity.findViewById(android.R.id.content); in getActionBarView() local
/cts/tests/app/src/android/app/cts/
DFragmentReceiveResultTest.java122 final String content) { in startActivityForResult()
141 final String content) { in startIntentSenderForResult()
DActivityDumpTest.java185 public final String content; field in ActivityDumpTest.CustomDumpable
187 private CustomDumpable(String name, String content) { in CustomDumpable()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DHardwareRendererTests.kt123 val content = RenderNode("content") in rendererTest() constant
156 val content = RenderNode("content") in testBasicDrawCpuConsumer() constant
205 val content = RenderNode("content") in testBasicDrawGpuConsumer() constant
312 val content = RenderNode("content") in testClearContent() constant
428 val content = RenderNode("content") in testLotsOfBuffers() constant
/cts/tests/tests/security/src/android/security/cts/
DCertBlocklistFileTest.java131 private void updateBlocklist(String content) throws Exception { in updateBlocklist()
135 PUBKEY_BLOCKLIST_SETTING, content); in updateBlocklist() local
/cts/hostsidetests/backup/ProfileFullBackupApp/src/android/cts/backup/profilefullbackupapp/
DProfileFullBackupRestoreTest.java85 private void assertFileContains(File file, String content) throws IOException { in assertFileContains()
/cts/tools/vm-tests-tf/build/src/util/build/
DBuildUtilBase.java81 String content; in parseTestMethod() local
256 public static void writeToFileMkdir(File file, String content) { in writeToFileMkdir()
264 public static void writeToFile(File file, String content) { in writeToFile()
/cts/tests/tests/graphics/src/android/graphics/cts/
DHardwareRendererTest.java84 RenderNode content = new RenderNode("leaktest"); in hardwareBufferRendererLeakTest() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DHostActivity.java74 final RelativeLayout content = new RelativeLayout(this); in onCreate() local
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsConfig.java67 public void notifyRcsAutoConfigurationReceived(byte[] content, boolean isCompressed) { in notifyRcsAutoConfigurationReceived()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DArtParser.java78 String content = new String(buffer); in parse() local

123