Searched refs:REPORT_OBJ_NAME (Results 1 – 2 of 2) sorted by relevance
47 public static final String REPORT_OBJ_NAME = "report"; field in ServiceTest196 bundle.putIBinder(REPORT_OBJ_NAME, mStartReceiver); in startExpectResult()
55 mReportObject = intent.getExtras().getIBinder(ServiceTest.REPORT_OBJ_NAME); in onStart()