Searched refs:reportUsageAsync (Results 1 – 4 of 4) sorted by relevance
375 ListenableFuture<Void> reportUsageAsync(@NonNull ReportUsageRequest request); in reportUsageAsync() method
159 public ListenableFuture<Void> reportUsageAsync(@NonNull ReportUsageRequest request) { in reportUsageAsync() method in AppSearchSessionShimImpl
1677 mDb.reportUsageAsync( in testReportSystemUsage()1682 mDb.reportUsageAsync( in testReportSystemUsage()1687 mDb.reportUsageAsync( in testReportSystemUsage()
5628 mDb1.reportUsageAsync( in testReportUsage()5633 mDb1.reportUsageAsync( in testReportUsage()5638 mDb1.reportUsageAsync( in testReportUsage()5643 mDb1.reportUsageAsync( in testReportUsage()5648 mDb1.reportUsageAsync( in testReportUsage()5699 mDb1.reportUsageAsync(new ReportUsageRequest.Builder("namespace", "id1").build()).get(); in testReportUsage_invalidNamespace()5707 () -> mDb1.reportUsageAsync(reportUsageRequest).get()); in testReportUsage_invalidNamespace()