/aosp12/packages/apps/Contacts/ |
H A D | proguard.flags | 61 -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 D | DataAction.java | 36 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 D | InvisibleContactUtil.java | 18 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 D | XtraSystemStatusObserver.cpp | 180 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 D | XtraSystemStatusObserver.cpp | 208 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 D | SystemStatus.cpp | 1480 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 D | SystemStatusOsObserver.cpp | 553 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 D | SystemStatus.cpp | 1491 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 D | SystemStatusOsObserver.cpp | 570 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 D | SystemStatus.cpp | 1447 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 D | SystemStatusOsObserver.cpp | 553 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 D | SystemStatus.cpp | 1483 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 D | SystemStatusOsObserver.cpp | 553 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 D | SystemStatus.cpp | 1491 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 D | SystemStatusOsObserver.cpp | 570 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 D | XtraSystemStatusObserver.cpp | 269 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 D | XtraSystemStatusObserver.cpp | 270 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 D | StructuredNameEditorView.java | 34 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 D | XtraSystemStatusObserver.cpp | 325 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 D | XtraSystemStatusObserver.cpp | 325 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 D | ContactsUtilsTests.java | 28 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 D | NoteDataItem.java | 17 package com.android.contacts.common.model.dataitem;
|
H A D | IdentityDataItem.java | 17 package com.android.contacts.common.model.dataitem;
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/dataitem/ |
H A D | NoteDataItem.java | 17 package com.android.contacts.model.dataitem;
|
H A D | CustomDataItem.java | 17 package com.android.contacts.model.dataitem;
|