Home
last modified time | relevance | path

Searched defs:status2 (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/vr/libpdx/
Dstatus_tests.cpp61 Status<int> status2; in TEST() local
87 Status<std::unique_ptr<int>> status2; in TEST() local
/frameworks/base/core/tests/timetests/src/android/service/timezone/
DTimeZoneProviderEventTest.java186 TimeZoneProviderStatus status2 = new TimeZoneProviderStatus.Builder() in isEquivalentToAndEquals_uncertain() local
224 TimeZoneProviderStatus status2 = new TimeZoneProviderStatus.Builder() in isEquivalentToAndEquals_suggestion() local
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DLocationAlgorithmEventTest.java73 LocationTimeZoneAlgorithmStatus status2 = new LocationTimeZoneAlgorithmStatus( in testEquals() local
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbTest.java426 int status2 = 121; in setRecoveryStatus_withSingleKey() local
451 int status2 = 121; in getStatusForAllKeys_with3Keys() local
511 int status2 = 121; in testInvalidateKeysForUser_withSingleKey() local
538 int status2 = 121; in testInvalidateKeysForUserIdOnCustomScreenLock() local
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManagerTest.java1269 int status2 = 200; in setRecoveryStatus() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java609 ConversationStatus status2 = new ConversationStatus.Builder(OTHER_SHORTCUT_ID, in testDoNotUpdateStatusPostedIfDifferentShortcutId() local
/frameworks/base/services/core/java/com/android/server/pm/
DComputerEngine.java2686 private int bestDomainVerificationStatus(int status1, int status2) { in bestDomainVerificationStatus()