Searched refs:FakeApp (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeBackgroundService.java49 int[] alloc = new int[FakeApp.PAGE_SIZE/4];
52 for (int j=0; j<FakeApp.PAGE_SIZE/4; j++) {
H A DFakeApp.java36 public class FakeApp extends Application { class in inherits:Application
54 startService(new Intent(FakeApp.this, FakeBackgroundService.class));

Completed in 46 milliseconds