/cts/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/queries/ |
D | IntentQueryHelperTest.java | 34 private static final String DIFFERENT_STRING_VALUE = "String2"; field in IntentQueryHelperTest 64 intentQueryHelper.action().isEqualTo(DIFFERENT_STRING_VALUE); in matches_action_doesNotMeetRestriction_returnsFalse() 89 .isEqualTo(DIFFERENT_STRING_VALUE); in matches_extras_doesNotMeetRestriction_returnsFalse()
|
D | StringQueryHelperTest.java | 32 private static final String DIFFERENT_STRING_VALUE = "String2"; field in StringQueryHelperTest 57 stringQueryHelper.isEqualTo(DIFFERENT_STRING_VALUE); in matches_isEqualTo_doesNotMeetRestriction_returnsFalse()
|
D | PersistableBundleKeyQueryHelperTest.java | 35 private static final String DIFFERENT_STRING_VALUE = "String2"; field in PersistableBundleKeyQueryHelperTest 66 persistableBundleKeyQueryHelper.stringValue().isEqualTo(DIFFERENT_STRING_VALUE); in matches_stringValueRestriction_doesNotMeetRestriction_returnsFalse()
|
D | BundleKeyQueryHelperTest.java | 37 private static final String DIFFERENT_STRING_VALUE = "String2"; field in BundleKeyQueryHelperTest 70 bundleKeyQueryHelper.stringValue().isEqualTo(DIFFERENT_STRING_VALUE); in matches_stringValueRestriction_doesNotMeetRestriction_returnsFalse()
|
/cts/common/device-side/bedstead/eventlib/src/test/java/com/android/eventlib/events/activities/ |
D | ActivityCreatedEventTest.java | 42 private static final String DIFFERENT_STRING_VALUE = "Value2"; field in ActivityCreatedEventTest 76 differentInstanceState.putString(STRING_KEY, DIFFERENT_STRING_VALUE); in whereSavedInstanceState_skipsNonMatching() 113 differentPersistentState.putString(STRING_KEY, DIFFERENT_STRING_VALUE); in wherePersistentState_skipsNonMatching()
|
/cts/common/device-side/bedstead/eventlib/src/test/java/com/android/eventlib/events/broadcastreceivers/ |
D | BroadcastReceivedEventTest.java | 39 private static final String DIFFERENT_STRING_VALUE = "Value2"; field in BroadcastReceivedEventTest 77 differentIntent.setAction(DIFFERENT_STRING_VALUE); in whereIntent_skipsNonMatching()
|
/cts/common/device-side/bedstead/eventlib/src/test/java/com/android/eventlib/events/deviceadminreceivers/ |
D | DeviceAdminEnabledEventTest.java | 39 private static final String DIFFERENT_STRING_VALUE = "Value2"; field in DeviceAdminEnabledEventTest 76 differentIntent.setAction(DIFFERENT_STRING_VALUE); in whereIntent_skipsNonMatching()
|
D | DeviceAdminDisabledEventTest.java | 39 private static final String DIFFERENT_STRING_VALUE = "Value2"; field in DeviceAdminDisabledEventTest 76 differentIntent.setAction(DIFFERENT_STRING_VALUE); in whereIntent_skipsNonMatching()
|
D | DeviceAdminDisableRequestedEventTest.java | 39 private static final String DIFFERENT_STRING_VALUE = "Value2"; field in DeviceAdminDisableRequestedEventTest 76 differentIntent.setAction(DIFFERENT_STRING_VALUE); in whereIntent_skipsNonMatching()
|
D | DeviceAdminPasswordChangedEventTest.java | 40 private static final String DIFFERENT_STRING_VALUE = "Value2"; field in DeviceAdminPasswordChangedEventTest 79 differentIntent.setAction(DIFFERENT_STRING_VALUE); in whereIntent_skipsNonMatching()
|
D | DeviceAdminSystemUpdatePendingEventTest.java | 39 private static final String DIFFERENT_STRING_VALUE = "Value2"; field in DeviceAdminSystemUpdatePendingEventTest 80 differentIntent.setAction(DIFFERENT_STRING_VALUE); in whereIntent_skipsNonMatching()
|
D | DeviceAdminPasswordFailedEventTest.java | 40 private static final String DIFFERENT_STRING_VALUE = "Value2"; field in DeviceAdminPasswordFailedEventTest 79 differentIntent.setAction(DIFFERENT_STRING_VALUE); in whereIntent_skipsNonMatching()
|
D | DeviceAdminPasswordSucceededEventTest.java | 40 private static final String DIFFERENT_STRING_VALUE = "Value2"; field in DeviceAdminPasswordSucceededEventTest 79 differentIntent.setAction(DIFFERENT_STRING_VALUE); in whereIntent_skipsNonMatching()
|