Searched defs:ActivityTestMain (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java60 public class ActivityTestMain extends Activity { class in inherits:Activity
84 Intent intent = new Intent(ActivityTestMain.this, SpamActivity.class);
95 Intent intent = new Intent(ActivityTestMain.this, AlarmSpamReceiver.class);
97 PendingIntent pi = PendingIntent.getBroadcast(ActivityTestMain.this,
112 Toast.makeText(ActivityTestMain.this,
196 AlertDialog.Builder builder = new AlertDialog.Builder(ActivityTestMain.this,
205 Intent intent = new Intent(ActivityTestMain.this, SingleUserService.class);
219 Toast.makeText(ActivityTestMain.this, "Failed to bind",
227 Intent intent = new Intent(ActivityTestMain.this, SingleUserService.class);
234 Intent intent = new Intent(ActivityTestMain
[all...]

Completed in 51 milliseconds