Searched refs:addAction (Results 1 - 25 of 247) sorted by relevance

12345678910

/frameworks/support/compat/jellybean/android/support/v4/app/
H A DNotificationBuilderWithActions.java23 public void addAction(NotificationCompatBase.Action action); method in interface:NotificationBuilderWithActions
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DMainActivity.java62 addAction(actions, BrowseActivity.class, R.string.browse, R.string.browse_description);
63 addAction(actions, BrowseSupportActivity.class, R.string.browse_support,
65 addAction(actions, SearchActivity.class, R.string.search, R.string.search_description);
66 addAction(actions, SearchSupportActivity.class, R.string.search_support, R.string.search_support_description);
67 addAction(actions, DetailsActivity.class, R.string.details, R.string.details_description);
70 addAction(actions, DetailsSupportActivity.class, R.string.details_support, R.string.details_support_description);
73 addAction(actions, SearchDetailsActivity.class, R.string.search_details,
77 addAction(actions, SearchDetailsSupportActivity.class, R.string.search_details_support,
81 addAction(actions, VerticalGridActivity.class, R.string.vgrid,
83 addAction(action
115 private void addAction(List<GuidedAction> actions, Class cls, int titleRes, int descRes) { method in class:MainActivity.StepFragment
[all...]
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DMainActivity.java62 addAction(actions, BrowseActivity.class, R.string.browse, R.string.browse_description);
63 addAction(actions, BrowseSupportActivity.class, R.string.browse_support,
65 addAction(actions, SearchActivity.class, R.string.search, R.string.search_description);
66 addAction(actions, SearchSupportActivity.class, R.string.search_support, R.string.search_support_description);
67 addAction(actions, DetailsActivity.class, R.string.details, R.string.details_description);
70 addAction(actions, DetailsSupportActivity.class, R.string.details_support, R.string.details_support_description);
73 addAction(actions, SearchDetailsActivity.class, R.string.search_details,
77 addAction(actions, SearchDetailsSupportActivity.class, R.string.search_details_support,
81 addAction(actions, VerticalGridActivity.class, R.string.vgrid,
83 addAction(action
115 private void addAction(List<GuidedAction> actions, Class cls, int titleRes, int descRes) { method in class:MainActivity.StepFragment
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsApplication.java77 packageFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
78 packageFilter.addAction(Intent.ACTION_PACKAGE_CHANGED);
79 packageFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
80 packageFilter.addAction(Intent.ACTION_PACKAGE_DATA_CLEARED);
85 localeFilter.addAction(Intent.ACTION_LOCALE_CHANGED);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DManagedProfileController.java122 filter.addAction(Intent.ACTION_USER_SWITCHED);
123 filter.addAction(Intent.ACTION_MANAGED_PROFILE_ADDED);
124 filter.addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED);
125 filter.addAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE);
126 filter.addAction(Intent.ACTION_MANAGED_PROFILE_UNAVAILABLE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSplitClockView.java73 filter.addAction(Intent.ACTION_TIME_CHANGED);
74 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
75 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
76 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED);
77 filter.addAction(Intent.ACTION_USER_SWITCHED);
H A DDateView.java84 filter.addAction(Intent.ACTION_TIME_TICK);
85 filter.addAction(Intent.ACTION_TIME_CHANGED);
86 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
87 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
H A DNextAlarmController.java40 filter.addAction(Intent.ACTION_USER_SWITCHED);
41 filter.addAction(AlarmManager.ACTION_NEXT_ALARM_CLOCK_CHANGED);
H A DClock.java104 filter.addAction(Intent.ACTION_TIME_TICK);
105 filter.addAction(Intent.ACTION_TIME_CHANGED);
106 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
107 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED);
108 filter.addAction(Intent.ACTION_USER_SWITCHED);
186 filter.addAction(Intent.ACTION_SCREEN_ON);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTesterFailBringUpAll.java82 filter.addAction(mActionFailBringUp);
85 filter.addAction(mPhone.getActionDetached());
88 filter.addAction(mPhone.getActionAttached());
H A DDcTesterDeactivateAll.java75 filter.addAction(sActionDcTesterDeactivateAll);
78 filter.addAction(mPhone.getActionDetached());
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java81 filter.addAction(RequestUtils.ACTION_FFWD);
82 filter.addAction(RequestUtils.ACTION_NEXT);
83 filter.addAction(RequestUtils.ACTION_PAUSE);
84 filter.addAction(RequestUtils.ACTION_PLAY);
85 filter.addAction(RequestUtils.ACTION_PREV);
86 filter.addAction(RequestUtils.ACTION_REW);
216 .addAction(R.drawable.ic_skip_previous, "Previous",
218 .addAction(R.drawable.ic_fast_rewind, "Rewind",
220 .addAction(playPauseIcon, playPauseLabel,
222 .addAction(
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProviderWatcher.java60 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
61 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
62 filter.addAction(Intent.ACTION_PACKAGE_CHANGED);
63 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
64 filter.addAction(Intent.ACTION_PACKAGE_RESTARTED);
/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java43 sPackageFilt.addAction(Intent.ACTION_PACKAGE_ADDED);
44 sPackageFilt.addAction(Intent.ACTION_PACKAGE_REMOVED);
45 sPackageFilt.addAction(Intent.ACTION_PACKAGE_CHANGED);
46 sPackageFilt.addAction(Intent.ACTION_QUERY_PACKAGE_RESTART);
47 sPackageFilt.addAction(Intent.ACTION_PACKAGE_RESTARTED);
48 sPackageFilt.addAction(Intent.ACTION_PACKAGE_DATA_CLEARED);
50 sNonDataFilt.addAction(Intent.ACTION_UID_REMOVED);
51 sNonDataFilt.addAction(Intent.ACTION_USER_STOPPED);
52 sNonDataFilt.addAction(Intent.ACTION_PACKAGES_SUSPENDED);
53 sNonDataFilt.addAction(Inten
[all...]
/frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
H A DBatteryWaster.java62 mFilter.addAction(Intent.ACTION_BATTERY_CHANGED);
63 mFilter.addAction(Intent.ACTION_BATTERY_LOW);
64 mFilter.addAction(Intent.ACTION_BATTERY_OKAY);
65 mFilter.addAction(Intent.ACTION_POWER_CONNECTED);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaNotificationManager.java115 filter.addAction(ACTION_NEXT);
116 filter.addAction(ACTION_PAUSE);
117 filter.addAction(ACTION_PLAY);
118 filter.addAction(ACTION_PREV);
242 notificationBuilder.addAction(R.drawable.ic_skip_previous_white_24dp,
250 notificationBuilder.addAction(R.drawable.ic_skip_next_white_24dp,
304 builder.addAction(new NotificationCompat.Action(icon, label, intent));
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaNotificationManager.java115 filter.addAction(ACTION_NEXT);
116 filter.addAction(ACTION_PAUSE);
117 filter.addAction(ACTION_PLAY);
118 filter.addAction(ACTION_PREV);
242 notificationBuilder.addAction(R.drawable.ic_skip_previous_white_24dp,
250 notificationBuilder.addAction(R.drawable.ic_skip_next_white_24dp,
304 builder.addAction(new NotificationCompat.Action(icon, label, intent));
/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraService.java167 filter.addAction(Intent.ACTION_USER_ADDED);
168 filter.addAction(Intent.ACTION_USER_REMOVED);
169 filter.addAction(Intent.ACTION_USER_INFO_CHANGED);
170 filter.addAction(Intent.ACTION_MANAGED_PROFILE_ADDED);
171 filter.addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED);
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DIdleController.java134 filter.addAction(Intent.ACTION_SCREEN_ON);
135 filter.addAction(Intent.ACTION_SCREEN_OFF);
138 filter.addAction(Intent.ACTION_DREAMING_STARTED);
139 filter.addAction(Intent.ACTION_DREAMING_STOPPED);
142 filter.addAction(ActivityManagerService.ACTION_TRIGGER_IDLE);
H A DDeviceIdleJobsController.java105 filter.addAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED);
106 filter.addAction(PowerManager.ACTION_LIGHT_DEVICE_IDLE_MODE_CHANGED);
107 filter.addAction(PowerManager.ACTION_POWER_SAVE_WHITELIST_CHANGED);
/frameworks/base/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderWatcher.java79 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
80 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
81 filter.addAction(Intent.ACTION_PACKAGE_CHANGED);
82 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
83 filter.addAction(Intent.ACTION_PACKAGE_RESTARTED);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderWatcher.java73 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
74 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
75 filter.addAction(Intent.ACTION_PACKAGE_CHANGED);
76 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
77 filter.addAction(Intent.ACTION_PACKAGE_RESTARTED);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyTester.java129 filter.addAction(mPhone.getActionDetached());
132 filter.addAction(mPhone.getActionAttached());
137 filter.addAction(ACTION_TEST_CONFERENCE_EVENT_PACKAGE);
138 filter.addAction(ACTION_TEST_DIALOG_EVENT_PACKAGE);
139 filter.addAction(ACTION_TEST_HANDOVER_FAIL);
H A DPhoneStateIntentReceiver.java126 mFilter.addAction(TelephonyManager.ACTION_PHONE_STATE_CHANGED);
136 mFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED);
146 mFilter.addAction(TelephonyIntents.ACTION_SIGNAL_STRENGTH_CHANGED);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DDataConnectionStats.java63 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
64 filter.addAction(ConnectivityManager.CONNECTIVITY_ACTION);
65 filter.addAction(ConnectivityManager.INET_CONDITION_ACTION);

Completed in 654 milliseconds

12345678910