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

  /external/chromium_org/components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/
GCMDriver.java 84 GCMRegistrar.checkDevice(mContext);
121 GCMRegistrar.checkDevice(mContext);
  /frameworks/base/docs/html/reference/com/google/android/gcm/
GCMRegistrar.html 825 <span class="sympad"><a href="/reference/com/google/android/gcm/GCMRegistrar.html#checkDevice(android.content.Context)">checkDevice</a></span>(Context context)</nobr>
    [all...]
  /frameworks/base/docs/html/google/gcm/
helper.jd 146 <pre class="prettyprint pretty-java">GCMRegistrar.checkDevice(this);
154 <p>The <code>checkDevice()</code> method verifies that the device supports GCM and throws an exception if it does not (for instance, if it is an emulator that does not contain the Google APIs). Similarly, the <code>checkManifest()</code> method verifies that the application manifest contains meets all the requirements described in <a href="#android-app">Writing the Android Application</a> (this method is only necessary when you are developing the application; once the application is ready to be published, you can remove it).</p>

Completed in 570 milliseconds