Home
last modified time | relevance | path

Searched refs:OutOfIdsException (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DUninstallEventReceiver.java63 throws EventResultPersister.OutOfIdsException { in addObserver()
82 static int getNewId(@NonNull Context context) throws EventResultPersister.OutOfIdsException { in getNewId()
DEventResultPersister.java78 public int getNewId() throws OutOfIdsException { in getNewId()
81 throw new OutOfIdsException(); in getNewId()
300 throws OutOfIdsException { in addObserver()
352 class OutOfIdsException extends Exception {} class in EventResultPersister
DInstallEventReceiver.java63 throws EventResultPersister.OutOfIdsException { in addObserver()
DInstallInstalling.java127 } catch (EventResultPersister.OutOfIdsException e) { in onCreate()
165 } catch (EventResultPersister.OutOfIdsException e) { in onCreate()
DUninstallUninstalling.java116 } catch (EventResultPersister.OutOfIdsException | IllegalArgumentException e) { in onCreate()
DUninstallerActivity.java329 } catch (EventResultPersister.OutOfIdsException e) { in startUninstallProgress()