HomeSort by relevance Sort by last modified time
    Searched full:stop_service (Results 1 - 25 of 29) sorted by null

1 2

  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/res/menu/
main.xml 22 android:title="@string/stop_service" />
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/res/values/
strings.xml 23 <string name="stop_service">End Chat Session</string>
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/res/menu/
main.xml 22 android:title="@string/stop_service" />
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/res/values/
strings.xml 23 <string name="stop_service">End Chat Session</string>
  /development/samples/browseable/ElizaChat/res/menu/
main.xml 22 android:title="@string/stop_service" />
  /development/samples/browseable/ElizaChat/res/values/
strings.xml 23 <string name="stop_service">End Chat Session</string>
  /external/autotest/client/site_tests/platform_CUPSDaemon/
platform_CUPSDaemon.py 93 sys_utils.stop_service('cups', ignore_status=False)
102 sys_utils.stop_service('cups', ignore_status=False)
103 sys_utils.stop_service('cups.socket', ignore_status=False)
  /development/samples/ApiDemos/res/layout/
local_service_controller.xml 38 android:text="@string/stop_service">
notifying_controller.xml 38 android:text="@string/stop_service">
remote_service_controller.xml 38 android:text="@string/stop_service">
foreground_service_controller.xml 54 android:text="@string/stop_service">
  /frameworks/support/samples/Support4Demos/src/main/res/layout/
local_service_broadcaster.xml 38 android:text="@string/stop_service">
  /system/bt/include/hardware/
bt_gatt_server.h 57 /** Callback invoked in response to stop_service */
159 bt_status_t (*stop_service)(int server_if, int service_handle); member in struct:__anon1924
  /external/autotest/client/site_tests/autoupdate_DisconnectReconnectNetwork/
autoupdate_DisconnectReconnectNetwork.py 46 utils.stop_service('recover_duts', ignore_status=True)
  /system/bt/test/suite/gatt/
gatt_unittest.cc 86 gatt_server_interface()->stop_service(server_if, service_handle());
  /external/autotest/client/cros/
cros_ui.py 95 return utils.stop_service("ui", ignore_status=allow_fail)
  /external/autotest/client/cros/networking/
shill_context.py 224 utils.stop_service('shill')
  /system/bt/service/hal/
fake_bluetooth_gatt_interface.cc 136 nullptr, // stop_service
  /external/autotest/client/site_tests/network_ShillInitScripts/
network_ShillInitScripts.py 44 utils.stop_service('shill', ignore_status=True)
94 ret = utils.stop_service('recover_duts', ignore_status=True)
  /frameworks/support/samples/Support4Demos/src/main/res/values/
strings.xml 113 <string name="stop_service">Stop Service</string>
  /system/bt/service/
gatt_server_old.cc 673 bt_status_t btstat = internal_->gatt->server->stop_service(
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]
  /development/samples/ApiDemos/res/values/
strings.xml 259 <string name="stop_service">Stop Service</string>
    [all...]
  /external/autotest/client/common_lib/
utils.py 2434 def stop_service(service_name, ignore_status=True): function
    [all...]

Completed in 631 milliseconds

1 2