Searched refs:reportStart (Results 1 – 4 of 4) sorted by relevance
36 final Intent reportStart = new Intent(ACTION_REPORT_MORE_DETAILS_ACTIVITY_STARTED) in onStart() local39 sendBroadcast(reportStart); in onStart()
45 final Intent reportStart = new Intent(ACTION_REPORT_TEST_ACTIVITY_STARTED) in onStart() local47 sendBroadcast(reportStart); in onStart()
328 void reportStart() { in reportStart() method in LoaderManagerImpl.LoaderInfo845 mLoaders.valueAt(i).reportStart(); in doReportStart()
7428 Landroid/app/LoaderManagerImpl$LoaderInfo;->reportStart()V