Searched refs:reportStatus (Results 1 – 5 of 5) sorted by relevance
281 ReportStatus& reportStatus = mHistory[ReportId(id, pkg, cls)]; in set_approval_sent() local282 reportStatus.approval_sent = true; in set_approval_sent()283 reportStatus.listener = listener; in set_approval_sent()
118 public void reportStatus(IInstrumentationWatcher watcher, ComponentName name, int resultCode, in reportStatus() method in InstrumentationReporter
800 mStatusListener->reportStatus(DATA_LOADER_UNRECOVERABLE); in receiver()810 mStatusListener->reportStatus(DATA_LOADER_UNRECOVERABLE); in receiver()
163 reportStatus(id); in createOk()204 reportStatus(id); in setAndReportStatus()206 void reportStatus(int id) { in reportStatus() function in android::os::incremental::MockDataLoader
1110 void reportStatus(@StatusCallbacks.GnssStatusValue int gnssStatus) { in reportStatus() method in GnssNative