Home
last modified time | relevance | path

Searched refs:dataitem (Results 1 – 25 of 103) sorted by relevance

12345

/aosp12/packages/apps/Contacts/
H A Dproguard.flags61 -keep class com.android.contacts.model.dataitem.DataItem { *; }
62 -keep class com.android.contacts.model.dataitem.DataKind { *; }
63 -keep class com.android.contacts.model.dataitem.EmailDataItem { *; }
64 -keep class com.android.contacts.model.dataitem.EventDataItem { *; }
65 -keep class com.android.contacts.model.dataitem.ImDataItem { *; }
66 -keep class com.android.contacts.model.dataitem.NicknameDataItem { *; }
67 -keep class com.android.contacts.model.dataitem.NoteDataItem { *; }
69 -keep class com.android.contacts.model.dataitem.PhoneDataItem { *; }
70 -keep class com.android.contacts.model.dataitem.RelationDataItem { *; }
71 -keep class com.android.contacts.model.dataitem.SipAddressDataItem { *; }
[all …]
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DDataAction.java36 import com.android.contacts.model.dataitem.DataItem;
37 import com.android.contacts.model.dataitem.DataKind;
38 import com.android.contacts.model.dataitem.EmailDataItem;
39 import com.android.contacts.model.dataitem.ImDataItem;
40 import com.android.contacts.model.dataitem.PhoneDataItem;
41 import com.android.contacts.model.dataitem.SipAddressDataItem;
42 import com.android.contacts.model.dataitem.StructuredPostalDataItem;
43 import com.android.contacts.model.dataitem.WebsiteDataItem;
H A DInvisibleContactUtil.java18 import com.android.contacts.model.dataitem.DataItem;
19 import com.android.contacts.model.dataitem.DataKind;
20 import com.android.contacts.model.dataitem.GroupMembershipDataItem;
/aosp12/hardware/qcom/gps/msm8909w_3100/gnss/
H A DXtraSystemStatusObserver.cpp180 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem( in notify() local
182 if (NULL == dataitem) { in notify()
186 dataitem->copy(eachItem); in notify()
188 mDataItemList.push_back(dataitem); in notify()
/aosp12/hardware/qcom/sdm845/gps/sdm845/gnss/
H A DXtraSystemStatusObserver.cpp208 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem( in notify() local
210 if (NULL == dataitem) { in notify()
214 dataitem->copy(eachItem); in notify()
216 mDataItemList.push_back(dataitem); in notify()
/aosp12/hardware/qcom/sm8150p/gps/core/
H A DSystemStatus.cpp1480 bool SystemStatus::eventDataItemNotify(IDataItemCore* dataitem) in eventDataItemNotify() argument
1484 switch(dataitem->getId()) in eventDataItemNotify()
1492 SystemStatusENH(*(static_cast<ENHDataItemBase*>(dataitem)))); in eventDataItemNotify()
1496 SystemStatusGpsState(*(static_cast<GPSStateDataItemBase*>(dataitem)))); in eventDataItemNotify()
1500 SystemStatusNLPStatus(*(static_cast<NLPStatusDataItemBase*>(dataitem)))); in eventDataItemNotify()
1508 SystemStatusNetworkInfo(*(static_cast<NetworkInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1516 SystemStatusRilCellInfo(*(static_cast<RilCellInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1524 SystemStatusModel(*(static_cast<ModelDataItemBase*>(dataitem)))); in eventDataItemNotify()
1548 SystemStatusTimeChange(*(static_cast<TimeChangeDataItemBase*>(dataitem)))); in eventDataItemNotify()
1560 SystemStatusTac(*(static_cast<TacDataItemBase*>(dataitem)))); in eventDataItemNotify()
[all …]
H A DSystemStatusOsObserver.cpp553 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem(d->getId()); in updateCache() local
554 if (nullptr != dataitem) { in updateCache()
556 dataitem->copy(d); in updateCache()
558 mDataItemCache.insert(std::make_pair(d->getId(), dataitem)); in updateCache()
/aosp12/hardware/qcom/sm7250/gps/core/
H A DSystemStatus.cpp1491 bool SystemStatus::eventDataItemNotify(IDataItemCore* dataitem) in eventDataItemNotify() argument
1495 switch(dataitem->getId()) in eventDataItemNotify()
1503 SystemStatusENH(*(static_cast<ENHDataItemBase*>(dataitem)))); in eventDataItemNotify()
1507 SystemStatusGpsState(*(static_cast<GPSStateDataItemBase*>(dataitem)))); in eventDataItemNotify()
1511 SystemStatusNLPStatus(*(static_cast<NLPStatusDataItemBase*>(dataitem)))); in eventDataItemNotify()
1519 SystemStatusNetworkInfo(*(static_cast<NetworkInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1527 SystemStatusRilCellInfo(*(static_cast<RilCellInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1535 SystemStatusModel(*(static_cast<ModelDataItemBase*>(dataitem)))); in eventDataItemNotify()
1559 SystemStatusTimeChange(*(static_cast<TimeChangeDataItemBase*>(dataitem)))); in eventDataItemNotify()
1571 SystemStatusTac(*(static_cast<TacDataItemBase*>(dataitem)))); in eventDataItemNotify()
[all …]
H A DSystemStatusOsObserver.cpp570 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem(d->getId()); in updateCache() local
571 if (nullptr != dataitem) { in updateCache()
573 dataitem->copy(d); in updateCache()
575 mDataItemCache.insert(std::make_pair(d->getId(), dataitem)); in updateCache()
/aosp12/hardware/qcom/sdm845/gps/sdm845/core/
H A DSystemStatus.cpp1447 bool SystemStatus::eventDataItemNotify(IDataItemCore* dataitem) in eventDataItemNotify() argument
1451 switch(dataitem->getId()) in eventDataItemNotify()
1459 SystemStatusENH(*(static_cast<ENHDataItemBase*>(dataitem)))); in eventDataItemNotify()
1463 SystemStatusGpsState(*(static_cast<GPSStateDataItemBase*>(dataitem)))); in eventDataItemNotify()
1467 SystemStatusNLPStatus(*(static_cast<NLPStatusDataItemBase*>(dataitem)))); in eventDataItemNotify()
1475 SystemStatusNetworkInfo(*(static_cast<NetworkInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1483 SystemStatusRilCellInfo(*(static_cast<RilCellInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1491 SystemStatusModel(*(static_cast<ModelDataItemBase*>(dataitem)))); in eventDataItemNotify()
1515 SystemStatusTimeChange(*(static_cast<TimeChangeDataItemBase*>(dataitem)))); in eventDataItemNotify()
1527 SystemStatusTac(*(static_cast<TacDataItemBase*>(dataitem)))); in eventDataItemNotify()
[all …]
H A DSystemStatusOsObserver.cpp553 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem(d->getId()); in updateCache() local
554 if (nullptr != dataitem) { in updateCache()
556 dataitem->copy(d); in updateCache()
558 mDataItemCache.insert(std::make_pair(d->getId(), dataitem)); in updateCache()
/aosp12/hardware/qcom/sm7150/gps/core/
H A DSystemStatus.cpp1483 bool SystemStatus::eventDataItemNotify(IDataItemCore* dataitem) in eventDataItemNotify() argument
1487 switch(dataitem->getId()) in eventDataItemNotify()
1495 SystemStatusENH(*(static_cast<ENHDataItemBase*>(dataitem)))); in eventDataItemNotify()
1499 SystemStatusGpsState(*(static_cast<GPSStateDataItemBase*>(dataitem)))); in eventDataItemNotify()
1503 SystemStatusNLPStatus(*(static_cast<NLPStatusDataItemBase*>(dataitem)))); in eventDataItemNotify()
1511 SystemStatusNetworkInfo(*(static_cast<NetworkInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1519 SystemStatusRilCellInfo(*(static_cast<RilCellInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1527 SystemStatusModel(*(static_cast<ModelDataItemBase*>(dataitem)))); in eventDataItemNotify()
1551 SystemStatusTimeChange(*(static_cast<TimeChangeDataItemBase*>(dataitem)))); in eventDataItemNotify()
1563 SystemStatusTac(*(static_cast<TacDataItemBase*>(dataitem)))); in eventDataItemNotify()
[all …]
H A DSystemStatusOsObserver.cpp553 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem(d->getId()); in updateCache() local
554 if (nullptr != dataitem) { in updateCache()
556 dataitem->copy(d); in updateCache()
558 mDataItemCache.insert(std::make_pair(d->getId(), dataitem)); in updateCache()
/aosp12/hardware/qcom/sm8150/gps/core/
H A DSystemStatus.cpp1491 bool SystemStatus::eventDataItemNotify(IDataItemCore* dataitem) in eventDataItemNotify() argument
1495 switch(dataitem->getId()) in eventDataItemNotify()
1503 SystemStatusENH(*(static_cast<ENHDataItemBase*>(dataitem)))); in eventDataItemNotify()
1507 SystemStatusGpsState(*(static_cast<GPSStateDataItemBase*>(dataitem)))); in eventDataItemNotify()
1511 SystemStatusNLPStatus(*(static_cast<NLPStatusDataItemBase*>(dataitem)))); in eventDataItemNotify()
1519 SystemStatusNetworkInfo(*(static_cast<NetworkInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1527 SystemStatusRilCellInfo(*(static_cast<RilCellInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1535 SystemStatusModel(*(static_cast<ModelDataItemBase*>(dataitem)))); in eventDataItemNotify()
1559 SystemStatusTimeChange(*(static_cast<TimeChangeDataItemBase*>(dataitem)))); in eventDataItemNotify()
1571 SystemStatusTac(*(static_cast<TacDataItemBase*>(dataitem)))); in eventDataItemNotify()
[all …]
H A DSystemStatusOsObserver.cpp570 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem(d->getId()); in updateCache() local
571 if (nullptr != dataitem) { in updateCache()
573 dataitem->copy(d); in updateCache()
575 mDataItemCache.insert(std::make_pair(d->getId(), dataitem)); in updateCache()
/aosp12/hardware/qcom/sm8150p/gps/gnss/
H A DXtraSystemStatusObserver.cpp269 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem( in notify() local
271 if (NULL == dataitem) { in notify()
275 dataitem->copy(eachItem); in notify()
277 mDataItemList.push_back(dataitem); in notify()
/aosp12/hardware/qcom/sm7150/gps/gnss/
H A DXtraSystemStatusObserver.cpp270 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem( in notify() local
272 if (NULL == dataitem) { in notify()
276 dataitem->copy(eachItem); in notify()
278 mDataItemList.push_back(dataitem); in notify()
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DStructuredNameEditorView.java34 import com.android.contacts.model.dataitem.DataItem;
35 import com.android.contacts.model.dataitem.DataKind;
36 import com.android.contacts.model.dataitem.StructuredNameDataItem;
/aosp12/hardware/qcom/sm7250/gps/gnss/
H A DXtraSystemStatusObserver.cpp325 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem( in notify() local
327 if (NULL == dataitem) { in notify()
331 dataitem->copy(eachItem); in notify()
333 mDataItemList.push_back(dataitem); in notify()
/aosp12/hardware/qcom/sm8150/gps/gnss/
H A DXtraSystemStatusObserver.cpp325 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem( in notify() local
327 if (NULL == dataitem) { in notify()
331 dataitem->copy(eachItem); in notify()
333 mDataItemList.push_back(dataitem); in notify()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/
H A DContactsUtilsTests.java28 import com.android.contacts.model.dataitem.DataItem;
29 import com.android.contacts.model.dataitem.EmailDataItem;
30 import com.android.contacts.model.dataitem.ImDataItem;
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
H A DNoteDataItem.java17 package com.android.contacts.common.model.dataitem;
H A DIdentityDataItem.java17 package com.android.contacts.common.model.dataitem;
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
H A DNoteDataItem.java17 package com.android.contacts.model.dataitem;
H A DCustomDataItem.java17 package com.android.contacts.model.dataitem;

12345