Home
last modified time | relevance | path

Searched refs:ALL (Results 1 – 25 of 144) sorted by relevance

123456

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DAnimationProps.java43 @IntDef({ALL, TRANSLATION_X, TRANSLATION_Y, TRANSLATION_Z, ALPHA, SCALE, BOUNDS})
46 public static final int ALL = 0; field in AnimationProps
98 setStartDelay(ALL, startDelay); in AnimationProps()
99 setDuration(ALL, duration); in AnimationProps()
100 setInterpolator(ALL, interpolator); in AnimationProps()
163 return mPropStartDelay.get(ALL, 0); in getStartDelay()
188 return mPropDuration.get(ALL, 0); in getDuration()
214 return mPropInterpolators.get(ALL, Interpolators.LINEAR); in getInterpolator()
228 return mPropInitialPlayTime.get(ALL, 0); in getInitialPlayTime()
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/
Ddevice_for_strategy_sonification.pfw31 ALL
34 ALL
218 ALL
225 ALL
255 ALL
264 ALL
292 ALL
296 ALL
328 ALL
333 ALL
Ddevice_for_strategy_sonification_respectful.pfw51 ALL
54 ALL
238 ALL
246 ALL
280 ALL
290 ALL
316 ALL
324 ALL
353 ALL
361 ALL
Ddevice_for_strategy_dtmf.pfw219 ALL
227 ALL
257 ALL
266 ALL
295 ALL
303 ALL
332 ALL
341 ALL
524 ALL
532 ALL
Ddevice_for_strategy_accessibility.pfw255 ALL
263 ALL
293 ALL
328 ALL
336 ALL
365 ALL
374 ALL
/frameworks/wilhelm/tools/mphtogen/
DMakefile2 ALL = $(DIR)/MPH_to_3DGroup.h $(DIR)/MPH_to_AudioPlayer.h $(DIR)/MPH_to_AudioRecorder.h \ macro
7 $(ALL) : mphtogen
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java486 UserHandle.ALL); in sendNotification()
487 context.sendStickyBroadcastAsUser(mStorageLowIntent, UserHandle.ALL); in sendNotification()
500 mNotificationMgr.cancelAsUser(null, LOW_MEMORY_NOTIFICATION_ID, UserHandle.ALL); in cancelNotification()
502 context.removeStickyBroadcastAsUser(mStorageLowIntent, UserHandle.ALL); in cancelNotification()
503 context.sendBroadcastAsUser(mStorageOkIntent, UserHandle.ALL); in cancelNotification()
511 getContext().sendStickyBroadcastAsUser(mStorageFullIntent, UserHandle.ALL); in sendFullNotification()
519 getContext().removeStickyBroadcastAsUser(mStorageFullIntent, UserHandle.ALL); in cancelFullNotification()
520 getContext().sendBroadcastAsUser(mStorageNotFullIntent, UserHandle.ALL); in cancelFullNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java94 mNotificationManager.cancelAsUser(fsUuid, PRIVATE_ID, UserHandle.ALL);
122 mNotificationManager.cancelAsUser(null, MOVE_ID, UserHandle.ALL);
193 mNotificationManager.cancelAsUser(fsUuid, PRIVATE_ID, UserHandle.ALL); in updateMissingPrivateVolumes()
215 .build(), UserHandle.ALL); in updateMissingPrivateVolumes()
241 UserHandle.ALL); in onDiskScannedInternal()
245 mNotificationManager.cancelAsUser(disk.getId(), DISK_ID, UserHandle.ALL); in onDiskScannedInternal()
255 mNotificationManager.cancelAsUser(disk.getId(), DISK_ID, UserHandle.ALL); in onDiskDestroyedInternal()
311 mNotificationManager.notifyAsUser(vol.getId(), PUBLIC_ID, notif, UserHandle.ALL); in onPublicVolumeStateChangedInternal()
313 mNotificationManager.cancelAsUser(vol.getId(), PUBLIC_ID, UserHandle.ALL); in onPublicVolumeStateChangedInternal()
492 builder.build(), UserHandle.ALL); in onMoveProgress()
[all …]
/frameworks/base/core/tests/coretests/src/android/text/util/
DLinkifyTest.java45 tv.setAutoLinkMask(Linkify.ALL); in testNormal()
57 tv.setAutoLinkMask(Linkify.ALL); in testUnclickable()
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DListChangeRegistry.java30 private static final int ALL = 0; field in ListChangeRegistry
69 notifyCallbacks(list, ALL, null); in notifyChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java130 mNoMan.cancelAsUser(TAG_NOTIFICATION, R.id.notification_power, UserHandle.ALL); in updateNotification()
149 mNoMan.notifyAsUser(TAG_NOTIFICATION, R.id.notification_power, n, UserHandle.ALL); in showInvalidChargerNotification()
179 mNoMan.notifyAsUser(TAG_NOTIFICATION, R.id.notification_power, nb.build(), UserHandle.ALL); in showWarningNotification()
318 mContext.registerReceiverAsUser(this, UserHandle.ALL, filter, in init()
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DTracer.java53 ALL enumConstant
133 case ALL: in setOutputMode()
/frameworks/base/services/core/java/com/android/server/policy/
DPolicyControl.java184 private static final String ALL = "*"; field in PolicyControl.Filter
210 return mBlacklist.contains(packageName) || mBlacklist.contains(ALL); in onBlacklist()
214 return mWhitelist.contains(ALL) || mWhitelist.contains(packageName); in onWhitelist()
/frameworks/base/services/core/java/com/android/server/dreams/
DDreamController.java125 mContext.sendBroadcastAsUser(mCloseNotificationShadeIntent, UserHandle.ALL); in startDream()
209 mContext.sendBroadcastAsUser(mDreamingStoppedIntent, UserHandle.ALL); in stopDream()
264 mContext.sendBroadcastAsUser(mDreamingStartedIntent, UserHandle.ALL); in attach()
/frameworks/native/opengl/libs/
DAndroid.mk36 LOCAL_LDFLAGS += -Wl,--exclude-libs=ALL
/frameworks/base/services/core/java/com/android/server/webkit/
DWebViewUpdateService.java108 getContext().registerReceiverAsUser(mWebViewUpdatedReceiver, UserHandle.ALL, filter, in onStart()
113 getContext().registerReceiverAsUser(mWebViewUpdatedReceiver, UserHandle.ALL, in onStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DRecentsPackageMonitor.java39 register(context, BackgroundThread.get().getLooper(), UserHandle.ALL, true); in register()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNotificationController.java271 mNotificationBuilder.build(), UserHandle.ALL); in setNotificationVisible()
273 notificationManager.cancelAsUser(null, ICON_NETWORKS_AVAILABLE, UserHandle.ALL); in setNotificationVisible()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java188 mNotificationManager.notifyAsUser(NOTIFICATION_ID, id, notification, UserHandle.ALL); in showNotification()
199 mNotificationManager.cancelAsUser(NOTIFICATION_ID, id, UserHandle.ALL); in clearNotification()
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
DUiAutomatorInstrumentationTestRunner.java43 if (mode == Tracer.Mode.FILE || mode == Tracer.Mode.ALL) { in onStart()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java471 getContext().sendBroadcastAsUser(new Intent(oldAction), UserHandle.ALL); in updateLocked()
479 getContext().sendBroadcastAsUser(new Intent(oldAction), UserHandle.ALL); in updateLocked()
672 R.string.car_mode_disable_notification_title, n.build(), UserHandle.ALL); in adjustStatusBarCarModeLocked()
675 R.string.car_mode_disable_notification_title, UserHandle.ALL); in adjustStatusBarCarModeLocked()
DSensorNotificationService.java68 mContext.sendBroadcastAsUser(i, UserHandle.ALL); in broadcastDynamicSensorChanged()
/frameworks/base/services/core/java/com/android/server/tv/
DPersistentDataStore.java225 TvInputManager.ACTION_PARENTAL_CONTROLS_ENABLED_CHANGED), UserHandle.ALL); in broadcastChangesIfNeeded()
230 UserHandle.ALL); in broadcastChangesIfNeeded()
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DObservableArrayListTest.java28 private static final int ALL = 0; field in ObservableArrayListTest
45 mNotifications.add(new ListChange(ALL, 0, 0));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellBroadcastHandler.java95 mContext.sendOrderedBroadcastAsUser(intent, UserHandle.ALL, receiverPermission, appOp, in handleBroadcastSms()

123456