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

1 2 3

  /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.");
  /external/dbus/bus/
activation.h 2 /* activation.h Activation of services
35 dbus_bool_t bus_activation_reload (BusActivation *activation,
39 BusActivation* bus_activation_ref (BusActivation *activation);
40 void bus_activation_unref (BusActivation *activation);
42 dbus_bool_t bus_activation_set_environment_variable (BusActivation *activation,
46 dbus_bool_t bus_activation_activate_service (BusActivation *activation,
53 dbus_bool_t bus_activation_service_created (BusActivation *activation,
60 dbus_bool_t dbus_activation_systemd_failure (BusActivation *activation,
63 dbus_bool_t bus_activation_send_pending_auto_activation_messages (BusActivation *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:__anon9528
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:__anon9530
2453 BusActivation *activation; local
    [all...]
Android.mk 19 activation.c \
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...]
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...]
  /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");
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.0.9/
maven-project-2.0.9.jar 
  /external/dbus/test/name-test/
run-test.sh 51 echo "running test activation forking"
53 echo "Skipped test-activation-forking: Python interpreter not found"
54 elif ! $PYTHON $DBUS_TOP_SRCDIR/test/name-test/test-activation-forking.py; then
55 echo "Failed test-activation-forking"
  /external/v8/test/mjsunit/es6/
generators-debug-liveedit.js 74 // Patch should not succeed because there is a live generator activation on
107 // Patching outside a generator activation must fail.
110 // Patching inside a generator activation may succeed.
generators-relocation.js 29 // function and relocation of the suspended generator activation.
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.2.1/
maven-project-2.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-javamail.jar 
  /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 
  /external/v8/test/mjsunit/bugs/
bug-941049.js 96 // activation of q is popped from the stack.
99 // activation of q is popped from the stack.
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-builder-3.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
Mailer.java 18 import javax.activation.DataHandler;
19 import javax.activation.FileDataSource;
  /external/v8/test/webkit/
dfg-tear-off-arguments-not-activation.js 25 "Tests the case that a function that might create an activation has not actually created one, but has created its arguments."
interpreter-no-activation.js 24 description("Make sure arguments tearoff works correctly when a functions activation has not been created.");
reentrant-call-unwind.js 25 "This test checks that unwinding of exceptions properly copies registers of activation frames created by reentrant calls to JavaScript."

Completed in 347 milliseconds

1 2 3