HomeSort by relevance Sort by last modified time
    Searched full:checksystemservice (Results 1 - 1 of 1) sorted by null

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ApplicationTest.java 72 checkSystemService(Context.LAYOUT_INFLATER_SERVICE, android.view.LayoutInflater.class);
73 checkSystemService(Context.ACTIVITY_SERVICE, android.app.ActivityManager.class);
74 checkSystemService(Context.POWER_SERVICE, android.os.PowerManager.class);
75 checkSystemService(Context.ALARM_SERVICE, android.app.AlarmManager.class);
76 checkSystemService(Context.NOTIFICATION_SERVICE, android.app.NotificationManager.class);
77 checkSystemService(Context.KEYGUARD_SERVICE, android.app.KeyguardManager.class);
78 checkSystemService(Context.LOCATION_SERVICE, android.location.LocationManager.class);
79 checkSystemService(Context.SEARCH_SERVICE, android.app.SearchManager.class);
80 checkSystemService(Context.SENSOR_SERVICE, android.hardware.TestSensorManager.class);
81 checkSystemService(Context.STORAGE_SERVICE, android.os.storage.StorageManager.class)
    [all...]

Completed in 666 milliseconds