Searched defs:ACTION (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSysuiRestartReceiver.java27 public static String ACTION = "com.android.systemui.action.RESTART"; field in class:SysuiRestartReceiver
31 if (ACTION.equals(intent.getAction())) {
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DDozeServicePlugin.java5 @ProvidesInterface(action = DozeServicePlugin.ACTION, version = DozeServicePlugin.VERSION)
7 String ACTION = "com.android.systemui.action.PLUGIN_DOZE"; field in interface:DozeServicePlugin
H A DOverlayPlugin.java20 @ProvidesInterface(action = OverlayPlugin.ACTION, version = OverlayPlugin.VERSION)
23 String ACTION = "com.android.systemui.action.PLUGIN_OVERLAY"; field in interface:OverlayPlugin
H A DVolumeDialog.java25 @ProvidesInterface(action = VolumeDialog.ACTION, version = VolumeDialog.VERSION)
28 String ACTION = "com.android.systemui.action.PLUGIN_VOLUME"; field in interface:VolumeDialog
H A DGlobalActions.java21 @ProvidesInterface(action = GlobalActions.ACTION, version = GlobalActions.VERSION)
25 String ACTION = "com.android.systemui.action.PLUGIN_GLOBAL_ACTIONS"; field in interface:GlobalActions
H A DNotificationListenerController.java24 @ProvidesInterface(action = NotificationListenerController.ACTION,
28 String ACTION = "com.android.systemui.action.PLUGIN_NOTIFICATION_ASSISTANT"; field in interface:NotificationListenerController
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSFactory.java25 @ProvidesInterface(action = QSFactory.ACTION, version = QSFactory.VERSION)
30 String ACTION = "com.android.systemui.action.PLUGIN_QS_FACTORY"; field in interface:QSFactory
H A DQS.java31 @ProvidesInterface(action = QS.ACTION, version = QS.VERSION)
35 String ACTION = "com.android.systemui.action.PLUGIN_QS"; field in interface:QS
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/systemalarm/
H A DConstraintProxyUpdateReceiver.java37 static final String ACTION = "androidx.work.impl.background.systemalarm.UpdateProxies"; field in class:ConstraintProxyUpdateReceiver
62 Intent intent = new Intent(ACTION);
74 if (!ACTION.equals(action)) {
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/phone/
H A DNavBarButtonProvider.java25 @ProvidesInterface(action = NavBarButtonProvider.ACTION, version = NavBarButtonProvider.VERSION)
28 public static final String ACTION = "com.android.systemui.action.PLUGIN_NAV_BUTTON"; field in interface:NavBarButtonProvider
H A DNavGesture.java24 @ProvidesInterface(action = NavGesture.ACTION, version = NavGesture.VERSION)
27 public static final String ACTION = "com.android.systemui.action.PLUGIN_NAV_GESTURE"; field in interface:NavGesture
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/plugins/
H A DPluginManagerTest.java175 @ProvidesInterface(action = TestPlugin.ACTION, version = TestPlugin.VERSION)
177 public static final String ACTION = "testAction"; field in interface:PluginManagerTest.TestPlugin
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
H A DNotificationSwipeActionHelper.java30 public static final String ACTION = "com.android.systemui.action.PLUGIN_NOTIFICATION_SWIPE_ACTION"; field in interface:NotificationSwipeActionHelper
H A DNotificationMenuRowPlugin.java32 @ProvidesInterface(action = NotificationMenuRowPlugin.ACTION,
40 public static final String ACTION = "com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW"; field in interface:NotificationMenuRowPlugin
/frameworks/base/services/core/java/com/android/server/firewall/
H A DStringFilter.java263 public static final FilterFactory ACTION = new ValueProvider("action") { field in class:StringFilter
/frameworks/base/services/core/java/com/android/server/notification/
H A DCountdownConditionProvider.java46 private static final String ACTION = CountdownConditionProvider.class.getName(); field in class:CountdownConditionProvider
96 mContext.registerReceiver(mReceiver, new IntentFilter(ACTION));
117 final Intent intent = new Intent(ACTION)
137 ACTION, ts(mTime), mTime - now, span, ts(now)));
149 if (ACTION.equals(intent.getAction())) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraPairwiseTest.java59 public enum SceneMode { SUNSET, ACTION, PARTY, NIGHT, AUTO }; enum constant in enum:CameraPairwiseTest.SceneMode
189 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION,
199 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION,
309 genericPairwiseTestCase(Flash.OFF, Exposure.NONE, WhiteBalance.AUTO, SceneMode.ACTION,
337 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.AUTO, SceneMode.ACTION,
443 case ACTION:
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilities.java163 ACTION, enum constant in enum:CameraCapabilities.SceneMode
/frameworks/base/core/java/android/provider/
H A DContacts.java2201 public static final String ACTION = ContactsContract.Intents.Insert.ACTION; field in class:Contacts.Intents.Insert
H A DContactsContract.java9158 public static final String ACTION = Intent.ACTION_INSERT; field in class:ContactsContract.Intents.Insert
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 4393 milliseconds