Searched refs:always (Results 26 - 37 of 37) sorted by relevance

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java593 public void setAcceptUnvalidated(Network network, boolean accept, boolean always) { argument
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java363 * used internally to (re)configure mobile data always-on settings.
820 // Watch for whether or not to keep mobile data always on.
1629 // Configure whether mobile data is always on.
2492 public void setAcceptUnvalidated(Network network, boolean accept, boolean always) { argument
2495 accept ? 1 : 0, always ? 1: 0, network));
2498 private void handleSetAcceptUnvalidated(Network network, boolean accept, boolean always) { argument
2500 " accept=" + accept + " always=" + always);
2524 if (always) {
3382 * Starts the always
[all...]
/frameworks/base/core/java/android/app/
H A DIActivityManager.java492 public void showBootMessage(CharSequence msg, boolean always) throws RemoteException; argument
511 // manage your activity to make sure it is always the uid you expect.
H A DActivityManagerNative.java2307 boolean always = data.readInt() != 0;
2308 showBootMessage(msg, always);
5966 public void showBootMessage(CharSequence msg, boolean always) throws RemoteException { argument
5971 data.writeInt(always ? 1 : 0);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3312 // should always have a real activity).
5169 // Note that we always want to do oom adj to update our state with the
6647 public void showBootMessage(final CharSequence msg, final boolean always) { argument
6652 mWindowManager.showBootMessage(msg, always);
7044 // actually executed. However, we do want to always do the
7731 * the given {@link ProviderInfo}. Final permission checking is always done
9126 // Return the entry if desired by the caller. We always return
9127 // the first entry, because callers always expect this to be the
10331 * given {@link ProviderInfo}. Final permission checking is always done
13125 // Enable home activity for system user, so that the system can always boo
16591 removeDyingProviderLocked(ProcessRecord proc, ContentProviderRecord cpr, boolean always) argument
19827 requestPssAllProcsLocked(long now, boolean always, boolean memLowered) argument
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java221 // Nav bar is always opaque when either the freeform stack or docked stack is visible.
223 // Nav bar is always translucent when the freeform stack is visible, otherwise always opaque.
530 // Bits that we are currently always keeping cleared.
922 * We always let the sensor be switched on by default except when
947 // we will always leave it on. Note that the user could go to
952 // changes to lag, so we'd like to keep it always on. (It will
961 * screen turning off, should always disable listeners if already enabled
3012 // First we always handle the home key here, so applications
3758 // Any user activity always cause
6772 showBootMessage(final CharSequence msg, final boolean always) argument
7169 performHapticFeedbackLw(WindowState win, int effectId, boolean always) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java1264 // Dock divider shares the base layer with application windows, but we want to always
5922 public void showBootMessage(final CharSequence msg, final boolean always) { argument
5928 Slog.i(TAG_WM, "showBootMessage: msg=" + msg + " always=" + always
5937 if (!always) {
5946 mPolicy.showBootMessage(msg, always);
/frameworks/base/core/java/android/view/
H A DViewGroup.java2250 final int actionIndex = ev.getActionIndex(); // always 0 for down
3177 * <p>Subclasses should always call <code>super.onNestedPrePerformAccessibilityAction</code></p>
3878 // Clearing a pressed state always propagates.
4080 * <p>Transient views must always be explicitly {@link #removeTransientView(View) removed}
4354 * Called when a new child is added to this ViewGroup. Overrides should always
4370 * Called when a child view is removed from this ViewGroup. Overrides should always
5714 * Indicates whether this ViewGroup will always try to draw its children using their
5731 * Indicates whether this ViewGroup will always try to draw its children using their
5740 * @param always true to always dra
5750 setAlwaysDrawnWithCacheEnabled(boolean always) argument
[all...]
H A DViewRootImpl.java1257 // that the screen be kept on, then it is always set; otherwise, it is
1505 // However, windows are now always 32 bits by default, so choose 32 bits
1890 // Note that frame size change doesn't always imply surface size change (eg.
2762 // If accessibility focus moved, always invalidate the root.
5751 public boolean performHapticFeedback(int effectId, boolean always) { argument
5753 return mWindowSession.performHapticFeedback(mWindow, effectId, always);
7455 // a removed view, hence in this case always prefer the source.
H A DView.java501 * <p><em>Note: The entire view tree is single threaded. You must always be on
543 * always highlight, or give focus to, a particular view. This motivates a mode
2789 * will always represent the worst case that the application can expect
4012 // Older apps expect onMeasure() to always be called on a layout pass, regardless
4027 // modes, so we always need to run an additional EXACTLY pass.
4102 * , then the button's text will <em>always</em> be black, regardless of
5914 * focus moved when requestFocus() is called. It may not always
6145 * It may not always apply, in which case use the default.
7342 * Subclasses of View overriding this method should always call super.onFocusLost().
7649 * Note that the insets provided by the framework are always relativ
22621 performHapticFeedback(int effectId, boolean always) argument
[all...]
/frameworks/rs/api/
H A Drs_math.spec1103 The mantissa is always between 0.5 (inclusive) and 1.0 (exclusive).
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java3042 // and then 'always' in the per-user state actually used for intent resolution.
3449 // Note: isEnabledLP() does not apply here - always return info
4134 // their permissions as always granted runtime ones since we need
4245 // their permissions as always granted runtime ones since we need
5053 // default, then it is always desirable to pick it.
5180 List<ResolveInfo> query, int priority, boolean always,
5245 // If it's not an "always" type preferred activity and that's what we're
5247 if (always && !pa.mPref.mAlways) {
5297 // user their preference, if we're looking for an "always" type entry.
5298 if (always
5179 findPreferredActivity(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, int priority, boolean always, boolean removeMatches, boolean debug, int userId) argument
16773 addPreferredActivityInternal(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, boolean always, int userId, String opname) argument
[all...]

Completed in 1532 milliseconds

12