Searched refs:re (Results 151 - 158 of 158) sorted by relevance

1234567

/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java1040 } catch (RemoteException re) {
1041 throw re.rethrowAsRuntimeException();
1749 // Then re-calculate the effective restrictions and apply, only for running users.
1751 // because we'll do the same thing (re-calculate the restrictions and apply)
2630 // If we're not adding a guest/demo user or a managed profile and the limit has
2634 // If we're adding a guest and there already exists one, bail.
H A DPackageManagerService.java2110 // First-install and we did a restore, so we're responsible for the
3077 // we need to re-grant app permission to catch any new ones that
3261 // holding the mPackages lock, but we're mostly interested in yelling
3403 // we're only interested in updating the installer appliction when 1) it's not
4170 // if we're in an isolated process, get the real calling UID
5708 * If you're doing surgery on app code/data, use {@link PackageFreezer} to
5974 * Normally instant apps can only be resolved when they're visible to the caller.
6371 // If it's not an "always" type preferred activity and that's what we're
6423 // clear it and re-ask the user their preference, if we're lookin
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java1171 } catch (RemoteException re) {
1172 loge("Unable to change interface settings: " + re);
2490 // Check & re-enable P2P if needed.
/frameworks/base/services/core/java/com/android/server/
H A DAppOpsService.java1468 } catch (RemoteException re) {
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java855 } catch (RemoteException re) {
1618 // Syncs that are re-scheduled shouldn't get a new job id.
1788 // Make sure that accounts we're about to use are valid.
/frameworks/base/core/java/android/provider/
H A DSettings.java2085 // If we're in system server and in a binder transaction we need to clear the
2843 * What happens when the user presses the end call button if they're not
4887 } catch (RemoteException re) {
5548 * in case SetupWizard has been re-enabled on TV devices.
7729 * mean that the automatic storage manager is prevented from being re-enabled -- this only
7881 * Flag to set if the system should predictively attempt to re-enable Bluetooth while
9271 * drastic: re-registering to the network.
10414 * mode changes so that temporarily disabling and re-enabling the specific
11290 * If 1, battery saver ({@link #LOW_POWER_MODE}) will be re-activated after the device
11915 * The build id of when the settings database was first created (or re
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java715 * either destroyed completely or re-parented.
1487 // activity has started. If we're pausing the activity just because
1848 // TODO: Should be re-worked based on the fact that each task as a stack in most cases.
2478 // sure to finish it as we're making a new activity topmost.
2625 // Have the window manager re-evaluate the orientation of
3462 + " on stop because we're just sleeping");
3567 // re-start our crashing activity once it gets resumed again.
3616 } catch (RemoteException re) {
3910 // they need to re-create their task if this current activity is the root
5332 // Do not sleep activities in this stack if we're marke
[all...]
H A DActivityManagerService.java550 // Mock "pretend we're idle now" broadcast action to the job scheduler; declared
741 * of the time but could be different when we're pausing one activity before we resume
1709 * particular uid even when the uidRecord is re-created.
2390 // For convenience we re-use the Intent extra values.
3444 * process when the bindApplication() IPC is sent to the process. They're
3445 * lazily setup to make sure the services are running when they're asked for.
3906 // want them internally to be re-ordered.
4108 // If this is an isolated process, it can't re-use an existing process.
5423 } catch (RemoteException re) {
6062 // Clean up already done if the process has been re
[all...]

Completed in 393 milliseconds

1234567