OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServiceConnection
(Results
76 - 100
of
186
) sorted by null
1
2
3
4
5
6
7
8
/frameworks/base/core/java/android/bluetooth/
BluetoothMap.java
24
import android.content.
ServiceConnection
;
371
private final
ServiceConnection
mConnection = new
ServiceConnection
() {
BluetoothInputDevice.java
24
import android.content.
ServiceConnection
;
479
private final
ServiceConnection
mConnection = new
ServiceConnection
() {
/frameworks/base/core/tests/coretests/src/android/app/activity/
ServiceTest.java
22
import android.content.
ServiceConnection
;
119
public class EmptyConnection implements
ServiceConnection
{
127
public class TestConnection implements
ServiceConnection
{
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardServiceDelegate.java
6
import android.content.
ServiceConnection
;
128
private final
ServiceConnection
mKeyguardConnection = new
ServiceConnection
() {
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ExportVCardActivity.java
25
import android.content.
ServiceConnection
;
49
public class ExportVCardActivity extends Activity implements
ServiceConnection
,
305
public void unbindService(
ServiceConnection
conn) {
NfcImportVCardActivity.java
23
import android.content.
ServiceConnection
;
52
public class NfcImportVCardActivity extends Activity implements
ServiceConnection
,
/packages/apps/Gallery2/src/com/android/gallery3d/app/
AbstractGalleryActivity.java
30
import android.content.
ServiceConnection
;
317
private
ServiceConnection
mBatchServiceConnection = new
ServiceConnection
() {
/packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeExitDialog.java
30
import android.content.
ServiceConnection
;
337
private
ServiceConnection
mConnection = new
ServiceConnection
() {
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
HttpsServiceConnectionSE.java
39
public class HttpsServiceConnectionSE implements
ServiceConnection
{
/frameworks/base/test-runner/src/android/test/mock/
MockContext.java
26
import android.content.
ServiceConnection
;
455
public boolean bindService(Intent service,
ServiceConnection
conn, int flags) {
461
public boolean bindServiceAsUser(Intent service,
ServiceConnection
conn, int flags,
467
public void unbindService(
ServiceConnection
conn) {
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
LauncherAppsTests.java
29
import android.content.
ServiceConnection
;
195
private class Connection implements
ServiceConnection
{
/cts/tests/tests/content/src/android/content/cts/
BroadcastReceiverTest.java
26
import android.content.
ServiceConnection
;
231
static class MyServiceConnection implements
ServiceConnection
{
/cts/tests/tests/os/src/android/os/cts/
BinderTest.java
25
import android.content.
ServiceConnection
;
132
// Mock
ServiceConnection
133
public class MockServiceConnection implements
ServiceConnection
{
ParcelFileDescriptorProcessTest.java
23
import android.content.
ServiceConnection
;
51
implements
ServiceConnection
{
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
Display.java
23
import android.content.
ServiceConnection
;
152
private class Connection implements
ServiceConnection
{
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContextWrapper.java
10
import android.content.
ServiceConnection
;
249
public boolean bindService(Intent intent, final
ServiceConnection
serviceConnection
, int i) {
250
return getShadowApplication().bindService(intent,
serviceConnection
, i);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ServiceMonitor.java
25
import android.content.
ServiceConnection
;
113
private final class SC implements
ServiceConnection
, IBinder.DeathRecipient {
/frameworks/base/services/core/java/com/android/server/dreams/
DreamController.java
22
import android.content.
ServiceConnection
;
259
private final class DreamRecord implements DeathRecipient,
ServiceConnection
{
/frameworks/base/services/core/java/com/android/server/notification/
ManagedServices.java
25
import android.content.
ServiceConnection
;
116
ComponentName component, int userid, boolean isSystem,
ServiceConnection
connection,
392
new
ServiceConnection
() {
553
public
ServiceConnection
connection;
557
int userid, boolean isSystem,
ServiceConnection
connection, int targetSdkVersion) {
/frameworks/base/media/java/android/media/browse/
MediaBrowser.java
25
import android.content.
ServiceConnection
;
142
final
ServiceConnection
thisConnection = mServiceConnection = new MediaServiceConnection();
154
// and then check that we are on the same
ServiceConnection
. We know
391
//
ServiceConnection
.
434
//
ServiceConnection
.
460
//
ServiceConnection
.
691
*
ServiceConnection
to the other app.
693
private class MediaServiceConnection implements
ServiceConnection
{
760
* Return true if this is the current
ServiceConnection
. Also logs if it's not.
/frameworks/base/services/core/java/com/android/server/
MmsServiceBroker.java
27
import android.content.
ServiceConnection
;
89
private
ServiceConnection
mConnection = new
ServiceConnection
() {
/frameworks/base/services/core/java/com/android/server/trust/
TrustAgentWrapper.java
27
import android.content.
ServiceConnection
;
226
private final
ServiceConnection
mConnection = new
ServiceConnection
() {
/frameworks/base/services/print/java/com/android/server/print/
RemotePrintSpooler.java
22
import android.content.
ServiceConnection
;
72
private final
ServiceConnection
mServiceConnection = new MyServiceConnection();
443
private final class MyServiceConnection implements
ServiceConnection
{
/packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageMeasurement.java
23
import android.content.
ServiceConnection
;
299
private final
ServiceConnection
mDefContainerConn = new
ServiceConnection
() {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
StorageMeasurement.java
23
import android.content.
ServiceConnection
;
306
private final
ServiceConnection
mDefContainerConn = new
ServiceConnection
() {
Completed in 4771 milliseconds
1
2
3
4
5
6
7
8