Searched refs:FEATURE_STRING (Results 1 – 3 of 3) sorted by relevance
26 return pm.hasSystemFeature(GameCoreConfiguration.FEATURE_STRING); in isGameCoreCertified()
30 "pm has-feature " + GameCoreConfiguration.FEATURE_STRING); in isGameCoreCertified()
23 public static String FEATURE_STRING = "android.software.gamecore.preview.certified"; field in GameCoreConfiguration