OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:service
(Results
901 - 925
of
11175
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/packages/services/Telephony/src/com/android/phone/
CallHandlerServiceProxy.java
226
// is not deterministic. Unbinding in both ensures that the
service
is unbound.
309
@Override public void onServiceConnected (ComponentName className, IBinder
service
){
311
Log.d(TAG, "
Service
Connected");
313
onCallHandlerServiceConnected(ICallHandlerService.Stub.asInterface(
service
));
316
Log.d(TAG, "
Service
Connected. Cancel timer");
322
Log.i(TAG, "Disconnected from UI
service
.");
325
// restart the crashed
service
. But there is a exponential backoff for the restart.
336
// only support this call if the
service
is already connected.
368
Log.d(TAG, "binding to
service
" + serviceIntent);
394
//
Service
not found, retry again after some dela
[
all
...]
/cts/tests/src/android/app/cts/
StubRemoteService.java
19
import android.app.
Service
;
24
public class StubRemoteService extends
Service
{
/cts/tests/src/android/os/cts/
EmptyService.java
19
import android.app.
Service
;
24
public class EmptyService extends
Service
{
MessengerService.java
20
import android.app.
Service
;
28
public class MessengerService extends
Service
{
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/
AndroidManifest.xml
70
<!-- This
service
implements our SyncAdapter. It needs to be exported, so that the system
72
<
service
android:name=".SyncService"
74
<!-- This intent filter is required. It allows the system to launch our sync
service
82
</
service
>
90
<
service
android:name="com.example.android.common.accounts.GenericAccountService">
91
<!-- Required filter used by the system to launch our account
service
. -->
95
<!-- This points to an XMLf ile which describes our account
service
. -->
98
</
service
>
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/
AndroidManifest.xml
70
<!-- This
service
implements our SyncAdapter. It needs to be exported, so that the system
72
<
service
android:name=".SyncService"
74
<!-- This intent filter is required. It allows the system to launch our sync
service
82
</
service
>
90
<
service
android:name="com.example.android.common.accounts.GenericAccountService">
91
<!-- Required filter used by the system to launch our account
service
. -->
95
<!-- This points to an XMLf ile which describes our account
service
. -->
98
</
service
>
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader2.java
92
// "start
service
" or "stop
service
", depending on whether the
service
is currently running.
99
menu.add(0, 0, "Start RSS
Service
", null);
100
menu.add(0, 1, "Stop RSS
Service
", null);
108
// Toggle out start
service
/stop
service
depending on whether the
service
is running.
MyRssReader3.java
74
// "start
service
" or "stop
service
", depending on whether the
service
is currently running.
91
// Toggle out start
service
/stop
service
depending on whether the
service
is running.
103
case 0: // Start
service
106
case 1: // Stop
service
MyRssReader4.java
85
// "start
service
" or "stop
service
", depending on whether the
service
is currently running.
101
// Toggle out start
service
/stop
service
depending on whether the
service
is running.
113
case 0: // Start
service
116
case 1: // Stop
service
/development/samples/SampleSyncAdapter/
AndroidManifest.xml
58
<!-- The authenticator
service
-->
59
<
service
69
</
service
>
70
<
service
83
</
service
>
84
<!-- The view notification
service
-->
85
<
service
92
</
service
>
/development/samples/ToyVpn/
AndroidManifest.xml
34
<
service
android:name=".ToyVpnService"
39
</
service
>
/development/samples/browseable/BasicSyncAdapter/
AndroidManifest.xml
70
<!-- This
service
implements our SyncAdapter. It needs to be exported, so that the system
72
<
service
android:name=".SyncService"
74
<!-- This intent filter is required. It allows the system to launch our sync
service
82
</
service
>
90
<
service
android:name="com.example.android.common.accounts.GenericAccountService">
91
<!-- Required filter used by the system to launch our account
service
. -->
95
<!-- This points to an XMLf ile which describes our account
service
. -->
98
</
service
>
/development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/service/
RespondService.java
17
package com.example.android.smssample.
service
;
26
* This
service
handles the system intent ACTION_RESPOND_VIA_MESSAGE when we are the default SMS
/device/samsung/manta/
init.smdk5250.rc
47
service
setup_fs /system/bin/setup_fs \
56
service
sdcard /system/bin/sdcard -u 1023 -g 1023 -l /data/media /mnt/shell/emulated
/external/bluetooth/bluedroid/bta/gatt/
bta_gatts_utils.c
60
** Description allocate a
service
control block.
128
** Description find the
service
control block by
service
ID.
142
APPL_TRACE_DEBUG1("bta_gatts_find_srvc_cb_by_srvc_id found
service
cb index =%d", i);
152
** Description find the
service
control block by attribute ID.
163
if (/* middle
service
*/
169
/* last active
service
*/
174
/* last
service
incb */
/external/bluetooth/bluedroid/stack/a2dp/
a2d_int.h
49
UINT16 service_uuid; /*
service
UUID of search */
54
tA2D_FIND_CB find; /* find
service
control block */
/external/chromium/chrome/browser/automation/
automation_extension_tracker.cc
36
ExtensionService*
service
= profile->GetExtensionService();
local
37
if (
service
&& info->reason == UnloadedExtensionInfo::UNINSTALL) {
/external/chromium/chrome/browser/chromeos/login/
client_login_response_handler.cc
17
// By setting "
service
=gaia", we get an uber-auth-token back.
18
const char ClientLoginResponseHandler::kService[] = "
service
=gaia";
/external/chromium/chrome/browser/extensions/
external_extension_provider_impl.cc
35
VisitorInterface*
service
,
41
service_(
service
),
61
// Check if the
service
is still alive. It is possible that it had went
223
VisitorInterface*
service
,
229
service
,
240
service
,
250
service
,
258
service
,
/external/chromium/chrome/browser/policy/
device_management_service_browsertest.cc
25
// Dummy
service
URL for testing with request interception enabled.
44
// Interceptor implementation that returns test data back to the
service
.
93
DeviceManagementService
service
(kServiceUrl);
94
service
.Initialize(browser()->profile()->GetRequestContext());
95
scoped_ptr<DeviceManagementBackend> backend(
service
.CreateBackend());
145
DeviceManagementService
service
(
147
service
.Initialize(browser()->profile()->GetRequestContext());
148
scoped_ptr<DeviceManagementBackend> backend(
service
.CreateBackend());
/external/chromium/chrome/browser/prefs/
pref_change_registrar.h
27
// than once as long as the value of |
service
| doesn't change.
28
void Init(PrefService*
service
);
/external/chromium/chrome/browser/remoting/
setup_flow_login_step.h
29
virtual void OnIssueAuthTokenSuccess(const std::string&
service
,
31
virtual void OnIssueAuthTokenFailure(const std::string&
service
,
/external/chromium/chrome/browser/search_engines/
util.h
33
// Only pass in a non-NULL value for
service
if the WebDataService should be
37
WebDataService*
service
,
/external/chromium/chrome/browser/sync/util/
user_settings_win.cc
35
// a
service
token for the named
service
.
/external/chromium/chrome/common/net/gaia/
gaia_auth_consumer.h
40
virtual void OnIssueAuthTokenSuccess(const std::string&
service
,
42
virtual void OnIssueAuthTokenFailure(const std::string&
service
,
Completed in 848 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>