Searched defs:hasSystemFeature (Results 1 – 3 of 3) sorted by relevance
393 bool hasSystemFeature (JNIEnv* env, jobject activity, const char* name) in hasSystemFeature() function592 bool hasSystemFeature (ANativeActivity* activity, const char* name) in hasSystemFeature() function
193 protected boolean hasSystemFeature(String name) { in hasSystemFeature() method in ShadowApplicationPackageManager1221 protected boolean hasSystemFeature(String name, int version) { in hasSystemFeature() method in ShadowApplicationPackageManager
1270 public void hasSystemFeature() throws Exception { in hasSystemFeature() method in ShadowPackageManagerTest