HomeSort by relevance Sort by last modified time
    Searched refs:ACTION (Results 1 - 25 of 647) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ManagedProfileTest.java 31 * Note that it expects that there is an activity responding to {@code PrimaryUserActivity.ACTION}
32 * in the primary profile, one to {@code ManagedProfileActivity.ACTION} in the secondary profile,
33 * and one to {@code AllUsersActivity.ACTION} in both profiles.
64 testIntentFilter.addAction(PrimaryUserActivity.ACTION);
68 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size());
73 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).isEmpty());
74 getActivity().startActivity(ManagedProfileActivity.ACTION);
80 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size());
83 testIntentFilter.addAction(PrimaryUserActivity.ACTION);
88 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size())
    [all...]
PrimaryUserTest.java 29 * Note that it expects that there is an activity responding to {@code PrimaryUserActivity.ACTION}
30 * in the primary profile, one to {@code ManagedProfileActivity.ACTION} in the secondary profile,
31 * and one to {@code AllUsersActivity.ACTION} in both profiles.
56 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size());
57 getActivity().startActivity(PrimaryUserActivity.ACTION);
63 new Intent(AllUsersActivity.ACTION), /* flags = */ 0).size());
71 new Intent(ManagedProfileActivity.ACTION), /* flags = */ 0).size());
72 getActivity().startActivity(ManagedProfileActivity.ACTION);
AllUsersActivity.java 28 public static final String ACTION =
ManagedProfileActivity.java 28 public static final String ACTION =
PrimaryUserActivity.java 29 public static final String ACTION =
PrimaryUserFilterSetterActivity.java 28 testIntentFilter.addAction(PrimaryUserActivity.ACTION);
33 testIntentFilter.addAction(ManagedProfileActivity.ACTION);
38 testIntentFilter.addAction(AllUsersActivity.ACTION);
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DozeServicePlugin.java 5 @ProvidesInterface(action = DozeServicePlugin.ACTION, version = DozeServicePlugin.VERSION)
7 String ACTION = "com.android.systemui.action.PLUGIN_DOZE";
OverlayPlugin.java 20 @ProvidesInterface(action = OverlayPlugin.ACTION, version = OverlayPlugin.VERSION)
23 String ACTION = "com.android.systemui.action.PLUGIN_OVERLAY";
GlobalActions.java 21 @ProvidesInterface(action = GlobalActions.ACTION, version = GlobalActions.VERSION)
25 String ACTION = "com.android.systemui.action.PLUGIN_GLOBAL_ACTIONS";
VolumeDialog.java 25 @ProvidesInterface(action = VolumeDialog.ACTION, version = VolumeDialog.VERSION)
28 String ACTION = "com.android.systemui.action.PLUGIN_VOLUME";
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g 42 : ^( grammarType ID DOC_COMMENT? optionsSpec? tokensSpec? attrScope* action* rule+ )
63 : ^('scope' ID ACTION)
66 action
67 : ^('@' ID ID ACTION)
68 | ^('@' ID ACTION)
101 : ^('@' ID ACTION)
109 : ^('scope' ACTION)
110 | ^('scope' ACTION ID+)
133 : ^('catch' ARG_ACTION ACTION)
137 : ^('finally' ACTION)
    [all...]
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
Intents.java 34 public static final String ACTION = "com.google.zxing.client.android.YOUTUBE_SCAN";
  /external/eigen/bench/btl/generic_bench/timers/
STL_perf_analyzer.hh 26 template<class ACTION>
45 ACTION action(size);
51 action.initialize();
58 action.initialize();
59 action.calculate();
66 // cout << size <<" "<<baseline_time<<" "<<calculate_time<<" "<<corrected_time<<" "<<action.nb_op_base() << endl;
68 return action.nb_op_base()/(corrected_time*1000000.0);
69 //return action.nb_op_base()/(calculate_time*1000000.0);
  /external/ipsec-tools/src/libipsec/
policy_parse.h 47 ACTION = 263,
66 #define ACTION 263
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
QSFactory.java 25 @ProvidesInterface(action = QSFactory.ACTION, version = QSFactory.VERSION)
30 String ACTION = "com.android.systemui.action.PLUGIN_QS_FACTORY";
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SysuiRestartReceiver.java 27 public static String ACTION = "com.android.systemui.action.RESTART";
31 if (ACTION.equals(intent.getAction())) {
  /cts/tools/dasm/src/java_cup/
sym.java 30 static final int ACTION = 5;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
ActionLabel.java 37 super(ACTION);
  /external/libmtp/
libmtp.sh.in 13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
18 if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ]
  /bionic/tests/headers/posix/
search_h.c 39 ACTION a;
53 FUNCTION(hsearch, ENTRY* (*f)(ENTRY, ACTION));
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/phone/
NavBarButtonProvider.java 25 @ProvidesInterface(action = NavBarButtonProvider.ACTION, version = NavBarButtonProvider.VERSION)
28 public static final String ACTION = "com.android.systemui.action.PLUGIN_NAV_BUTTON";
NavGesture.java 24 @ProvidesInterface(action = NavGesture.ACTION, version = NavGesture.VERSION)
27 public static final String ACTION = "com.android.systemui.action.PLUGIN_NAV_GESTURE";
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
dongles.py 33 ACTION = 'Action'
39 """A Bluetooth dongle with one generic button Normally action.
50 self.ensure_config_contains_relay(Buttons.ACTION.value)
68 Holds down the 'ACTION' buttons for PAIRING_MODE_WAIT_TIME seconds.
70 self.relays[Buttons.ACTION.value].set_nc_for(
74 """Briefly presses the Action button."""
75 self.relays[Buttons.ACTION.value].set_nc_for(
79 """Long press the Action button."""
80 self.relays[Buttons.ACTION.value].set_nc_for
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
hcreate.c 60 hsearch(ENTRY item, ACTION action)
70 if (hsearch_r(item, action, &retval, &global_hashtable) == 0)
  /bionic/libc/include/
search.h 18 } ACTION;
45 ENTRY* hsearch(ENTRY, ACTION) __INTRODUCED_IN(28);
50 int hsearch_r(ENTRY, ACTION, ENTRY**, struct hsearch_data*) __INTRODUCED_IN(28);

Completed in 696 milliseconds

1 2 3 4 5 6 7 8 91011>>