Searched refs:startServiceIntent (Results 1 – 1 of 1) sorted by relevance
114 Intent startServiceIntent = new Intent(this, MyJobService.class); in onStart() local116 startServiceIntent.putExtra(MESSENGER_INTENT_KEY, messengerIncoming); in onStart()117 startService(startServiceIntent); in onStart()