Home
last modified time | relevance | path

Searched full:favorite (Results 1 – 25 of 782) sorted by relevance

12345678910>>...32

/aosp_15_r20/packages/apps/Launcher3/res/xml/
Ddefault_workspace_5x5.xml26 <favorite launcher:uri="#Intent;action=android.intent.action.DIAL;end" />
27 <favorite launcher:uri="tel:123" />
28 <favorite launcher:uri="#Intent;action=android.intent.action.CALL_BUTTON;end" />
36 …<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category…
37 <favorite launcher:uri="sms:" />
38 <favorite launcher:uri="smsto:" />
39 <favorite launcher:uri="mms:" />
40 <favorite launcher:uri="mmsto:" />
48 …<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category…
49 …<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category…
[all …]
Ddefault_workspace_4x4.xml26 <favorite launcher:uri="#Intent;action=android.intent.action.DIAL;end" />
27 <favorite launcher:uri="tel:123" />
28 <favorite launcher:uri="#Intent;action=android.intent.action.CALL_BUTTON;end" />
36 …<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category…
37 <favorite launcher:uri="sms:" />
38 <favorite launcher:uri="smsto:" />
39 <favorite launcher:uri="mms:" />
40 <favorite launcher:uri="mmsto:" />
48 <favorite
50 <favorite launcher:uri="http://www.example.com/" />
[all …]
Ddefault_workspace_3x3.xml27 …<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category…
28 <favorite launcher:uri="sms:" />
29 <favorite launcher:uri="smsto:" />
30 <favorite launcher:uri="mms:" />
31 <favorite launcher:uri="mmsto:" />
41 <favorite launcher:uri="#Intent;action=android.intent.action.DIAL;end" />
42 <favorite launcher:uri="tel:123" />
43 <favorite launcher:uri="#Intent;action=android.intent.action.CALL_BUTTON;end" />
51 …<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category…
52 <favorite launcher:uri="mailto:" />
[all …]
Ddefault_workspace_6x5.xml26 …<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category…
27 <favorite launcher:uri="mailto:" />
35 …<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category…
43 …<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category…
44 <favorite launcher:uri="#Intent;type=images/*;end" />
52 …<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category…
53 <favorite launcher:uri="market://details?id=com.android.launcher" />
61 <favorite
63 <favorite launcher:uri="http://www.example.com/" />
72 <favorite launcher:uri="#Intent;action=android.media.action.STILL_IMAGE_CAMERA;end" />
[all …]
Ddefault_workspace_5x8.xml26 …<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category…
27 <favorite launcher:uri="mailto:" />
35 …<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category…
43 …<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category…
44 <favorite launcher:uri="#Intent;type=images/*;end" />
52 …<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category…
53 <favorite launcher:uri="market://details?id=com.android.launcher" />
61 <favorite
63 <favorite launcher:uri="http://www.example.com/" />
72 <favorite launcher:uri="#Intent;action=android.media.action.STILL_IMAGE_CAMERA;end" />
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DFavoritesModel.kt31 * The model will show all the favorite controls and a divider that can be toggled visible/gone.
96 override fun changeFavoriteStatus(controlId: String, favorite: Boolean) { in changeFavoriteStatus()
101 if (position < dividerPosition && favorite || position > dividerPosition && !favorite) { in changeFavoriteStatus()
102 return // Does not change favorite status in changeFavoriteStatus()
104 if (favorite) { in changeFavoriteStatus()
127 * * update the favorite field of the [ControlInterface]
132 * * [RecyclerView.Adapter.notifyItemChanged] if a [ControlInterface.favorite] has changed
145 // favorite to not favorite in onMoveItemInternal()
146 (elements[from] as ControlInfoWrapper).favorite = false in onMoveItemInternal()
148 // not favorite to favorite in onMoveItemInternal()
[all …]
H A DControlAdapter.kt114 ) { id, favorite -> in <lambda>() method
115 model?.changeFavoriteStatus(id, favorite) in <lambda>()
149 holder.updateFavorite(el.favorite) in <lambda>()
178 open fun updateFavorite(favorite: Boolean) {} in bindData()
213 * @param favoriteCallback this callback will be called whenever the favorite state of the
231 private val favorite: CheckBox = itemView.requireViewById<CheckBox>(R.id.favorite).apply { in <lambda>() constant
246 // Determine the stateDescription based on favorite state and maybe position
247 private fun stateDescription(favorite: Boolean): CharSequence? { in stateDescription()
248 if (!favorite) { in stateDescription()
264 updateFavorite(wrapper.favorite) in bindData()
[all …]
H A DAllModel.kt34 * The list of favorite ids can contain ids for controls not passed to this model. Those will be in <lambda>()
38 * @property initialFavoriteIds sorted ids of favorite controls. in <lambda>()
68 override fun changeFavoriteStatus(controlId: String, favorite: Boolean) { in <lambda>()
72 if (favorite == toChange?.controlStatus?.favorite) return in <lambda>()
73 val changed: Boolean = if (favorite) { in <lambda>()
86 it.controlStatus.favorite = favorite in <lambda>()
H A DControlsModel.kt49 * Change the favorite status of a particular control.
51 fun changeFavoriteStatus(controlId: String, favorite: Boolean) {} in changeFavoriteStatus()
128 override var favorite: Boolean in nullIconGetter() variable in com.android.systemui.controls.management.ControlInfoWrapper
138 favorite: Boolean, in nullIconGetter()
140 ) : this(component, controlInfo, favorite) { in nullIconGetter()
/aosp_15_r20/external/grpc-grpc-java/api/src/test/java/io/grpc/
H A DStatusTest.java67 byte[] b = Status.MESSAGE_KEY.toBytes("my favorite character is \u0000"); in metadataEncode_lowAscii()
68 assertEquals("my favorite character is %00", new String(b, ascii)); in metadataEncode_lowAscii()
73 byte[] b = Status.MESSAGE_KEY.toBytes("my favorite character is %"); in metadataEncode_percent()
74 assertEquals("my favorite character is %25", new String(b, ascii)); in metadataEncode_percent()
79 byte[] b = Status.MESSAGE_KEY.toBytes("my favorite character is ��"); in metadataEncode_surrogatePair()
80 assertEquals("my favorite character is %F0%90%80%81", new String(b, ascii)); in metadataEncode_surrogatePair()
85 byte[] b = Status.MESSAGE_KEY.toBytes("my favorite character is " + ((char) 0xD801)); in metadataEncode_unmatchedHighSurrogate()
86 assertEquals("my favorite character is ?", new String(b, ascii)); in metadataEncode_unmatchedHighSurrogate()
91 byte[] b = Status.MESSAGE_KEY.toBytes("my favorite character is " + ((char)0xDC37)); in metadataEncode_unmatchedLowSurrogate()
92 assertEquals("my favorite character is ?", new String(b, ascii)); in metadataEncode_unmatchedLowSurrogate()
[all …]
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherSettings.java104 * The favorite is a user created folder
109 * The favorite is a widget
114 * The favorite is a custom widget provided by the launcher
124 * The favorite is an app pair for launching split screen
141 * The favorite is a search action
169 * The container holding the favorite
226 * The screen holding the favorite (if container is CONTAINER_DESKTOP)
232 * The X coordinate of the cell holding the favorite
239 * The Y coordinate of the cell holding the favorite
246 * The X span of the cell holding the favorite
[all …]
/aosp_15_r20/device/google/gs101/factory/launcher3/res/xml/
Ddefault_workspace_5x5.xml26 <favorite launcher:uri="#Intent;action=android.intent.action.DIAL;end" />
27 <favorite launcher:uri="tel:123" />
28 <favorite launcher:uri="#Intent;action=android.intent.action.CALL_BUTTON;end" />
36 <favorite
46 <favorite
56 <favorite
66 <favorite
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/data/
DExternalDbFacadeTest.java423 // Was favorite but is now not favorited in testOnUpdate_visibleFavorite()
433 + "favorite, when the oldMedia " in testOnUpdate_visibleFavorite()
434 + "was favorite but the newMedia is not favorite.").fail(); in testOnUpdate_visibleFavorite()
437 // Was not favorite but is now favorited in testOnUpdate_visibleFavorite()
447 + "favorite, when the oldMedia " in testOnUpdate_visibleFavorite()
448 + "was not favorite but the newMedia is favorite.").fail(); in testOnUpdate_visibleFavorite()
459 // Was favorite but is now not favorited in testOnUpdate_hiddenFavorite()
469 + "favorite, when the oldMedia was favorite but the newMedia is " in testOnUpdate_hiddenFavorite()
470 + "not favorite.").fail(); in testOnUpdate_hiddenFavorite()
473 // Was not favorite but is now favorited in testOnUpdate_hiddenFavorite()
[all …]
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/speeddial/
DFavoritesViewHolder.java38 /** ViewHolder for starred/favorite contacts in {@link SpeedDialFragment}. */
135 /** Called when the user clicks on a favorite contact that doesn't have a default number. */
138 /** Called when the user clicks on a favorite contact. */
141 /** Called when the user long clicks on a favorite contact. */
144 /** Called when the user is no longer touching the favorite contact. */
147 /** Called when the user drag the favorite to remove. */
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dgroupssettings_v1.groups.html136 …&quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # Indicates if favorite replies should be …
137 # - true: Favorite replies will be displayed above other replies.
138 # - false: Favorite replies will not be displayed above other replies.
278 …sistContent setting. Permission to mark any other user&#x27;s post as a favorite reply. Possible v…
284 …ontent setting. Permission to mark a post for a topic they started as a favorite reply. Possible v…
353 …e new whoCanAssistContent setting. Permission to unmark any post from a favorite reply. Possible v…
413 …&quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # Indicates if favorite replies should be …
414 # - true: Favorite replies will be displayed above other replies.
415 # - false: Favorite replies will not be displayed above other replies.
555 …sistContent setting. Permission to mark any other user&#x27;s post as a favorite reply. Possible v…
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/casttootherdevice/ui/view/
H A DEndCastScreenToOtherDeviceDialogDelegateTest.kt98 hostDeviceName = "My Favorite Device", in message_entireScreen_hasDevice()
108 "My Favorite Device", in message_entireScreen_hasDevice()
146 hostDeviceName = "My Favorite Device", in message_singleTask_unknownAppName_hasDevice()
157 "My Favorite Device", in message_singleTask_unknownAppName_hasDevice()
202 hostDeviceName = "My Favorite Device", in message_singleTask_hasAppName_hasDevice()
214 "My Favorite Device", in message_singleTask_hasAppName_hasDevice()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/controls/management/
H A DAllModelTest.kt72 // controlId1 --> zone = 2, favorite in <lambda>()
74 // controlId3 --> zone = 1, favorite in <lambda>()
78 // controlId7 --> zone = 2, favorite in <lambda>()
80 // controlId9 --> zone = 1, favorite in <lambda>()
177 .controlStatus.favorite in <lambda>()
226 .controlStatus.favorite in <lambda>()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/repository/example/qi/
Dkeywords.cpp177 make sure that the name and age keyword occur only once and allows the favorite color in main()
183 / kwd("favorite color",0,inf) [ '=' > parse_string ] in main()
191 …"name = \"Hellen\" \n age = 10 \n size = 1.80m \n favorite color = \"blue\" \n favorite color = \"… in main()
198 "name = \"Johny\" \n favorite color = \"blue\" \n favorite color = \"green\" " in main()
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/paper-fab/demo/
H A Dindex.html48 <paper-fab icon="favorite" title="heart"></paper-fab>
57 <paper-fab mini icon="favorite" title="heart"></paper-fab>
66 <paper-fab noink icon="favorite" title="heart"></paper-fab>
84 <paper-fab icon="favorite" title="heart" class="blue"></paper-fab>
85 <paper-fab icon="favorite" title="heart" class="orange"></paper-fab>
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/
DItemInflater.kt104 val favorite = in createShortcut() constant
107 favorite.applyFromWorkspaceItem(info) in createShortcut()
108 favorite.setOnClickListener(clickListener) in createShortcut()
109 favorite.onFocusChangeListener = focusListener in createShortcut()
110 return favorite in createShortcut()
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/speeddial/res/values/
Dstrings.xml42 …<!-- Title for screen prompting the user to select a contact to mark as a favorite. [CHAR LIMIT=NO…
43 <string name="add_favorite_activity_title">Add Favorite</string>
60 …<!-- Text shown to the user in a button to prompt them to mark a contact as a favorite contact [CH…
61 <string name="suggested_contact_bottom_sheet_add_favorite_option">Add favorite</string>
73 <string name="speed_dial_no_contacts_action_text">Add favorite</string>
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DControlsController.kt108 // FAVORITE MANAGEMENT in loadForComponent()
157 * Adds a single favorite to a given component and structure in loadForComponent()
215 * This will indicate if they are currently a favorite and whether they were removed (a in loadForComponent()
216 * favorite but not retrieved on load). in loadForComponent()
221 * Ordered list of ids of favorite controls. in loadForComponent()
/aosp_15_r20/device/google/zuma/factory/launcher3/res/xml/
Ddefault_workspace_5x5.xml26 <favorite launcher:uri="#Intent;action=android.intent.action.DIAL;end" />
27 <favorite launcher:uri="tel:123" />
28 <favorite launcher:uri="#Intent;action=android.intent.action.CALL_BUTTON;end" />
36 <favorite
/aosp_15_r20/device/google/gs201/factory/launcher3/res/xml/
Ddefault_workspace_5x5.xml26 <favorite launcher:uri="#Intent;action=android.intent.action.DIAL;end" />
27 <favorite launcher:uri="tel:123" />
28 <favorite launcher:uri="#Intent;action=android.intent.action.CALL_BUTTON;end" />
36 <favorite
/aosp_15_r20/device/google/zumapro/factory/launcher3/res/xml/
Ddefault_workspace_5x5.xml26 <favorite launcher:uri="#Intent;action=android.intent.action.DIAL;end" />
27 <favorite launcher:uri="tel:123" />
28 <favorite launcher:uri="#Intent;action=android.intent.action.CALL_BUTTON;end" />
36 <favorite

12345678910>>...32