Searched refs:actionCode (Results 1 – 7 of 7) 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()
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()
150 public void setActionCode(int actionCode) { in setActionCode() argument151 mActionCode = actionCode; in setActionCode()
709 final int actionCode = mContactsRequest.getActionCode(); in configureFragmentForRequest() local711 switch (actionCode) { in configureFragmentForRequest()
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()
7276 int actionCode;7279 actionCode = UserReactionToApprovalUiEvent.ACTION_ALLOWED;7282 actionCode = UserReactionToApprovalUiEvent.ACTION_DISALLOWED;7285 actionCode = UserReactionToApprovalUiEvent.ACTION_DISMISS;7288 actionCode = UserReactionToApprovalUiEvent.ACTION_UNKNOWN;7291 event.userAction = actionCode;7301 int actionCode;7304 actionCode = UserReactionToApprovalUiEvent.ACTION_ALLOWED;7307 actionCode = UserReactionToApprovalUiEvent.ACTION_DISALLOWED;7310 actionCode = UserReactionToApprovalUiEvent.ACTION_DISMISS;[all …]