Home
last modified time | relevance | path

Searched defs:statuses (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DQualifiedNetworksService.java192 public void reportThrottleStatusChanged(@NonNull List<ThrottleStatus> statuses) { in reportThrottleStatusChanged()
250 List<ThrottleStatus> statuses = (List<ThrottleStatus>) message.obj; in handleMessage() local
353 List<ThrottleStatus> statuses) { in reportThrottleStatusChanged()
H A DIQualifiedNetworksService.aidl29 oneway void reportThrottleStatusChanged(int slotId, in List<ThrottleStatus> statuses); in reportThrottleStatusChanged()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/resschedadapter_fuzzer/
H A Dresschedadapter_fuzz.cpp43 std::vector<ResSchedStatusAdapter> statuses = { ResSchedStatusAdapter::WEB_ACTIVE, in ResSchedAdapterFuzzTest() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/
H A Ddistributeddb_tools_test.cpp135 std::map<std::string, DBStatus>& statuses, const Query &query) in SyncTestWithQuery()
157 SyncMode mode, std::map<std::string, DBStatus>& statuses) in SyncTest()
/aosp14/frameworks/base/core/java/android/app/people/
H A DConversationChannel.java74 List<ConversationStatus> statuses) { in ConversationChannel()
H A DPeopleSpaceTile.java430 public Builder setStatuses(List<ConversationStatus> statuses) { in setStatuses()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.cpp559 devices, mode, [this, onComplete](const std::map<std::string, int> &statuses) { in Sync()
593 … devices, mode, querySyncObj, [this, onComplete](const std::map<std::string, int> &statuses) { in Sync()
920 void KvStoreNbDelegateImpl::OnSyncComplete(const std::map<std::string, int> &statuses, in OnSyncComplete()
980 …[this, onComplete](const std::map<std::string, int> &statuses) { OnSyncComplete(statuses, onComple… in SubscribeRemoteQuery()
1004 …[this, onComplete](const std::map<std::string, int> &statuses) { OnSyncComplete(statuses, onComple… in UnSubscribeRemoteQuery()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/people/
H A DPeopleSpaceTileTest.java276 List<ConversationStatus> statuses = ImmutableList.of( in testCreateFromConversationChannel() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb_connection.cpp172 void SyncAbleKvDBConnection::OnSyncComplete(const std::map<std::string, int> &statuses, in OnSyncComplete()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverableKeyStoreDbTest.java469 Map<String, Integer> statuses = mRecoverableKeyStoreDb.getStatusForAllKeys(uid); in getStatusForAllKeys_with3Keys() local
501 Map<String, Integer> statuses = mRecoverableKeyStoreDb.getStatusForAllKeys(uid); in getStatusForAllKeys_withEmptyDatabase() local
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DConversationInfo.java649 Builder setStatuses(List<ConversationStatus> statuses) { in setStatuses()
H A DDataManager.java458 Collection<ConversationStatus> statuses = conversationInfo.getStatuses(); in getStatuses() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp947 std::map<std::string, DBStatus>& statuses, const Query &query) in SyncTest()
969 std::map<std::string, DBStatus>& statuses, bool wait) in SyncTest()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManagerTest.java1276 Map<String, Integer> statuses = in setRecoveryStatus() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java949 List<ConversationStatus> statuses) { in getBirthdayStatus()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java1609 List<ConversationStatus> statuses) throws Exception { in getConversationWithShortcutId()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverableKeyStoreDb.java222 HashMap<String, Integer> statuses = new HashMap<>(); in getStatusForAllKeys() local
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java2383 final ArrayList<Pair<EndPoint, SyncStatusInfo>> statuses = new ArrayList<>(); in dumpSyncState() local