Home
last modified time | relevance | path

Searched refs:ActionType (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DAppHeaderController.java52 @IntDef({ActionType.ACTION_NONE,
53 ActionType.ACTION_APP_INFO,
54 ActionType.ACTION_APP_PREFERENCE,
55 ActionType.ACTION_NOTIF_PREFERENCE})
57 public @interface ActionType { annotation in AppHeaderController
80 @ActionType
82 @ActionType
136 public AppHeaderController setButtonActions(@ActionType int leftAction, in setButtonActions()
137 @ActionType int rightAction) { in setButtonActions()
234 private void bindButton(ImageButton button, @ActionType int action) { in bindButton()
[all …]
DAppInfoWithHeader.java19 import static com.android.settings.applications.AppHeaderController.ActionType;
54 .setButtonActions(ActionType.ACTION_APP_INFO, ActionType.ACTION_NONE) in onActivityCreated()
DProcessStatsDetail.java19 import static com.android.settings.applications.AppHeaderController.ActionType;
140 .setButtonActions(ActionType.ACTION_APP_INFO, ActionType.ACTION_NONE) in onViewCreated()
DInstalledAppDetails.java454 .setButtonActions(AppHeaderController.ActionType.ACTION_APP_PREFERENCE, in onActivityCreated()
455 AppHeaderController.ActionType.ACTION_NONE) in onActivityCreated()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DAppHeaderControllerTest.java138 AppHeaderController.ActionType.ACTION_APP_PREFERENCE, in bindButton_hasAppPref_shouldShowButton()
139 AppHeaderController.ActionType.ACTION_NONE); in bindButton_hasAppPref_shouldShowButton()
163 AppHeaderController.ActionType.ACTION_APP_PREFERENCE, in bindButton_noAppPref_shouldNotShowButton()
164 AppHeaderController.ActionType.ACTION_NONE); in bindButton_noAppPref_shouldNotShowButton()
181 AppHeaderController.ActionType.ACTION_APP_INFO, in bindButton_noAppInfo_shouldNotShowButton()
182 AppHeaderController.ActionType.ACTION_NONE); in bindButton_noAppInfo_shouldNotShowButton()
201 AppHeaderController.ActionType.ACTION_APP_INFO, in bindButton_hasAppInfo_shouldShowButton()
202 AppHeaderController.ActionType.ACTION_NOTIF_PREFERENCE); in bindButton_hasAppInfo_shouldShowButton()
222 AppHeaderController.ActionType.ACTION_APP_INFO, in bindButton_hasAppInfo_shouldHaveContentDescription()
223 AppHeaderController.ActionType.ACTION_NOTIF_PREFERENCE); in bindButton_hasAppInfo_shouldHaveContentDescription()
[all …]
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java133 import com.android.contacts.logging.QuickContactEvent.ActionType;
438 ActionType.UNKNOWN_ACTION);
1084 final int actionType = mContactData == null ? ActionType.START : ActionType.UNKNOWN_ACTION; in bindContactData()
1294 ActionType.UNKNOWN_ACTION, /* thirdPartyAction */ null); in populateContactAndAboutCard()
1365 ActionType.UNKNOWN_ACTION, /* thirdPartyAction */ null); in populateContactAndAboutCard()
1426 ActionType.UNKNOWN_ACTION, /* thirdPartyAction */ null); in initializeNoContactDetailCard()
1734 intent.putExtra(EXTRA_ACTION_TYPE, ActionType.CALL); in dataItemToEntry()
1738 alternateIntent.putExtra(EXTRA_ACTION_TYPE, ActionType.SMS); in dataItemToEntry()
1782 thirdIntent.putExtra(EXTRA_ACTION_TYPE, ActionType.VIDEOCALL); in dataItemToEntry()
1795 intent.putExtra(EXTRA_ACTION_TYPE, ActionType.EMAIL); in dataItemToEntry()
[all …]
/packages/apps/Contacts/src/com/android/contacts/logging/
DListEvent.java42 public static final class ActionType { class in ListEvent
52 private ActionType() { in ActionType() method in ListEvent.ActionType
DQuickContactEvent.java58 public static final class ActionType { class in QuickContactEvent
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DState.java49 public @interface ActionType {} annotation in State
70 public @ActionType int action;
/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactBrowseListFragment.java940 Logger.logListEvent(ListEvent.ActionType.CLICK, in onViewContactAction()
1074 Logger.logListEvent(ListEvent.ActionType.LINK, in onOptionsItemSelected()
1154 Logger.logListEvent(ListEvent.ActionType.DELETE, in onDeletionFinished()
1182 Logger.logListEvent(ListEvent.ActionType.SHARE, in onActivityResult()
DMultiSelectContactsListFragment.java40 import com.android.contacts.logging.ListEvent.ActionType;
157 Logger.logListEvent(ActionType.SELECT, getListType(), in onItemLongClick()
DContactEntryListFragment.java51 import com.android.contacts.logging.ListEvent.ActionType;
466 Logger.logListEvent(ActionType.LOAD, getListType(), getAdapter().getCount(),
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DAdvancedPowerUsageDetail.java200 .setButtonActions(AppHeaderController.ActionType.ACTION_NONE, in initHeader()
201 AppHeaderController.ActionType.ACTION_NONE); in initHeader()
/packages/apps/Settings/src/com/android/settings/notification/
DChannelNotificationSettings.java150 .setButtonActions(AppHeaderController.ActionType.ACTION_APP_INFO, in addHeaderPref()
151 AppHeaderController.ActionType.ACTION_NOTIF_PREFERENCE) in addHeaderPref()
DAppNotificationSettings.java141 .setButtonActions(AppHeaderController.ActionType.ACTION_NONE, in addHeaderPref()
142 AppHeaderController.ActionType.ACTION_NOTIF_PREFERENCE) in addHeaderPref()
/packages/apps/Settings/src/com/android/settings/datausage/
DAppDataUsage.java346 .setButtonActions(AppHeaderController.ActionType.ACTION_APP_INFO, in onViewCreated()
347 AppHeaderController.ActionType.ACTION_NONE) in onViewCreated()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java40 import com.android.documentsui.base.State.ActionType;
443 private void testInitLocationDefaultToRecentsOnAction(@ActionType int action) in testInitLocationDefaultToRecentsOnAction()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DMetrics.java42 import com.android.documentsui.base.State.ActionType;
838 private static void logHistogram(Context context, String name, @ActionType int bucket) { in logHistogram()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMembersFragment.java595 ListEvent.ActionType.REMOVE_LABEL, in logListEvent()
804 Logger.logListEvent(ListEvent.ActionType.CLICK, ListEvent.ListType.GROUP, count, in onItemClick()