/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
RegisteredNfcFServicesCache.java | 69 // All variables below synchronized on mLock 103 * All services that have registered 160 mContext.registerReceiverAsUser(mReceiver.get(), UserHandle.ALL, intentFilter, null, null); 166 mContext.registerReceiverAsUser(mReceiver.get(), UserHandle.ALL, sdFilter, null, null);
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
TelecomServiceImpl.java | 398 mContext.sendBroadcastAsUser(intent, UserHandle.ALL, 431 mContext.sendBroadcastAsUser(intent, UserHandle.ALL, [all...] |
/frameworks/base/services/core/java/com/android/server/ |
ConnectivityService.java | 246 // all networks have been rematched against all NetworkRequests. 249 // rematched against all NetworkRequests. 462 * for example, more that one wifi network. This class stores all the 481 * Each list holds references to all NetworkAgentInfos that are used to 578 /** Removes the given network from all legacy type lists. */ 762 mUserIntentReceiver, UserHandle.ALL, intentFilter, null, null); [all...] |
LocationManagerService.java | 180 // all receivers 195 // mapping from provider name to all its UpdateRecords 209 // all providers that operate over proxy, for authorizing incoming location 327 }, UserHandle.ALL, intentFilter, null, mLocationHandler); [all...] |
/frameworks/base/services/core/java/com/android/server/location/ |
GnssLocationProvider.java | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBaseTraversers.java | 35 * PLEASE NOTE that the public interface for all traversers should be 163 case Axis.ALL : [all...] |
/external/curl/packages/vms/ |
gnv_link_curl.com | 11 $! copyright notice and this permission notice appear in all copies. 13 $! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 14 $! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerBaseTest.java | 460 * This is used to track many simultaneous downloads by keeping count of all the downloads 573 mContext.sendBroadcastAsUser(intent, UserHandle.ALL); 681 * Helper to wait for all downloads to finish, or else a specified timeout to occur 683 * Makes no guaranee that notifications have been posted for all downloads. 694 * Helper to wait for all downloads to finish, or else a timeout to occur, but does not throw 747 * Helper to wait for all downloads to finish, or else a timeout to occur 763 Log.i(LOG_TAG, "All downloads should be done..."); 767 "Timed out waiting for all downloads to finish"); [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
KeyguardBottomAreaView.java | 357 UserHandle.ALL, filter, null, null);
|
/frameworks/base/services/core/java/com/android/server/power/ |
ShutdownThread.java | 391 UserHandle.ALL, null, br, mHandler, 0, null, null);
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
UsbPortManager.java | 50 * Note: This interface may not be supported on all chipsets since the USB drivers 100 // All non-trivial role combinations. 116 // Mutex for all mutable shared state. 119 // List of all ports, indexed by id. 125 // List of all simulated ports, indexed by id. 370 pw.println("Removing all simulated ports and ending simulation."); 397 // Assume all ports are gone unless informed otherwise. 403 // Enumerate all extant ports. 486 // Assume all combinations are possible. 568 mContext.sendBroadcastAsUser(intent, UserHandle.ALL); [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiConfigManager.java | 180 * N means that we will make N+1 connection attempts in all. 330 mContext.sendBroadcastAsUser(intent, UserHandle.ALL); 404 public void trimANQPCache(boolean all) { 405 mAnqpCache.clear(all, DBG); 425 * and enable all stored networks in supplicant. 428 if (DBG) log("Loading config and enabling all networks "); 438 * Fetch the list of currently saved networks (i.e. all configured networks, excluding 468 * This function returns all configuration, and is used for debug and creating bug reports. 480 * Fetch the list of currently saved networks (i.e. all configured networks, excluding 489 * Fetch the list of currently saved networks (i.e. all configured networks, excludin [all...] |
WifiStateMachine.java | 138 * Track the state of Wifi connectivity. All event handling is done here, 139 * and all changes in connectivity state are initiated here. 605 /* Enable all networks */ 746 /* Reload all networks and reconnect */ [all...] |
/frameworks/rs/api/ |
GenerateDocumentation.cpp | 88 cerr << "Error. This code currently assume that all versions are contiguous. Don't know " 243 ALL,
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
ThermalManager.java | 2 * Copyright 2014 Intel Corporation All Rights Reserved. 579 // This will release all throttle controls this zone had. 777 sContext.sendStickyBroadcastAsUser(sQueryProfileIntent, UserHandle.ALL);
|
ThermalService.java | 2 * Copyright 2014 Intel Corporation All Rights Reserved. 256 // now that all state values are parse, copy the value corresponding to <normal> 418 // This check filters out all invalid sensor attrib. 480 mContext.sendBroadcastAsUser(statusIntent, UserHandle.ALL); 508 // stop all thread 511 // clear all static data 594 /* Building bucket size for all profiles */
|
/libcore/ojluni/src/main/java/java/util/stream/ |
IntPipeline.java | 2 * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. 483 return evaluate(MatchOps.makeInt(predicate, MatchOps.MatchKind.ALL));
|
ReferencePipeline.java | 2 * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. 455 return evaluate(MatchOps.makeRef(predicate, MatchOps.MatchKind.ALL));
|
/ndk/sources/host-tools/nawk-20071023/ |
awkgram.y | 3 All Rights Reserved 7 granted, provided that the above copyright notice appear in all 15 LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 16 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. 53 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS EMPTYRE
|
/cts/tests/tests/widget/src/android/widget/cts/ |
TextViewTest.java | 357 mTextView.setAutoLinkMask(Linkify.ALL); 362 assertEquals(Linkify.ALL, mTextView.getAutoLinkMask()); 389 // 1 for web, 2 for email, 4 for phone, 7 for all(web|email|phone) 394 assertEquals(Linkify.ALL, getAutoLinkMask(R.id.autolink_all)); 401 assertEquals(Linkify.PHONE_NUMBERS | Linkify.ALL, [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
WalkerFactory.java | 388 case Axis.ALL : 511 return true; // that's all she wrote! 938 if(axis < Axis.ALL) [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
PluralRulesTest.java | 5 * others. All Rights Reserved. 406 // once we add fractions, we had to retract the "test all possibilities" for equality, [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
PluralRulesTest.java | 4 * others. All Rights Reserved. 402 // once we add fractions, we had to retract the "test all possibilities" for equality, [all...] |
/external/jetty/src/java/org/eclipse/jetty/servlet/ |
ServletHandler.java | 5 // All rights reserved. This program and the accompanying materials 121 protected final ConcurrentMap<String,FilterChain> _chainCache[] = new ConcurrentMap[FilterMapping.ALL]; 122 protected final Queue<String>[] _chainLRU = new Queue[FilterMapping.ALL]; 214 //remove all of the mappings that were for non-embedded filters [all...] |
/frameworks/base/services/core/java/com/android/server/content/ |
ContentService.java | 239 // log all others. 269 mContext.registerReceiverAsUser(mCacheReceiver, UserHandle.ALL, 274 mContext.registerReceiverAsUser(mCacheReceiver, UserHandle.ALL, 287 * Pseudousers USER_ALL and USER_CURRENT are properly handled; all other pseudousers 421 syncManager.scheduleLocalSync(null /* all accounts */, callingUserHandle, uid, 563 * Clear all scheduled sync operations that match the uri and cancel the active sync 577 * Clear all scheduled sync operations that match the uri and cancel the active sync 610 syncManager.cancelActiveSync(info, null /* all syncs for this adapter */); [all...] |