Searched refs:IsGooglePlayServiceAvailable (Results 1 – 2 of 2) sorted by relevance
42 bool IsGooglePlayServiceAvailable(JNIEnv* env, jobject context);
106 bool ClearcutBackend::IsGooglePlayServiceAvailable(JNIEnv* env, jobject context) { in IsGooglePlayServiceAvailable() function in tuningfork::ClearcutBackend172 bool available = IsGooglePlayServiceAvailable(env, context); in InitWithClearcut()