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

  /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);
counting_policy_unittest.cc 1197 scoped_refptr<Action> action2 = new Action("dontdelete", local
    [all...]
fullstream_ui_policy_unittest.cc 885 scoped_refptr<Action> action2 = new Action("dontdelete", local
    [all...]
  /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);
  /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)
  /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/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...]

Completed in 386 milliseconds