Searched refs:OperationFailedException (Results 1 – 4 of 4) sorted by relevance
201 } catch (OperationFailedException e) { in updateOverlaysForUser()213 } catch (OperationFailedException e) { in updateOverlaysForUser()273 final int userId) throws OperationFailedException { in onPackageAdded()283 final int userId) throws OperationFailedException { in onPackageChanged()289 boolean systemUpdateUninstall, final int userId) throws OperationFailedException { in onPackageReplacing()299 throws OperationFailedException { in onPackageReplaced()355 final int userId, final int flags) throws OperationFailedException { in updatePackageOverlays()394 throw new OperationFailedException("failed to update settings", e); in updatePackageOverlays()401 final int userId, final int flags) throws OperationFailedException { in reconcileSettingsForPackage()443 final boolean enable, final int userId) throws OperationFailedException { in setEnabled()[all …]
36 import static com.android.server.om.OverlayManagerServiceImpl.OperationFailedException;440 } catch (OperationFailedException e) { in onPackageAdded()460 } catch (OperationFailedException e) { in onPackageChanged()481 } catch (OperationFailedException e) { in onPackageReplacing()501 } catch (OperationFailedException e) { in onPackageReplaced()673 } catch (OperationFailedException e) {708 } catch (OperationFailedException e) {743 } catch (OperationFailedException e) {778 } catch (OperationFailedException e) {810 } catch (OperationFailedException e) {[all …]
19 import static com.android.server.om.OverlayManagerServiceImpl.OperationFailedException;172 throws OperationFailedException { in installAndAssert()194 throws OperationFailedException { in upgradeAndAssert()221 throws OperationFailedException { in downgradeAndAssert()
218 assertThrows(OverlayManagerServiceImpl.OperationFailedException.class, in testSetEnabledAtVariousConditions()