Home
last modified time | relevance | path

Searched refs:USER_UNKNOWN (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/metrics/
DTetheringMetricsTest.java173 verifyReport(expectedResult, ErrorCode.EC_NO_ERROR, UserType.USER_UNKNOWN, in runDownstreamTypesTest()
200 verifyReport(DownstreamType.DS_TETHERING_WIFI, expectedResult, UserType.USER_UNKNOWN, in runErrorCodesTest()
251 runUserTypesTest(TEST_CALLER_PKG, UserType.USER_UNKNOWN); in testUserTypes()
268 UserType.USER_UNKNOWN, upstreamEvents, getElapsedRealtime()); in runUpstreamTypesTest()
/packages/modules/Virtualization/virtualizationservice/src/maintenance/
Dvmdb.rs372 const USER_UNKNOWN: i32 = 4; constant
521 assert_eq!(empty, db.vm_ids_for_user(USER_UNKNOWN).unwrap()); in test_add_remove()
554 assert_eq!(empty, db.vm_ids_for_user(USER_UNKNOWN).unwrap()); in test_add_remove()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/metrics/
DTetheringMetrics.java353 return UserType.USER_UNKNOWN; in userTypeToEnum()