Searched refs:ALL (Results 1 - 25 of 98) sorted by relevance

1234

/frameworks/wilhelm/tools/mphtogen/
H A DMakefile2 ALL = $(DIR)/MPH_to_3DGroup.h $(DIR)/MPH_to_AudioPlayer.h $(DIR)/MPH_to_AudioRecorder.h \ macro
7 $(ALL) : mphtogen
/frameworks/base/core/java/android/net/dhcp/
H A DDhcpDiscoverPacket.java46 InetAddress destIp = Inet4Address.ALL;
48 fillInPacket(encap, Inet4Address.ALL, Inet4Address.ANY, destUdp, srcUdp,
H A DDhcpRequestPacket.java51 fillInPacket(encap, Inet4Address.ALL, Inet4Address.ANY, destUdp, srcUdp,
H A DDhcpAckPacket.java60 InetAddress destIp = mBroadcast ? Inet4Address.ALL : mYourIp;
H A DDhcpOfferPacket.java62 InetAddress destIp = mBroadcast ? Inet4Address.ALL : mYourIp;
/frameworks/base/core/tests/coretests/src/android/text/util/
H A DLinkifyTest.java45 tv.setAutoLinkMask(Linkify.ALL);
57 tv.setAutoLinkMask(Linkify.ALL);
/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java487 UserHandle.ALL);
488 context.sendStickyBroadcastAsUser(mStorageLowIntent, UserHandle.ALL);
501 mNotificationMgr.cancelAsUser(null, LOW_MEMORY_NOTIFICATION_ID, UserHandle.ALL);
503 context.removeStickyBroadcastAsUser(mStorageLowIntent, UserHandle.ALL);
504 context.sendBroadcastAsUser(mStorageOkIntent, UserHandle.ALL);
512 getContext().sendStickyBroadcastAsUser(mStorageFullIntent, UserHandle.ALL);
520 getContext().removeStickyBroadcastAsUser(mStorageFullIntent, UserHandle.ALL);
521 getContext().sendBroadcastAsUser(mStorageNotFullIntent, UserHandle.ALL);
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorInstrumentationTestRunner.java40 if (mode == Tracer.Mode.FILE || mode == Tracer.Mode.ALL) {
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DTracer.java53 ALL enum constant in enum:Tracer.Mode
133 case ALL:
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationControllerImpl.java65 context.registerReceiverAsUser(this, UserHandle.ALL, filter, null, null);
82 }, UserHandle.ALL, intentFilter, null, new Handler());
H A DNextAlarmController.java42 context.registerReceiverAsUser(this, UserHandle.ALL, filter, null, null);
H A DSplitClockView.java78 getContext().registerReceiverAsUser(mIntentReceiver, UserHandle.ALL, filter, null, null);
H A DClock.java96 getContext().registerReceiverAsUser(mIntentReceiver, UserHandle.ALL, filter,
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsPackageMonitor.java49 register(context, Looper.getMainLooper(), UserHandle.ALL, true);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCellBroadcastHandler.java95 mContext.sendOrderedBroadcastAsUser(intent, UserHandle.ALL, receiverPermission, appOp,
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamController.java118 mContext.sendBroadcastAsUser(mCloseNotificationShadeIntent, UserHandle.ALL);
192 mContext.sendBroadcastAsUser(mDreamingStoppedIntent, UserHandle.ALL);
247 mContext.sendBroadcastAsUser(mDreamingStartedIntent, UserHandle.ALL);
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java148 mNoMan.cancelAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, UserHandle.ALL);
169 mNoMan.notifyAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, n, UserHandle.ALL);
207 mNoMan.notifyAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, n, UserHandle.ALL);
224 mNoMan.notifyAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, nb.build(), UserHandle.ALL);
380 mContext.registerReceiverAsUser(this, UserHandle.ALL, filter, null, mHandler);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPolicyControl.java184 private static final String ALL = "*"; field in class:PolicyControl.Filter
210 return mBlacklist.contains(packageName) || mBlacklist.contains(ALL);
214 return mWhitelist.contains(ALL) || mWhitelist.contains(packageName);
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusedLocationProvider.java79 }, UserHandle.ALL, intentFilter, null, mHandler);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java340 UserHandle.ALL);
342 notificationManager.cancelAsUser(null, notificationId, UserHandle.ALL);
417 mMediaStorageNotification, UserHandle.ALL);
419 notificationManager.cancelAsUser(null, notificationId, UserHandle.ALL);
/frameworks/base/services/core/java/com/android/server/
H A DUpdateLockService.java81 mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
H A DUiModeManagerService.java411 getContext().sendBroadcastAsUser(new Intent(oldAction), UserHandle.ALL);
419 getContext().sendBroadcastAsUser(new Intent(oldAction), UserHandle.ALL);
611 R.string.car_mode_disable_notification_title, n, UserHandle.ALL);
614 R.string.car_mode_disable_notification_title, UserHandle.ALL);
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchManagerService.java81 new MyPackageMonitor().register(context, null, UserHandle.ALL, true);
193 mContext.sendBroadcastAsUser(intent, UserHandle.ALL);
/frameworks/base/services/core/java/com/android/server/tv/
H A DPersistentDataStore.java224 TvInputManager.ACTION_PARENTAL_CONTROLS_ENABLED_CHANGED), UserHandle.ALL);
229 UserHandle.ALL);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNotificationController.java256 UserHandle.ALL);
258 notificationManager.cancelAsUser(null, ICON_NETWORKS_AVAILABLE, UserHandle.ALL);

Completed in 3281 milliseconds

1234