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

123

/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.java61 InetAddress destIp = mBroadcast ? Inet4Address.ALL : mYourIp;
H A DDhcpOfferPacket.java63 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/java/com/android/server/
H A DDeviceStorageMonitorService.java380 UserHandle.ALL);
381 mContext.sendStickyBroadcastAsUser(mStorageLowIntent, UserHandle.ALL);
393 mNotificationMgr.cancelAsUser(null, LOW_MEMORY_NOTIFICATION_ID, UserHandle.ALL);
395 mContext.removeStickyBroadcastAsUser(mStorageLowIntent, UserHandle.ALL);
396 mContext.sendBroadcastAsUser(mStorageOkIntent, UserHandle.ALL);
404 mContext.sendStickyBroadcastAsUser(mStorageFullIntent, UserHandle.ALL);
412 mContext.removeStickyBroadcastAsUser(mStorageFullIntent, UserHandle.ALL);
413 mContext.sendBroadcastAsUser(mStorageNotFullIntent, UserHandle.ALL);
H A DIdleMaintenanceService.java143 mContext.registerReceiverAsUser(this, UserHandle.ALL,
148 mContext.registerReceiverAsUser(this, UserHandle.ALL,
221 mContext.sendOrderedBroadcastAsUser(sIdleMaintenanceStartIntent, UserHandle.ALL,
227 mContext.sendOrderedBroadcastAsUser(sIdleMaintenanceEndIntent, UserHandle.ALL,
H A DRecognitionManagerService.java79 mMonitor.register(context, null, UserHandle.ALL, true);
81 mContext.registerReceiverAsUser(mBroadcastReceiver, UserHandle.ALL,
H A DAppWidgetService.java81 mContext.registerReceiverAsUser(mBroadcastReceiver, UserHandle.ALL,
86 mContext.registerReceiverAsUser(mBroadcastReceiver, UserHandle.ALL,
96 mContext.registerReceiverAsUser(mBroadcastReceiver, UserHandle.ALL,
102 mContext.registerReceiverAsUser(mBroadcastReceiver, UserHandle.ALL,
H A DUpdateLockService.java82 mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
H A DBatteryService.java412 mContext.sendBroadcastAsUser(statusIntent, UserHandle.ALL);
422 mContext.sendBroadcastAsUser(statusIntent, UserHandle.ALL);
434 mContext.sendBroadcastAsUser(statusIntent, UserHandle.ALL);
444 mContext.sendBroadcastAsUser(statusIntent, UserHandle.ALL);
H A DDockObserver.java189 mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DSettingsUI.java70 mContext.registerReceiverAsUser(mIntentReceiver, UserHandle.ALL, filter, null, mHandler);
/frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorInstrumentationTestRunner.java40 if (mode == Tracer.Mode.FILE || mode == Tracer.Mode.ALL) {
/frameworks/uiautomator/testrunner/com/android/uiautomator/testrunner/
H A DUiAutomatorInstrumentationTestRunner.java40 if (mode == Tracer.Mode.FILE || mode == Tracer.Mode.ALL) {
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DTracer.java53 ALL enum constant in enum:Tracer.Mode
133 case ALL:
/frameworks/uiautomator/core/com/android/uiautomator/core/
H A DTracer.java53 ALL enum constant in enum:Tracer.Mode
133 case ALL:
/frameworks/base/services/java/com/android/server/dreams/
H A DDreamController.java101 mContext.sendBroadcastAsUser(mCloseNotificationShadeIntent, UserHandle.ALL);
148 mContext.sendBroadcastAsUser(mDreamingStoppedIntent, UserHandle.ALL);
200 mContext.sendBroadcastAsUser(mDreamingStartedIntent, UserHandle.ALL);
/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.java336 UserHandle.ALL);
338 notificationManager.cancelAsUser(null, notificationId, UserHandle.ALL);
409 mMediaStorageNotification, UserHandle.ALL);
411 notificationManager.cancelAsUser(null, notificationId, UserHandle.ALL);
/frameworks/base/services/java/com/android/server/search/
H A DSearchManagerService.java79 new MyPackageMonitor().register(context, null, UserHandle.ALL, true);
191 mContext.sendBroadcastAsUser(intent, UserHandle.ALL);
/frameworks/base/services/java/com/android/server/wifi/
H A DWifiNotificationController.java252 UserHandle.ALL);
254 notificationManager.cancelAsUser(null, ICON_NETWORKS_AVAILABLE, UserHandle.ALL);
/frameworks/base/core/java/android/os/
H A DUserHandle.java34 public static final UserHandle ALL = new UserHandle(USER_ALL); field in class:UserHandle
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationController.java97 }, UserHandle.ALL, intentFilter, null, new Handler());

Completed in 2123 milliseconds

123