Searched refs:CLICK (Results 1 – 10 of 10) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | InteractionUriRegistrationInfoTest.java | 37 private static final String CLICK = "click"; field in InteractionUriRegistrationInfoTest 51 obj.put(INTERACTION_KEY_ARG_NAME, CLICK); in testFromJsonSucceeds() 56 assertEquals(interactionUriRegistrationInfo.getInteractionKey(), CLICK); in testFromJsonSucceeds() local 65 obj.put(INTERACTION_KEY_ARG_NAME + "wrong", CLICK); in testFromJsonFailsWithWrongInteractionKeyName() 79 obj.put(INTERACTION_KEY_ARG_NAME, CLICK); in testFromJsonFailsWithWrongInteractionReportingUriKeyName() 94 JSONObject innerObj = new JSONObject().put(INTERACTION_KEY_ARG_NAME, CLICK); in testFromJsonFailsWhenInteractionKeyNotAString() 110 obj.put(INTERACTION_KEY_ARG_NAME, CLICK); in testFromJsonFailsWhenInteractionReportingUriNotAString() 128 obj.put(INTERACTION_KEY_ARG_NAME, CLICK); in testFromJsonWithEmptyListValueFails() 142 obj.put(INTERACTION_KEY_ARG_NAME, CLICK); in testFromJsonWithPopulatedListValueFails() 159 .setInteractionKey(CLICK) in testEqualsSuccessfulCase() [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/ |
D | AttributionStatus.java | 41 CLICK(4); enumConstant 150 setSourceType(SourceType.CLICK); in setSourceType()
|
/packages/apps/Contacts/src/com/android/contacts/logging/ |
D | ListEvent.java | 45 public static final int CLICK = 2; field in ListEvent.ActionType
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | ClickableSpanFactory.java | 51 widget.playSoundEffect(SoundEffectConstants.CLICK); in create()
|
/packages/apps/Dialer/java/com/android/incallui/video/impl/ |
D | CheckableImageButton.java | 162 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
|
/packages/apps/Dialer/java/com/android/incallui/rtt/impl/ |
D | RttCheckableButton.java | 167 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestEvents.java | 40 public static final MotionEvent CLICK = field in TestEvents.Mouse
|
/packages/apps/Dialer/java/com/android/incallui/incall/impl/ |
D | CheckableLabeledButton.java | 209 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupMembersFragment.java | 795 Logger.logListEvent(ListEvent.ActionType.CLICK, ListEvent.ListType.GROUP, count, in onItemClick()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | DefaultContactBrowseListFragment.java | 943 Logger.logListEvent(ListEvent.ActionType.CLICK, in onViewContactAction()
|