Searched refs:LLOfButtons2 (Results 1 – 2 of 2) sorted by relevance
20 import android.widget.layout.linear.LLOfButtons2;73 LLOfButtons2 otherActivity = null; in testTouchModeFalseAcrossActivites()76 launchActivity("com.android.frameworks.coretests", LLOfButtons2.class, null); in testTouchModeFalseAcrossActivites()89 LLOfButtons2 otherActivity = null; in testTouchModeTrueAcrossActivites()92 launchActivity("com.android.frameworks.coretests", LLOfButtons2.class, null); in testTouchModeTrueAcrossActivites()107 LLOfButtons2 otherActivity = null; in testTouchModeChangedInOtherActivity()110 launchActivity("com.android.frameworks.coretests", LLOfButtons2.class, null); in testTouchModeChangedInOtherActivity()
23 public class LLOfButtons2 extends LLOfButtons1 { class