Home
last modified time | relevance | path

Searched refs:ExceptionUtil (Results 1 – 10 of 10) sorted by relevance

/packages/modules/AppSearch/framework/java/android/app/appsearch/
DAppSearchSession.java47 import android.app.appsearch.util.ExceptionUtil;
161 ExceptionUtil.handleRemoteException(e); in initialize()
278 ExceptionUtil.handleRemoteException(e); in getSchema()
325 ExceptionUtil.handleRemoteException(e); in getNamespaces()
386 ExceptionUtil.handleRemoteException(e); in put()
425 ExceptionUtil.handleRemoteException(e); in getByDocumentId()
661 ExceptionUtil.handleRemoteException(e); in searchSuggestion()
713 ExceptionUtil.handleRemoteException(e); in reportUsage()
777 ExceptionUtil.handleRemoteException(e); in remove()
834 ExceptionUtil.handleRemoteException(e); in remove()
[all …]
DReadOnlyGlobalSearchSession.java30 import android.app.appsearch.util.ExceptionUtil;
105 ExceptionUtil.handleRemoteException(e); in initialize()
154 ExceptionUtil.handleRemoteException(e); in getByDocumentId()
246 ExceptionUtil.handleRemoteException(e); in getSchema()
DAppSearchMigrationHelper.java36 import android.app.appsearch.util.ExceptionUtil;
174 ExceptionUtil.handleRemoteException(e); in queryAndTransform()
233 ExceptionUtil.handleRemoteException(e); in putMigratedDocuments()
DSearchResults.java34 import android.app.appsearch.util.ExceptionUtil;
168 ExceptionUtil.handleRemoteException(e); in getNextPage()
/packages/modules/AppSearch/framework/java/android/app/appsearch/util/
DExceptionUtil.java27 public final class ExceptionUtil { class
59 private ExceptionUtil() {} in ExceptionUtil() method in ExceptionUtil
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DUserStorageInfo.java26 import android.app.appsearch.util.ExceptionUtil;
77 ExceptionUtil.handleException(e); in updateStorageInfoFile()
114 ExceptionUtil.handleException(e); in readStorageInfoFromFile()
DAppSearchModule.java25 import android.app.appsearch.util.ExceptionUtil;
100 ExceptionUtil.handleException(e); in onStart()
DAppSearchManagerService.java91 import android.app.appsearch.util.ExceptionUtil;
340 ExceptionUtil.handleException(e); in handlePackageRemoved()
376 ExceptionUtil.handleException(e); in onUserUnlocking()
386 ExceptionUtil.handleException(e); in onUserUnlocking()
414 ExceptionUtil.handleException(e); in onUserStopping()
1318 ExceptionUtil.handleException(e); in invalidateNextPageToken()
1352 ExceptionUtil.handleException(e); in invalidateNextPageToken()
2035 ExceptionUtil.handleException(e); in persistToDisk()
2068 ExceptionUtil.handleException(e); in persistToDisk()
2624 ExceptionUtil.handleException(e); in augmentStatsForPackageForUser()
[all …]
/packages/modules/AppSearch/service/java/com/android/server/appsearch/stats/
DStatsCollector.java24 import android.app.appsearch.util.ExceptionUtil;
122 ExceptionUtil.handleException(e); in pullAppSearchStorageInfo()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DObserverManager.java25 import android.app.appsearch.util.ExceptionUtil;
421 ExceptionUtil.handleException(e); in dispatchAndClearPendingNotificationsLocked()
443 ExceptionUtil.handleException(e); in dispatchAndClearPendingNotificationsLocked()