Searched refs:ACTION_GET_CONVERSATION (Results 1 – 2 of 2) sorted by relevance
40 public static final String ACTION_GET_CONVERSATION field in MainActivity72 Intent serviceIntent = new Intent(ACTION_GET_CONVERSATION); in onResume()
84 } else if (action.equals(MainActivity.ACTION_GET_CONVERSATION)) { in onStartCommand()