Home
last modified time | relevance | path

Searched refs:actionCode (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tester/utils/
DAnomalyActions.java43 public static void doAction(Context ctx, String actionCode, long durationMs) { in doAction() argument
44 if (actionCode == null) { in doAction()
48 switch (actionCode) { in doAction()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactsRequest.java150 public void setActionCode(int actionCode) { in setActionCode() argument
151 mActionCode = actionCode; in setActionCode()
DDefaultContactBrowseListFragment.java712 final int actionCode = mContactsRequest.getActionCode(); in configureFragmentForRequest() local
714 switch (actionCode) { in configureFragmentForRequest()
/packages/services/Telephony/src/com/android/phone/
DCarrierXmlParser.java188 public String actionCode; field in CarrierXmlParser.SsEntry
206 + ", 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()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java143 final int actionCode; in aggregateContact() local
151 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()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactSelectionActivity.java204 int actionCode = mRequest.getActionCode(); in configureActivityTitle() local
205 switch (actionCode) { in configureActivityTitle()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java8205 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 …]
DWifiShellCommand.java1162 int actionCode = ACTION_REMOVE_SUGGESTION_DISCONNECT; in onCommand() local
1164 actionCode = ACTION_REMOVE_SUGGESTION_LINGER; in onCommand()
1177 Arrays.asList(suggestion), SHELL_PACKAGE_NAME, actionCode); in onCommand() local