HomeSort by relevance Sort by last modified time
    Searched refs:ALL (Results 76 - 100 of 242) sorted by null

1 2 34 5 6 7 8 910

  /frameworks/base/services/java/com/android/server/
UiModeManagerService.java 362 mContext.sendBroadcastAsUser(new Intent(oldAction), UserHandle.ALL);
370 mContext.sendBroadcastAsUser(new Intent(oldAction), UserHandle.ALL);
387 // Send the ordered broadcast; the result receiver will receive after all
558 R.string.car_mode_disable_notification_title, n, UserHandle.ALL);
561 R.string.car_mode_disable_notification_title, UserHandle.ALL);
ServiceWatcher.java 61 * implements mAction. When null, all packages in the system that matches one of the signature
70 // all fields below synchronized on mLock
146 }, UserHandle.ALL, intentFilter, null, mHandler);
150 mPackageMonitor.register(mContext, null, UserHandle.ALL, true);
159 * Only checks the named package, or checks all packages if it
283 // Need to check all packages because this method is also called when a
TelephonyRegistry.java 161 // we keep a copy of all of the state so we can send it out when folks
656 mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
674 mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
697 mContext.sendBroadcastAsUser(intent, UserHandle.ALL,
706 // status bar takes care of that after taking into account all of the
731 mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
738 mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
  /frameworks/base/services/java/com/android/server/display/
WifiDisplayAdapter.java 148 getContext().registerReceiverAsUser(mBroadcastReceiver, UserHandle.ALL,
392 getContext().sendBroadcastAsUser(intent, UserHandle.ALL);
409 R.string.wifi_display_notification_title, UserHandle.ALL);
447 notification, UserHandle.ALL);
  /libcore/luni/src/main/java/java/util/logging/
Handler.java 30 private static final Level DEFAULT_LEVEL = Level.ALL;
53 * level {@code Level.ALL}. It has no filter and no formatter.
151 * Closes this handler. A flush operation will be performed and all the
Level.java 34 * Enabling a certain logging level also enables all logging levels with larger
39 * ALL and OFF. ALL indicates logging all messages, and OFF indicates logging no
89 * The ALL level provides all logging messages.
91 public static final Level ALL = new Level("ALL", Integer.MIN_VALUE);
  /external/ant-glob/
NOTICE 16 * "Legal Entity" shall mean the union of the acting entity and all
102 * that You distribute, all copyright, patent, trademark, and
162 * work stoppage, computer failure or malfunction, or any and all
216 hereby granted, provided that you include the following on ALL copies of the
241 all times remain with copyright holders.
266 XML), and release all of the SAX 2.0 source code, compiled code, and
  /frameworks/base/services/java/com/android/server/power/
Notifier.java 424 mContext.sendOrderedBroadcastAsUser(mScreenOnIntent, UserHandle.ALL, null,
479 mContext.sendOrderedBroadcastAsUser(mScreenOffIntent, UserHandle.ALL, null,
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java 567 mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
590 mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
684 UserHandle.ALL);
709 UserHandle.ALL);
745 UserHandle.ALL);
749 mNotificationManager.cancelAsUser(null, id, UserHandle.ALL);
    [all...]
  /system/core/sh/
init.c 251 #undef ALL
252 #define ALL (E_OPEN|E_CREAT|E_EXEC)
543 #undef ALL
544 #define ALL (E_OPEN|E_CREAT|E_EXEC)
831 #undef ALL
832 #define ALL (E_OPEN|E_CREAT|E_EXEC)
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.java 238 p.put("testGetLogger_Normal_ANewLogger.level", "ALL");
255 assertSame(Level.ALL, log.getLevel());
376 p.put("testGetLoggerWithRes_Normal_ANewLogger.level", "ALL");
395 assertSame(Level.ALL, log.getLevel());
936 assertFalse(mlog.isLoggable(Level.ALL));
942 assertFalse(mlog.isLoggable(Level.ALL));
945 mlog.setLevel(Level.ALL);
946 assertTrue(mlog.isLoggable(Level.ALL));
951 assertFalse(mlog.isLoggable(Level.ALL));
    [all...]
MemoryHandlerTest.java 202 assertEquals(handler.getLevel(), Level.ALL);
247 assertEquals(handler.getLevel(), Level.ALL);
348 // push all
LogManagerTest.java 437 // fo.setLevel(Level.ALL);
469 fo.setLevel(Level.ALL);
629 foo.setLevel(Level.ALL);
643 // handlers are all closed
853 assertEquals(Level.ALL, root.getLevel());
863 assertEquals(Level.ALL, root.getLevel());
    [all...]
  /build/core/
cleanspec.mk 20 # 2. REMOVE ALL FILES NAMED CleanSpec.mk.
  /external/icu4c/extra/uconv/
makedata.mak 3 #* and others. All Rights Reserved.
74 # This target should build all the data files
81 ALL : $(OUTPUT)
82 @echo All targets are up to date (mode $(PKGMODE))
93 # This is to remove all the data files
  /external/regex-re2/re2/
prefilter_tree.cc 1 // Copyright 2009 The RE2 Authors. All Rights Reserved.
41 case Prefilter::ALL:
107 // This one triggers too many things. If all the parents are AND
161 // Build vector of all filter nodes, sorted topologically
176 // Now add all the descendant nodes.
237 case Prefilter::ALL:
333 // Delay until all the children have succeeded.
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
main.java 4 * All rights reserved.
53 public static final int ALL = 1;
181 if (value.equalsIgnoreCase("ALL")) {
182 registerInfo |= ALL;
408 "\"ARGS,DEST\" is the default if no types are specified.\nValid values are:\nALL: all " +
409 "pre- and post-instruction registers.\nALLPRE: all pre-instruction registers\nALLPOST: all " +
  /frameworks/native/opengl/libs/
Android.mk 38 LOCAL_LDFLAGS += -Wl,--exclude-libs=ALL
171 include $(call all-makefiles-under,$(LOCAL_PATH))
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 61 // Lock for all getters and setters.
316 mService.sendBroadcastAsUser(intent, UserHandle.ALL,
449 mService.sendBroadcastAsUser(intent, UserHandle.ALL,
502 // When BT is being turned on, all adapter properties will be sent in 1
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 54 ALL : "$(OUTDIR)\gas2masm.exe"
107 ALL : "$(OUTDIR)\gas2masm.exe"
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
PreInstructionRegisterInfoMethodItem.java 4 * All rights reserved.
66 if ((registerInfo & main.ALL) != 0) {
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantStateTracker.java 50 * for all type of failures: EAP, WPS & WPA networks */
153 mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
WifiStateMachine.java 91 * Track the state of Wifi connectivity. All event handling is done here,
92 * and all changes in connectivity state are initiated here.
281 /* Enable all networks */
364 * N means that we will make N+1 connection attempts in all.
402 * Minimum time interval between enabling all networks.
703 mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 100 context.sendBroadcastAsUser(areaInfoIntent, UserHandle.ALL,
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallHelper.java 145 // First of all, clean up any state (including mPartialWakeLock!)
361 mApp.sendBroadcastAsUser(intent, UserHandle.ALL);

Completed in 1180 milliseconds

1 2 34 5 6 7 8 910