Searched refs:actionCode (Results 1 – 8 of 8) sorted by relevance
43 public static void doAction(Context ctx, String actionCode, long durationMs) { in doAction() argument44 if (actionCode == null) { in doAction()48 switch (actionCode) { in doAction()
150 public void setActionCode(int actionCode) { in setActionCode() argument151 mActionCode = actionCode; in setActionCode()
712 final int actionCode = mContactsRequest.getActionCode(); in configureFragmentForRequest() local714 switch (actionCode) { in configureFragmentForRequest()
188 public String actionCode; field in CarrierXmlParser.SsEntry206 + ", actionCode:" + actionCode in toString()215 String result = actionCode + serviceCode; in getCommandStructure()238 String result = actionCode + serviceCode; in makeCommand()548 entry.actionCode = readText(parser); in readCommandEntry()
145 final int actionCode; in aggregateContact() local153 actionCode = KEEP_SEPARATE; in aggregateContact()155 actionCode = canJoinIntoContact(db, rawContactId, in aggregateContact()158 if (actionCode == KEEP_SEPARATE) { in aggregateContact()160 } else if (actionCode == RE_AGGREGATE) { in aggregateContact()
205 int actionCode = mRequest.getActionCode(); in configureActivityTitle() local206 switch (actionCode) { in configureActivityTitle()
7332 int actionCode;7335 actionCode = UserReactionToApprovalUiEvent.ACTION_ALLOWED;7338 actionCode = UserReactionToApprovalUiEvent.ACTION_DISALLOWED;7341 actionCode = UserReactionToApprovalUiEvent.ACTION_DISMISS;7344 actionCode = UserReactionToApprovalUiEvent.ACTION_UNKNOWN;7347 event.userAction = actionCode;7357 int actionCode;7360 actionCode = UserReactionToApprovalUiEvent.ACTION_ALLOWED;7363 actionCode = UserReactionToApprovalUiEvent.ACTION_DISALLOWED;7366 actionCode = UserReactionToApprovalUiEvent.ACTION_DISMISS;[all …]
1012 int actionCode = ACTION_REMOVE_SUGGESTION_DISCONNECT; in onCommand() local1014 actionCode = ACTION_REMOVE_SUGGESTION_LINGER; in onCommand()1027 Arrays.asList(suggestion), SHELL_PACKAGE_NAME, actionCode); in onCommand() local