Home
last modified time | relevance | path

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

/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DSynchronizedNotificationsFragment.java97 private void buildLocalOnlyNotification(String title, String content, int notificationId, in buildLocalOnlyNotification()
123 private void buildWearableOnlyNotification(String title, String content, String path) { in buildWearableOnlyNotification()
155 private void buildMirroredNotifications(String phoneTitle, String watchTitle, String content) { in buildMirroredNotifications()
/development/tools/motion/motion_test_watcher_app/
Dtailwind.config.js3 content: [ property
/development/samples/ApiDemos/src/com/example/android/apis/view/
DAutoComplete5.java34 ContentResolver content = getContentResolver(); in onCreate() local
DAutoComplete4.java43 ContentResolver content = getContentResolver(); in onCreate() local
DGameControllerInput.java502 public void setContent(String content) { in setContent()
/development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/
DNotificationUpdateService.java95 String content = dataMap.getString(Constants.KEY_CONTENT); in onDataChanged() local
118 private void buildWearableOnlyNotification(String title, String content, in buildWearableOnlyNotification()
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssItem.java26 public String content; field in RssItem
DMyRssReader5.java87 String content = ""; in onItemSelected() local
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
DSimpleWikiHelper.java151 String content = getUrlContent(String.format(WIKTIONARY_PAGE, in getPageContent() local
200 ByteArrayOutputStream content = new ByteArrayOutputStream(); in getUrlContent() local
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DSimpleWikiHelper.java144 String content = getUrlContent(String.format(WIKTIONARY_PAGE, in getPageContent() local
193 ByteArrayOutputStream content = new ByteArrayOutputStream(); in getUrlContent() local
DExtendedWikiHelper.java205 String content = getUrlContent(WIKTIONARY_RANDOM); in getRandomWord() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentContextMenu.java44 ContextMenuFragment content = new ContextMenuFragment(); in onCreate() local
/development/samples/ReceiveShareDemo/src/com/example/android/receiveshare/
DReceiveShare.java98 TextView content = (TextView)findViewById(R.id.receive_share_data); in onCreate() local
/development/tools/winscope/src/app/components/
Dwarning_dialog_component_test.ts64 const content = assertDefined(dialog.querySelector('.warning-content')); constant
/development/tools/winscope/src/app/components/bottomnav/
Dbottom_drawer_component.ts205 @ContentChild(MatDrawerContent) content: MatDrawerContent | undefined; property in MatDrawerContainer
/development/samples/StartingWindow/src/com/example/android/startingwindow/
DCustomizeExitActivity.java98 final View content = findViewById(android.R.id.content); in onCreate() local
/development/tools/winscope/src/common/
Dfile_utils.ts118 const content = await zip.loadAsync(file); constant
/development/samples/Vault/tests/src/com/example/android/vault/
DEncryptedDocumentTest.java105 private void testMetadataAndContents(byte[] content) throws Exception { in testMetadataAndContents()
/development/samples/MotionMechanics/src/com/android/mechanics/demo/
DScreen.kt47 class ChildScreen(identifier: String, val content: @Composable (NavController) -> Unit) : in <lambda>() constant
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceWearableConfigActivity.java61 BoxInsetLayout content = (BoxInsetLayout) findViewById(R.id.content); in onCreate() local
/development/tools/winscope/src/viewers/components/rects/
Dcanvas_test.ts341 const content = makeUiRect3D(rectId); constant
/development/tools/cargo_embargo/src/
Dmain.rs1236 let content = std::fs::read_to_string(path) in crate_to_bp_modules() localVariable