HomeSort by relevance Sort by last modified time
    Searched defs:activation (Results 1 - 25 of 36) sorted by null

1 2

  /packages/services/Telephony/src/com/android/services/telephony/activation/
Activator.java 17 package com.android.services.telephony.activation;
20 * SIM Activation implementation generic interface.
OtaspActivator.java 17 package com.android.services.telephony.activation;
20 * Over-The-Air SIM Provisioning (OTASP) activation implementation.
22 * Handles OTASP activation requests and returns status updates as activation progresses.
27 // TODO: handle otasp activation
SimActivationManager.java 17 package com.android.services.telephony.activation;
23 * Handles SIM activation requests and runs the appropriate activation process until it completes
45 // TODO: Specify some way to determine if activation is even necessary.
SimActivationActivity.java 17 package com.android.services.telephony.activation;
41 Log.i(this, "Activation requested " + intent);
52 Log.i(this, "Running activation w/ response " + response);
63 Log.w(this, "Could not respond to SIM Activation.");
  /packages/services/Telephony/tests/src/com/android/services/telephony/activation/
ResponseReceiver.java 17 package com.android.services.telephony.activation;
SimActivationTest.java 17 package com.android.services.telephony.activation;
49 Log.i(this, "Running activation test");
  /external/dbus/bus/
services.c 35 #include "activation.h"
390 BusActivation *activation; local
588 activation = bus_context_get_activation (registry->context);
589 retval = bus_activation_send_pending_auto_activation_messages (activation,
    [all...]
driver.c 26 #include "activation.h"
473 BusActivation *activation; local
480 activation = bus_connection_get_activation (connection);
489 if (!bus_activation_list_services (activation, &services, &len))
757 BusActivation *activation; local
761 activation = bus_connection_get_activation (connection);
775 if (!bus_activation_activate_service (activation, connection, transaction, FALSE,
826 BusActivation *activation; local
837 activation = bus_connection_get_activation (connection);
919 if (!bus_activation_set_environment_variable (activation,
    [all...]
activation.c 2 /* activation.c Activation of services
27 #include "activation.h"
28 #include "activation-exit-codes.h"
53 * i.e. number of pending activation requests, not pending
92 BusActivation *activation; member in struct:__anon8666
171 _dbus_loop_remove_timeout (bus_context_get_loop (pending_activation->activation->context),
206 pending_activation->activation->n_pending_activations -=
209 _dbus_assert (pending_activation->activation->n_pending_activations >= 0);
245 update_desktop_file_entry (BusActivation *activation,
886 BusActivation *activation; local
1220 BusActivation *activation; local
2392 BusActivation *activation; member in struct:__anon8668
2453 BusActivation *activation; local
    [all...]
bus.c 29 #include "activation.h"
63 BusActivation *activation; member in struct:BusContext
594 /* Create activation subsystem */
595 if (context->activation)
597 if (!bus_activation_reload (context->activation, &full_address, dirs, error))
602 context->activation = bus_activation_new (context, &full_address, dirs, error);
605 if (context->activation == NULL)
1085 if (context->activation)
1087 bus_activation_unref (context->activation);
1088 context->activation = NULL
    [all...]
dispatch.c 31 #include "activation.h"
307 BusActivation *activation; local
312 activation = bus_connection_get_activation (connection);
314 if (!bus_activation_activate_service (activation, connection, transaction, TRUE,
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.0.9/
maven-profile-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.2.1/
maven-profile-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.0.9/
maven-project-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.2.1/
maven-project-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.0.9/
maven-settings-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.2.1/
maven-settings-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model-builder/3.3.9/
maven-model-builder-3.3.9.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-builder-3.2.1.jar 
maven-settings-3.2.1.jar 
maven-compat-3.2.1.jar 
maven-model-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/2.0.9/
maven-model-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/2.2.1/
maven-model-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/3.2.1/
maven-model-3.2.1.jar 

Completed in 154 milliseconds

1 2