HomeSort by relevance Sort by last modified time
    Searched refs:action2 (Results 1 - 9 of 9) 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/google-breakpad/src/testing/include/gmock/
gmock-actions.h 853 template <typename Action1, typename Action2>
856 DoBothAction(Action1 action1, Action2 action2)
857 : action1_(action1), action2_(action2) {}
875 Impl(const Action<VoidResult>& action1, const Action<F>& action2)
876 : action1_(action1), action2_(action2) {}
891 Action2 action2_;
    [all...]
  /packages/services/Telephony/src/com/android/phone/
EmergencyActionGroup.java 119 int[] buttonIds = new int[] {R.id.action1, R.id.action2, R.id.action3};
221 case R.id.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...]

Completed in 347 milliseconds