Searched refs:ACTION (Results 1 - 25 of 36) sorted by relevance

12

/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 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 DVolumeDialog.java25 @ProvidesInterface(action = VolumeDialog.ACTION, version = VolumeDialog.VERSION)
28 String ACTION = "com.android.systemui.action.PLUGIN_VOLUME"; field in interface:VolumeDialog
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/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/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/ml/nn/common/operations/
H A DLSTMTest.cpp45 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \
46 ACTION(Input) \
47 ACTION(InputToInputWeights) \
48 ACTION(InputToCellWeights) \
49 ACTION(InputToForgetWeights) \
50 ACTION(InputToOutputWeights) \
51 ACTION(RecurrentToInputWeights) \
52 ACTION(RecurrentToCellWeights) \
53 ACTION(RecurrentToForgetWeights) \
54 ACTION(RecurrentToOutputWeight
[all...]
H A DLSHProjectionTest.cpp33 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \
34 ACTION(Hash, float) \
35 ACTION(Input, int) \
36 ACTION(Weight, float)
39 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \
40 ACTION(Output, int)
H A DRNNTest.cpp138 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \
139 ACTION(Input) \
140 ACTION(Weights) \
141 ACTION(RecurrentWeights) \
142 ACTION(Bias) \
143 ACTION(HiddenStateIn)
146 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \
147 ACTION(HiddenStateOut) \
148 ACTION(Output)
H A DEmbeddingLookupTest.cpp46 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \
47 ACTION(Value, float) \
48 ACTION(Lookup, int)
51 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \
52 ACTION(Output, float)
H A DHashtableLookupTest.cpp46 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \
47 ACTION(Lookup, int) \
48 ACTION(Key, int) \
49 ACTION(Value, float)
52 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \
53 ACTION(Output, float) \
54 ACTION(Hits, uint8_t)
H A DSVDFTest.cpp171 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \
172 ACTION(Input) \
173 ACTION(WeightsFeature) \
174 ACTION(WeightsTime) \
175 ACTION(Bias) \
176 ACTION(StateIn)
179 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \
180 ACTION(StateOut) \
181 ACTION(Output)
/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/support/navigation/runtime/ktx/src/androidTest/java/androidx/navigation/
H A DActivityNavigatorDestinationBuilderTest.kt65 action = ACTION
71 ACTION,
106 private const val ACTION = "ACTION_TEST"
/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/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
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
H A DNotificationSwipeActionHelper.java30 public static final String ACTION = "com.android.systemui.action.PLUGIN_NOTIFICATION_SWIPE_ACTION"; field in interface:NotificationSwipeActionHelper
/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/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/ex/camera2/portability/tests/src/com/android/ex/camera2/portability/
H A DCamera2PortabilityTest.java135 set.setSceneMode(SceneMode.ACTION);
207 assertEquals(intstr.sceneModeFromInt(CONTROL_SCENE_MODE_ACTION), SceneMode.ACTION);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DExtensionControllerImplTest.java76 verify(mPluginManager).addPluginListener(eq(OverlayPlugin.ACTION), listener.capture(),

Completed in 401 milliseconds

12