HomeSort by relevance Sort by last modified time
    Searched refs:action2 (Results 1 - 12 of 12) sorted by null

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
PrivilegedActionTest.java 39 MyPrivilegedAction2 action2 = new MyPrivilegedAction2(); local
43 result = AccessController.doPrivileged(action2);
  /frameworks/support/tests/java/android/support/v4/app/
NotificationCompatWearableExtenderTest.java 83 NotificationCompat.Action.Builder action2 = new NotificationCompat.Action.Builder( local
92 action2.getExtras().putFloat("action_float", 10.5f);
104 .addAction(action2.build())
131 Notification.Action.Builder action2 = new Notification.Action.Builder( local
140 action2.getExtras().putFloat("action_float", 10.5f);
152 .addAction(action2.build())
  /external/chromium_org/chrome/browser/extensions/activity_log/
uma_policy_unittest.cc 142 scoped_refptr<Action> action2 = new Action( local
144 action2->set_page_url(GURL(site_a));
145 policy->ProcessAction(action2);
fullstream_ui_policy_unittest.cc 885 scoped_refptr<Action> action2 = new Action("dontdelete", local
    [all...]
counting_policy_unittest.cc 1197 scoped_refptr<Action> action2 = new Action("dontdelete", local
    [all...]
  /external/chromium_org/tools/metrics/actions/
extract_actions_test.py 25 OBSOLETE = '<obsolete>Not used anymore. Replaced by action2.</obsolete>\n'
86 ' <obsolete>Not used anymore. Replaced by action2.</obsolete>\n'
98 '<action name="action2">\n'
189 new_actions=['action2'])
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 326 NotificationCompat.Action action2 = new NotificationCompat.Action.Builder( local
332 .addAction(action2)
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 326 NotificationCompat.Action action2 = new NotificationCompat.Action.Builder( local
332 .addAction(action2)
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 326 NotificationCompat.Action action2 = new NotificationCompat.Action.Builder( local
332 .addAction(action2)
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestAttributes.java 549 String action2 = "$obj = $rule3.obj;"; local
559 "| rule3 { "+action2+" }\n" +
579 action = action2;
1634 String action2 = "$INT.text;"; \/\/ must be qualified local
1667 String action2 = "$c.text;"; \/\/ must be qualified local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 640 public int compare(RuleAction action1, RuleAction action2) {
641 return action1.getTitle().compareTo(action2.getTitle());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]

Completed in 793 milliseconds