Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DUninstallEventReceiver.java63 throws EventResultPersister.OutOfIdsException { in addObserver()
82 static int getNewId(@NonNull Context context) throws EventResultPersister.OutOfIdsException { in getNewId()
H A 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
H A DInstallEventReceiver.java63 throws EventResultPersister.OutOfIdsException { in addObserver()
H A DInstallInstalling.java127 } catch (EventResultPersister.OutOfIdsException e) { in onCreate()
170 } catch (EventResultPersister.OutOfIdsException e) { in onCreate()
H A DUninstallUninstalling.java117 } catch (EventResultPersister.OutOfIdsException | IllegalArgumentException e) { in onCreate()
H A DUninstallerActivity.java332 } catch (EventResultPersister.OutOfIdsException e) { in startUninstallProgress()