HomeSort by relevance Sort by last modified time
    Searched refs:mServiceIntent (Results 1 - 5 of 5) sorted by null

  /development/samples/training/notify-user/src/com/example/android/pingme/
MainActivity.java 26 private Intent mServiceIntent;
35 mServiceIntent = new Intent(getApplicationContext(), PingService.class);
50 mServiceIntent.putExtra(CommonConstants.EXTRA_MESSAGE, message);
51 mServiceIntent.setAction(CommonConstants.ACTION_PING);
65 mServiceIntent.putExtra(CommonConstants.EXTRA_TIMER, milliseconds);
67 startService(mServiceIntent);
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/
SelfBrailleClient.java 50 private static final Intent mServiceIntent =
125 if (!mContext.bindService(mServiceIntent, localConnection,
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/translate/
TranslatorManager.java 50 private static final Intent mServiceIntent =
127 if (!mContext.bindService(mServiceIntent, localConnection,
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoThumbnailFragment.java 67 private Intent mServiceIntent;
194 mServiceIntent =
203 getActivity().startService(mServiceIntent);
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
Display.java 49 private static final Intent mServiceIntent =
210 if (!mContext.bindService(mServiceIntent, localConnection,

Completed in 3905 milliseconds