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()
143 final int actionCode; in aggregateContact() local151 actionCode = KEEP_SEPARATE; in aggregateContact()153 actionCode = canJoinIntoContact(db, rawContactId, in aggregateContact()156 if (actionCode == KEEP_SEPARATE) { in aggregateContact()158 } else if (actionCode == RE_AGGREGATE) { in aggregateContact()
204 int actionCode = mRequest.getActionCode(); in configureActivityTitle() local205 switch (actionCode) { in configureActivityTitle()
8205 int actionCode;8208 actionCode = UserReactionToApprovalUiEvent.ACTION_ALLOWED;8211 actionCode = UserReactionToApprovalUiEvent.ACTION_DISALLOWED;8214 actionCode = UserReactionToApprovalUiEvent.ACTION_DISMISS;8217 actionCode = UserReactionToApprovalUiEvent.ACTION_UNKNOWN;8220 event.userAction = actionCode;8230 int actionCode;8233 actionCode = UserReactionToApprovalUiEvent.ACTION_ALLOWED;8236 actionCode = UserReactionToApprovalUiEvent.ACTION_DISALLOWED;8239 actionCode = UserReactionToApprovalUiEvent.ACTION_DISMISS;[all …]
1162 int actionCode = ACTION_REMOVE_SUGGESTION_DISCONNECT; in onCommand() local1164 actionCode = ACTION_REMOVE_SUGGESTION_LINGER; in onCommand()1177 Arrays.asList(suggestion), SHELL_PACKAGE_NAME, actionCode); in onCommand() local