Searched refs:ACTION_PING (Results 1 – 3 of 3) sorted by relevance
36 public static final String ACTION_PING = "com.example.android.pingme.ACTION_PING"; field in CommonConstants
51 mServiceIntent.setAction(CommonConstants.ACTION_PING); in onPingClick()
56 if(action.equals(CommonConstants.ACTION_PING)) { in onHandleIntent()