Searched refs:startServiceIntent (Results 1 – 2 of 2) sorted by relevance
43 Intent startServiceIntent = new Intent( in onReceive() local46 startServiceIntent.setAction(DynamicSystemClient.ACTION_NOTIFY_IF_IN_USE); in onReceive()47 context.startServiceAsUser(startServiceIntent, UserHandle.SYSTEM); in onReceive()
73 Intent startServiceIntent = new Intent(this, TestJobService.class); in onCreate() local74 startServiceIntent.putExtra("messenger", new Messenger(mHandler)); in onCreate()75 startService(startServiceIntent); in onCreate()