Searched refs:assertProtoMatches (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenPolicyTest.java | 351 assertProtoMatches(policy, policy.toProto()); in testZenPolicyMessagesInvalid() 363 assertProtoMatches(policy, policy.toProto()); in testZenPolicyCallsInvalid() 373 assertProtoMatches(policy, policy.toProto()); in testEmptyZenPolicy() 394 assertProtoMatches(policy, policy.toProto()); in testAllowReminders() 401 assertProtoMatches(policy, policy.toProto()); in testAllowReminders() 413 assertProtoMatches(policy, policy.toProto()); in testAllowEvents() 420 assertProtoMatches(policy, policy.toProto()); in testAllowEvents() 433 assertProtoMatches(policy, policy.toProto()); in testAllowMessages() 441 assertProtoMatches(policy, policy.toProto()); in testAllowMessages() 449 assertProtoMatches(policy, policy.toProto()); in testAllowMessages() [all …]
|