Home
last modified time | relevance | path

Searched defs:Item (Results 1 – 21 of 21) sorted by relevance

/packages/modules/Bluetooth/system/gd/common/
Dsync_map_count.h26 struct Item { struct
36 std::vector<Item> Vectorize() const { in Vectorize() argument
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/model/
DItem.java47 public class Item { class
59 private Item() {} in Item() method in Item
61 public Item(@NonNull Cursor cursor, @NonNull UserId userId) { in Item() method in Item
66 public Item(String id, String mimeType, long dateTaken, long generationModified, long duration, in Item() method in Item
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DItem.java37 public abstract class Item { class
44 public Item(@LayoutRes int layoutId, String title, String stringId, UserId userId) { in Item() method in Item
/packages/modules/Virtualization/authfs/src/
Dcommon.rs39 type Item = (u64, usize); typedef
41 fn next(&mut self) -> Option<Self::Item> { in next()
Dcrypto.rs71 I: IntoIterator<Item = T>, in update_from()
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/common/bluetooth/fastpair/
DBluetoothAudioPairerTest.java169 public static class Item { class in BluetoothAudioPairerTest.TestEventLogger
173 Item(Event event) { in Item() method in BluetoothAudioPairerTest.TestEventLogger.Item
DFastPairDualConnectionTest.java341 public static class Item { class in FastPairDualConnectionTest.TestEventLogger
345 Item(Event event) { in Item() method in FastPairDualConnectionTest.TestEventLogger.Item
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DFetchProfile.java39 public enum Item implements Fetchable { enum in FetchProfile
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPopupList.java44 public static class Item { class in PopupList
48 public Item(int id, String title) { in Item() method in PopupList.Item
/packages/apps/Settings/src/com/android/settings/
DActivityPicker.java212 public static class Item implements AppWidgetLoader.LabelledItem { class in ActivityPicker.PickAdapter
233 Item(Context context, CharSequence label, Drawable icon) { in Item() method in ActivityPicker.PickAdapter.Item
242 Item(Context context, PackageManager pm, ResolveInfo resolveInfo) { in Item() method in ActivityPicker.PickAdapter.Item
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DItem.java24 public abstract class Item { class
/packages/modules/Bluetooth/system/common/
Dleaky_bonded_queue_unittest.cc35 class Item { class
37 Item(int i) { index = i; } in Item() function in testing::Item
/packages/modules/Bluetooth/system/gd/rust/stack/src/link/acl/
Dfragment.rs97 std::boxed::Box<dyn futures::Stream<Item = bt_packets::hci::AclPacket> + std::marker::Send>, in fragmenting_stream()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherPrefs.kt50 private val Item.encryptedPrefs in <lambda>() constant
379 abstract class Item { class
/packages/modules/Bluetooth/tools/pdl/src/
Dlint.rs225 constraints: impl Iterator<Item = &'d Constraint>, in inherit()
263 constraints: impl Iterator<Item = &'d Constraint>, in inline()
1163 fn constraints(&self) -> impl Iterator<Item = &Constraint> { in constraints()
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/tests/
Dconversions.rs68 fn as_iter<'b>(&'b self) -> Option<Box<dyn Iterator<Item = &'b dyn RefArg> + 'b>> { in as_iter()
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc116 struct Item { struct in bluetooth::hci::AdvertisingCache
117 AddressWithType address_with_type;
118 std::vector<uint8_t> data;
120 Item(const AddressWithType& address_with_type, std::vector<uint8_t> data) in Item() function
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc140 struct Item { struct in __anon4da078f10111::AdvertisingCache
141 uint8_t addr_type;
142 RawAddress addr;
143 std::vector<uint8_t> data;
145 Item(uint8_t addr_type, const RawAddress& addr, std::vector<uint8_t> data) in Item() argument
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollController.java213 public static class Item { class in ScrollController.Axis
220 public Item() { in Item() method in ScrollController.Axis.Item
/packages/modules/Virtualization/authfs/src/fsverity/
Dverifier.rs76 ) -> Result<impl Iterator<Item = Result<([u8; 4096], usize), FsverityError>> + '_, FsverityError> { in fsverity_walk()
/packages/apps/Launcher3/protos/
Dlauncher_atom.proto28 oneof Item { oneof