HomeSort by relevance Sort by last modified time
    Searched full:manager (Results 301 - 325 of 5490) sorted by null

<<11121314151617181920>>

  /system/weaved/buffet/
main.cc 32 #include "buffet/manager.h"
44 explicit Daemon(const Manager::Options& options)
57 manager_ = new Manager{options_, bus_};
67 Manager::Options options_;
69 android::sp<buffet::Manager> manager_;
121 buffet::Manager::Options options;
  /packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
BluetoothMapManager.java 40 * Connection State(s) for the service bound to this Manager.
41 * The connection state manage if the Manager is connected to Service:
42 * DISCONNECTED: Manager cannot execute calls on service currently because the client either
43 * never called connect() on the manager OR the device is disconnected. In the later case the
56 // On connection suspended the Manager will callback with onConnect when the service is
59 // Connection between the service (backed by this Manager) and the remote device has failed.
81 // a) All calls done by the client (using this manager) should be on the main thread.
82 // b) All calls done by the manager not-on main thread (binder threads) should be posted back
103 "Client needs to call the manager from the main UI thread.");
112 * Defines the callback interface that clients using the Manager should implement in order t
    [all...]
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
EnableProfileActivity.java 47 DevicePolicyManager manager = local
51 manager.setProfileName(componentName, getString(R.string.profile_name));
53 manager.setProfileEnabled(componentName);
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
EnableProfileActivity.java 47 DevicePolicyManager manager = local
51 manager.setProfileName(componentName, getString(R.string.profile_name));
53 manager.setProfileEnabled(componentName);
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiServiceDiscoveryActivity.java 60 private WifiP2pManager manager; field in class:WiFiServiceDiscoveryActivity
97 manager = (WifiP2pManager) getSystemService(Context.WIFI_P2P_SERVICE);
98 channel = manager.initialize(this, getMainLooper(), null);
118 if (manager != null && channel != null) {
119 manager.removeGroup(channel, new ActionListener() {
144 manager.addLocalService(channel, service, new ActionListener() {
168 manager.setDnsSdResponseListeners(channel,
217 manager.addServiceRequest(channel, serviceRequest,
230 manager.discoverServices(channel, new ActionListener() {
251 manager.removeServiceRequest(channel, serviceRequest
    [all...]
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
EnableProfileActivity.java 47 DevicePolicyManager manager = local
51 manager.setProfileName(componentName, getString(R.string.profile_name));
53 manager.setProfileEnabled(componentName);
  /external/autotest/client/site_tests/network_3GModemControl/
control.e362 7 PURPOSE = "Verify commands sent to a modem manager are reflected in flimflam."
9 This test will fail if modem manager state differs from flimflam state.
31 if the commands are sent to the modem manager instead of flimflam.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
binary_manager.py 39 'Trying to re-initialize the binary manager with config %s'
56 'Called FetchPath with uninitialized binary manager.')
66 'Called LocalPath with uninitialized binary manager.')
  /external/replicaisland/src/com/replica/replicaisland/
HitPlayerComponent.java 48 GameObjectManager manager = sSystemRegistry.gameObjectManager; local
49 if (manager != null && mHitReact != null) {
50 GameObject player = manager.getPlayer();
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
TextToSpeechFacade.java 38 public TextToSpeechFacade(FacadeManager manager) {
39 super(manager);
41 mTts = new TextToSpeech(manager.getService(), new OnInitListener() {
  /frameworks/base/core/java/android/view/
IDockedStackListener.aidl 38 * Called when window manager decides to minimize the docked stack. The divider should make
47 * Called when window manager decides to adjust the divider for IME. Like the minimized state,
56 * Called when window manager repositioned the docked stack after a screen rotation change.
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
ServiceManager.java 35 * manager.
46 * service manager. Non-blocking.
65 * up and bound by the activity manager. There is only one thread in the process
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
Makefile 7 # Flag to use Audio Manager/DASF
8 # 1 - use Audio Manager/DASF, this is Default mode for Linux
9 # 0 - don't use Audio Manager/DASF
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
Makefile 7 # Flag to use Audio Manager/DASF
8 # 1 - use Audio Manager/DASF, this is default mode for Linux
9 # 0 - don't use Audio Manager/DASF
  /system/bt/bta/sys/
bta_sys_int.h 21 * This is the private interface file for the BTA system manager.
54 /* system manager control block */
85 /* system manager control block */
  /system/connectivity/apmanager/
control_interface.h 34 class Manager;
52 Manager* manager) = 0;
  /system/connectivity/shill/cellular/
mock_modem_info.h 43 Manager* manager);
49 // dispatcher, metrics, manager.
  /system/connectivity/shill/
service_under_test.cc 37 Manager* manager)
38 : Service(control_interface, dispatcher, metrics, manager,
service_under_test.h 31 class Manager;
45 Manager* manager);
virtual_device.h 42 Manager* manager,
58 // Expose protected device methods to manager of this device.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
UsbMicrophoneTester.java 33 UsbManager manager = (UsbManager) context.getSystemService(Context.USB_SERVICE); local
35 HashMap<String, UsbDevice> devicelist = manager.getDeviceList();
53 UsbManager manager = (UsbManager) context.getSystemService(Context.USB_SERVICE); local
55 HashMap<String, UsbDevice> devicelist = manager.getDeviceList();
  /external/autotest/client/site_tests/login_MultipleSessions/
control 15 This test is intended to ensure that the session manager can
  /external/autotest/client/site_tests/login_OwnershipTaken/
control 16 This test will log a test user in through the login manager, and then simulate
  /external/autotest/scheduler/
email_manager.py 1 """Scheduler email manager."""
20 """Scheduler email notification manager."""
23 """Initialize the manager."""
87 manager = EmailNotificationManager() variable
  /external/autotest/server/cros/dynamic_suite/
job_status_unittest.py 167 def expect_hosts_query_and_lock(self, jobs, manager, running_hosts,
174 @param manager: mocked out HostLockManager
177 @param do_lock: If |manager| should expect |running_hosts| to get
180 manager will have expectations set.
192 manager.lock([h.hostname for h in running_hosts])
200 manager = self.mox.CreateMock(host_lock_manager.HostLockManager)
206 self.expect_hosts_query_and_lock([job], manager, [], False)
210 self.expect_hosts_query_and_lock([job], manager, [], False)
213 self.expect_hosts_query_and_lock([job], manager, expected_hosts[1:])
218 self.expect_hosts_query_and_lock([job], manager, expected_hosts[1:]
    [all...]

Completed in 486 milliseconds

<<11121314151617181920>>