Home | History | Annotate | Download | only in activity

Lines Matching refs:intent

20 import android.content.Intent;
52 public void onStart(Intent intent, int startId) {
53 //Log.i("LocalService", "onStart: " + intent);
54 if (intent.getExtras() != null) {
55 mReportObject = intent.getExtras().getIBinder(ServiceTest.REPORT_OBJ_NAME);
87 public IBinder onBind(Intent intent) {
88 Log.i("LocalService", "onBind: " + intent);
93 public boolean onUnbind(Intent intent) {
94 Log.i("LocalService", "onUnbind: " + intent);
109 public void onRebind(Intent intent) {
110 Log.i("LocalService", "onUnbind: " + intent);