Searched refs:flags (Results 376 - 400 of 1709) sorted by last modified time

<<11121314151617181920>>

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStartInterceptor.java145 (mAInfo.applicationInfo.flags & FLAG_SUSPENDED) == 0) {
H A DActivityStarter.java124 * This class collects all the logic for determining how an intent and flags should be turned into
422 final int flags = intent.getFlags();
424 newIntent.setFlags(flags
475 int flags = intent.getFlags();
477 intent.setFlags(flags
978 // When the flags NEW_TASK and CLEAR_TASK are set, then the task gets reused but
1317 // If task is empty, then adopt the interesting intent launch flags in to the
1461 // If the launch flags carry both NEW_TASK and CLEAR_TASK, the task's activities
H A DAppErrors.java494 mContext, app.info.packageName, app.info.flags);
557 report.systemApp = (r.info.flags & ApplicationInfo.FLAG_SYSTEM) != 0;
643 && (mService.mHomeProcess.info.flags & ApplicationInfo.FLAG_SYSTEM) == 0) {
770 app.processName, app.info.flags, annotation);
H A DBatteryStatsService.java1151 int flags = 0;
1165 flags |= BatteryStats.DUMP_HISTORY_ONLY;
1167 flags |= BatteryStats.DUMP_HISTORY_ONLY;
1178 flags |= BatteryStats.DUMP_INCLUDE_HISTORY;
1180 flags |= BatteryStats.DUMP_CHARGED_ONLY;
1182 flags |= BatteryStats.DUMP_DAILY_ONLY;
1227 flags |= BatteryStats.DUMP_VERBOSE;
1252 flags |= BatteryStats.DUMP_DEVICE_WIFI_ONLY;
1263 if ((flags&(BatteryStats.DUMP_HISTORY_ONLY|BatteryStats.DUMP_CHARGED_ONLY)) == 0) {
1264 flags |
[all...]
H A DBroadcastQueue.java1076 info.activityInfo.name, info.activityInfo.flags);
1081 if ((info.activityInfo.flags&ActivityInfo.FLAG_SINGLE_USER) != 0) {
H A DCompatModePackages.java148 Integer flags = mPackages.get(packageName);
149 return flags != null ? flags : 0;
H A DConnectionRecord.java32 final int flags; // Binding options. field in class:ConnectionRecord
44 + " flags=0x" + Integer.toHexString(flags));
53 flags = _flags;
68 if ((flags&Context.BIND_AUTO_CREATE) != 0) {
71 if ((flags&Context.BIND_DEBUG_UNBIND) != 0) {
74 if ((flags&Context.BIND_NOT_FOREGROUND) != 0) {
77 if ((flags&Context.BIND_ABOVE_CLIENT) != 0) {
80 if ((flags&Context.BIND_ALLOW_OOM_MANAGEMENT) != 0) {
83 if ((flags
[all...]
H A DIntentBindRecord.java80 int flags = 0;
84 flags |= connections.valueAt(j).flags;
87 return flags;
H A DPendingIntentRecord.java68 final int flags; field in class:PendingIntentRecord.Key
85 flags = _f;
160 if (flags != other.flags) {
178 + " flags=0x" + Integer.toHexString(flags) + " u=" + userId + "}";
244 if ((key.flags&PendingIntent.FLAG_ONE_SHOT) != 0) {
252 final boolean immutable = (key.flags & PendingIntent.FLAG_IMMUTABLE) != 0;
255 int changes = finalIntent.fillIn(intent, key.flags);
384 pw.print(" flags
[all...]
H A DProcessRecord.java539 if ((cr.flags&Context.BIND_ABOVE_CLIENT) != 0) {
H A DProcessStatsService.java101 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
104 return super.onTransact(code, data, reply, flags);
H A DRecentTasks.java340 || (app.flags & ApplicationInfo.FLAG_INSTALLED) == 0) {
354 || (ai.applicationInfo.flags
360 + " flags="
361 + Integer.toHexString(ai.applicationInfo.flags)
638 final int flags = intent.getFlags();
639 if ((flags & (FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_NEW_DOCUMENT)) != 0
640 && (flags & FLAG_ACTIVITY_MULTIPLE_TASK) != 0) {
H A DServiceRecord.java337 if ((serviceInfo.applicationInfo.flags&ApplicationInfo.FLAG_PERSISTENT) == 0) {
355 if ((serviceInfo.applicationInfo.flags&ApplicationInfo.FLAG_PERSISTENT) == 0) {
390 if ((cr.get(i).flags&Context.BIND_AUTO_CREATE) != 0) {
403 if ((cr.get(i).flags&Context.BIND_ALLOW_WHITELIST_MANAGEMENT) != 0) {
H A DTaskRecord.java401 (info.flags & ActivityInfo.FLAG_RELINQUISH_TASK_IDENTITY) == 0;
460 if ((info.flags & ActivityInfo.FLAG_AUTO_REMOVE_FROM_RECENTS) != 0) {
1059 (mActivities.get(0).info.flags & ActivityInfo.FLAG_RELINQUISH_TASK_IDENTITY) != 0;
1063 if (relinquish && (r.info.flags & ActivityInfo.FLAG_RELINQUISH_TASK_IDENTITY) == 0) {
1118 if ((r.info.flags & ActivityInfo.FLAG_RELINQUISH_TASK_IDENTITY) == 0) {
1596 // overridden - aspect ratio and size. Other flags (like layout direction) can be updated
H A DUserController.java691 if ((user.flags & UserInfo.FLAG_INITIALIZED) == UserInfo.FLAG_INITIALIZED
1347 boolean isUserRunningLocked(int userId, int flags) { argument
1352 if ((flags & ActivityManager.FLAG_OR_STOPPED) != 0) {
1355 if ((flags & ActivityManager.FLAG_AND_LOCKED) != 0) {
1364 if ((flags & ActivityManager.FLAG_AND_UNLOCKING_OR_UNLOCKED) != 0) {
1373 if ((flags & ActivityManager.FLAG_AND_UNLOCKED) != 0) {
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java189 // sendMsg() flags
1162 public void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags, argument
1164 adjustSuggestedStreamVolume(direction, suggestedStreamType, flags, callingPackage,
1168 private void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags, argument
1171 + ", flags=" + flags + ", caller=" + caller);
1183 if ((flags & AudioManager.FLAG_PLAY_SOUND) != 0 &&
1185 flags &= ~AudioManager.FLAG_PLAY_SOUND;
1190 if (mVolumeController.suppressAdjustment(resolvedStream, flags, isMute)) {
1192 flags
1201 adjustStreamVolume(int streamType, int direction, int flags, String callingPackage) argument
1207 adjustStreamVolume(int streamType, int direction, int flags, String callingPackage, String caller, int uid) argument
1403 onUnmuteStream(int stream, int flags) argument
1412 setSystemAudioVolume(int oldVolume, int newVolume, int maxVolume, int flags) argument
1441 StreamVolumeCommand(int streamType, int index, int flags, int device) argument
1456 getNewRingerMode(int stream, int index, int flags) argument
1498 onSetStreamVolume(int streamType, int index, int flags, int device, String caller) argument
1513 setStreamVolume(int streamType, int index, int flags, String callingPackage) argument
1518 setStreamVolume(int streamType, int index, int flags, String callingPackage, String caller, int uid) argument
1609 volumeAdjustmentAllowedByDnd(int streamTypeAlias, int flags) argument
1706 sendVolumeUpdate(int streamType, int oldIndex, int index, int flags) argument
1717 updateFlagsForSystemAudio(int flags) argument
1730 sendMasterMuteUpdate(boolean muted, int flags) argument
1898 setMasterMuteInternal(boolean mute, int flags, String callingPackage, int uid, int userId) argument
1919 setMasterMuteInternalNoCallerCheck(boolean mute, int flags, int userId) argument
1944 setMasterMute(boolean mute, int flags, String callingPackage, int userId) argument
3385 checkForRingerModeChange(int oldIndex, int direction, int step, boolean isMuted, String caller, int flags) argument
5441 requestAudioFocus(AudioAttributes aa, int durationHint, IBinder cb, IAudioFocusDispatcher fd, String clientId, String callingPackageName, int flags, IAudioPolicyCallback pcb) argument
6040 suppressAdjustment(int resolvedStream, int flags, boolean isMute) argument
6087 postDisplaySafeVolumeWarning(int flags) argument
6097 postVolumeChanged(int streamType, int flags) argument
6107 postMasterMuteChanged(int flags) argument
6153 adjustSuggestedStreamVolumeForUid(int streamType, int direction, int flags, String callingPackage, int uid) argument
6162 adjustStreamVolumeForUid(int streamType, int direction, int flags, String callingPackage, int uid) argument
6169 setStreamVolumeForUid(int streamType, int direction, int flags, String callingPackage, int uid) argument
[all...]
H A DFocusRequester.java55 * the flags associated with the gain request that qualify the type of grant (e.g. accepting
175 private static String flagsToString(int flags) { argument
177 if ((flags & AudioManager.AUDIOFOCUS_FLAG_DELAY_OK) != 0) {
180 if ((flags & AudioManager.AUDIOFOCUS_FLAG_LOCK) != 0) {
184 if ((flags & AudioManager.AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) != 0) {
196 + " -- flags: " + flagsToString(mGrantFlags)
H A DMediaFocusControl.java389 IAudioFocusDispatcher fd, String clientId, String callingPackageName, int flags) {
394 + " flags=0x" + Integer.toHexString(flags));
409 if ((flags & AudioManager.AUDIOFOCUS_FLAG_DELAY_OK) == 0) {
435 if (fr.getGainRequest() == focusChangeHint && fr.getGrantFlags() == flags) {
455 final FocusRequester nfr = new FocusRequester(aa, focusChangeHint, flags, fd, cb,
388 requestAudioFocus(AudioAttributes aa, int focusChangeHint, IBinder cb, IAudioFocusDispatcher fd, String clientId, String callingPackageName, int flags) argument
/frameworks/base/services/core/java/com/android/server/backup/
H A DBackupUtils.java45 if ((target.applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0) {
/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraService.java261 cameraServiceBinder.linkToDeath(this, /*flags*/ 0);
309 int flags = enablePolling ? ENABLE_POLLING_FLAGS : DISABLE_POLLING_FLAGS;
310 if (DEBUG) Slog.v(TAG, "Setting NFC reader mode to flags " + flags);
312 nfcAdapterRaw.setReaderMode(nfcInterfaceToken, null, flags, null);
/frameworks/base/services/core/java/com/android/server/clipboard/
H A DClipboardService.java126 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
129 return super.onTransact(code, data, reply, flags);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPermissionMonitor.java168 int flags = app.applicationInfo != null ? app.applicationInfo.flags : 0;
169 if ((flags & FLAG_SYSTEM) != 0 || (flags & FLAG_UPDATED_SYSTEM_APP) != 0) {
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java233 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
236 return super.onTransact(code, data, reply, flags);
354 boolean observerWantsSelfNotifications, int flags,
357 + " from observer " + observer + ", flags " + Integer.toHexString(flags));
391 flags, userHandle, calls);
418 if ((flags&ContentResolver.NOTIFY_SYNC_TO_NETWORK) != 0) {
1343 boolean observerWantsSelfNotifications, int flags,
1366 if ((flags&ContentResolver.NOTIFY_SKIP_NOTIFY_FOR_DESCENDANTS) != 0
1382 + " flags
353 notifyChange(Uri uri, IContentObserver observer, boolean observerWantsSelfNotifications, int flags, int userHandle) argument
1342 collectMyObserversLocked(boolean leaf, IContentObserver observer, boolean observerWantsSelfNotifications, int flags, int targetUserHandle, ArrayList<ObserverCall> calls) argument
1393 collectObserversLocked(Uri uri, int index, IContentObserver observer, boolean observerWantsSelfNotifications, int flags, int targetUserHandle, ArrayList<ObserverCall> calls) argument
[all...]
H A DSyncJobService.java42 public int onStartCommand(Intent intent, int flags, int startId) { argument
H A DSyncManager.java3027 authority, 0 /* flags */);
3065 notification.flags |= Notification.FLAG_ONGOING_EVENT;
3082 if ((resolveInfo.activityInfo.applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM)

Completed in 220 milliseconds

<<11121314151617181920>>