Searched defs:hasSystemFeature (Results 1 – 4 of 4) sorted by relevance
161 public void hasSystemFeature() throws Exception { in hasSystemFeature() method in RobolectricPackageManagerTest
177 public boolean hasSystemFeature(String name) { in hasSystemFeature() method in RobolectricPackageManager
393 bool hasSystemFeature (JNIEnv* env, jobject activity, const char* name) in hasSystemFeature() function592 bool hasSystemFeature (ANativeActivity* activity, const char* name) in hasSystemFeature() function
136 @Override public boolean hasSystemFeature(String name) { in hasSystemFeature() method in StubPackageManager