/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SysuiRestartReceiver.java | 27 public static String ACTION = "com.android.systemui.action.RESTART"; field in SysuiRestartReceiver
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
D | FalsingPlugin.java | 33 String ACTION = "com.android.systemui.action.FALSING_PLUGIN"; field
|
D | DozeServicePlugin.java | 7 String ACTION = "com.android.systemui.action.PLUGIN_DOZE"; field
|
D | VolumeDialog.java | 28 String ACTION = "com.android.systemui.action.PLUGIN_VOLUME"; field
|
D | OverlayPlugin.java | 24 String ACTION = "com.android.systemui.action.PLUGIN_OVERLAY"; field
|
D | GlobalActions.java | 25 String ACTION = "com.android.systemui.action.PLUGIN_GLOBAL_ACTIONS"; field
|
D | GlobalActionsPanelPlugin.java | 47 String ACTION = "com.android.systemui.action.PLUGIN_GLOBAL_ACTIONS_PANEL"; field
|
D | NotificationListenerController.java | 28 String ACTION = "com.android.systemui.action.PLUGIN_NOTIFICATION_ASSISTANT"; field
|
D | ClockPlugin.java | 30 String ACTION = "com.android.systemui.action.PLUGIN_CLOCK"; field
|
D | SensorManagerPlugin.java | 29 String ACTION = "com.android.systemui.action.PLUGIN_SENSOR_MANAGER"; field
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/ |
D | QSFactory.java | 30 String ACTION = "com.android.systemui.action.PLUGIN_QS_FACTORY"; field
|
D | QS.java | 35 String ACTION = "com.android.systemui.action.PLUGIN_QS"; field
|
/frameworks/ml/nn/common/operations/ |
D | LSHProjectionTest.cpp | 34 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument 40 #define FOR_ALL_OUTPUT_TENSORS(ACTION) ACTION(Output, int) argument
|
D | LayerNormLSTMTest.cpp | 49 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument 71 #define FOR_ALL_LAYER_NORM_WEIGHTS(ACTION) \ argument 78 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \ argument
|
D | EmbeddingLookupTest.cpp | 47 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument 52 #define FOR_ALL_OUTPUT_TENSORS(ACTION) ACTION(Output, float) argument
|
D | HashtableLookupTest.cpp | 47 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument 53 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \ argument
|
D | RNNTest.cpp | 119 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument 127 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \ argument
|
D | SVDFTest.cpp | 151 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument 159 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \ argument
|
D | LSTMTest.cpp | 48 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument 71 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \ argument
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | KeyEventTest.java | 35 private static final int ACTION = KeyEvent.ACTION_DOWN; field in KeyEventTest
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/ |
D | NotificationSwipeActionHelper.java | 30 …public static final String ACTION = "com.android.systemui.action.PLUGIN_NOTIFICATION_SWIPE_ACTION"; field
|
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/intent/ |
D | TemplateClassificationIntentFactoryTest.java | 54 private static final String ACTION = Intent.ACTION_VIEW; field in TemplateClassificationIntentFactoryTest
|
D | TemplateIntentFactoryTest.java | 45 private static final String ACTION = Intent.ACTION_VIEW; field in TemplateIntentFactoryTest
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/ |
D | PluginManagerTest.java | 227 public static final String ACTION = "testAction"; field
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | CountdownConditionProvider.java | 46 private static final String ACTION = CountdownConditionProvider.class.getName(); field in CountdownConditionProvider
|