Home
last modified time | relevance | path

Searched refs:DIFFERENT_STRING_VALUE (Results 1 – 13 of 13) sorted by relevance

/cts/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/queries/
DIntentQueryHelperTest.java34 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()
DStringQueryHelperTest.java32 private static final String DIFFERENT_STRING_VALUE = "String2"; field in StringQueryHelperTest
57 stringQueryHelper.isEqualTo(DIFFERENT_STRING_VALUE); in matches_isEqualTo_doesNotMeetRestriction_returnsFalse()
DPersistableBundleKeyQueryHelperTest.java35 private static final String DIFFERENT_STRING_VALUE = "String2"; field in PersistableBundleKeyQueryHelperTest
66 persistableBundleKeyQueryHelper.stringValue().isEqualTo(DIFFERENT_STRING_VALUE); in matches_stringValueRestriction_doesNotMeetRestriction_returnsFalse()
DBundleKeyQueryHelperTest.java37 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/
DActivityCreatedEventTest.java42 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/
DBroadcastReceivedEventTest.java39 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/
DDeviceAdminEnabledEventTest.java39 private static final String DIFFERENT_STRING_VALUE = "Value2"; field in DeviceAdminEnabledEventTest
76 differentIntent.setAction(DIFFERENT_STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminDisabledEventTest.java39 private static final String DIFFERENT_STRING_VALUE = "Value2"; field in DeviceAdminDisabledEventTest
76 differentIntent.setAction(DIFFERENT_STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminDisableRequestedEventTest.java39 private static final String DIFFERENT_STRING_VALUE = "Value2"; field in DeviceAdminDisableRequestedEventTest
76 differentIntent.setAction(DIFFERENT_STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminPasswordChangedEventTest.java40 private static final String DIFFERENT_STRING_VALUE = "Value2"; field in DeviceAdminPasswordChangedEventTest
79 differentIntent.setAction(DIFFERENT_STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminSystemUpdatePendingEventTest.java39 private static final String DIFFERENT_STRING_VALUE = "Value2"; field in DeviceAdminSystemUpdatePendingEventTest
80 differentIntent.setAction(DIFFERENT_STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminPasswordFailedEventTest.java40 private static final String DIFFERENT_STRING_VALUE = "Value2"; field in DeviceAdminPasswordFailedEventTest
79 differentIntent.setAction(DIFFERENT_STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminPasswordSucceededEventTest.java40 private static final String DIFFERENT_STRING_VALUE = "Value2"; field in DeviceAdminPasswordSucceededEventTest
79 differentIntent.setAction(DIFFERENT_STRING_VALUE); in whereIntent_skipsNonMatching()