OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServiceConnection
(Results
51 - 75
of
186
) sorted by null
1
2
3
4
5
6
7
8
/frameworks/base/test-runner/src/android/test/
IsolatedContext.java
32
import android.content.
ServiceConnection
;
78
public boolean bindService(Intent service,
ServiceConnection
conn, int flags) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
CancelActivity.java
25
import android.content.
ServiceConnection
;
36
public class CancelActivity extends Activity implements
ServiceConnection
{
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeSelector.java
27
import android.content.
ServiceConnection
;
143
class WallpaperConnection extends IWallpaperConnection.Stub implements
ServiceConnection
{
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerServiceImpl.java
27
import android.content.
ServiceConnection
;
85
final
ServiceConnection
mConnection = new
ServiceConnection
() {
103
final class SessionConnection implements
ServiceConnection
{
/cts/tests/tests/os/src/android/os/cts/
MessengerTest.java
23
import android.content.
ServiceConnection
;
94
private
ServiceConnection
mConnection = new
ServiceConnection
() {
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
HttpTransportSE.java
44
private
ServiceConnection
serviceConnection
;
153
ServiceConnection
connection = getServiceConnection();
283
public
ServiceConnection
getServiceConnection() throws IOException {
284
if (
serviceConnection
== null) {
286
serviceConnection
= new ServiceConnectionSE(proxy, url, timeout);
288
return
serviceConnection
;
/frameworks/base/core/java/android/bluetooth/
BluetoothA2dpSink.java
22
import android.content.
ServiceConnection
;
398
private final
ServiceConnection
mConnection = new
ServiceConnection
() {
BluetoothAvrcpController.java
22
import android.content.
ServiceConnection
;
226
private final
ServiceConnection
mConnection = new
ServiceConnection
() {
BluetoothPan.java
24
import android.content.
ServiceConnection
;
353
private final
ServiceConnection
mConnection = new
ServiceConnection
() {
BluetoothPbap.java
22
import android.content.
ServiceConnection
;
302
private final
ServiceConnection
mConnection = new
ServiceConnection
() {
BluetoothA2dp.java
24
import android.content.
ServiceConnection
;
522
private final
ServiceConnection
mConnection = new
ServiceConnection
() {
BluetoothHealth.java
22
import android.content.
ServiceConnection
;
522
private final
ServiceConnection
mConnection = new
ServiceConnection
() {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
FaceUnlock.java
27
import android.content.
ServiceConnection
;
353
private
ServiceConnection
mConnection = new
ServiceConnection
() {
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
ClientTest.java
23
import android.content.
ServiceConnection
;
146
private
ServiceConnection
conn = new
ServiceConnection
() {
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerController.java
32
import android.content.
ServiceConnection
;
158
private
ServiceConnection
mServiceConnection = new
ServiceConnection
() {
/packages/apps/Launcher3/src/com/android/launcher3/
MemoryDumpActivity.java
23
import android.content.
ServiceConnection
;
157
final
ServiceConnection
connection = new
ServiceConnection
() {
WeightWatcher.java
22
import android.content.
ServiceConnection
;
89
ServiceConnection
connection = new
ServiceConnection
() {
/packages/apps/Terminal/src/com/android/terminal/
TerminalActivity.java
25
import android.content.
ServiceConnection
;
50
private final
ServiceConnection
mServiceConn = new
ServiceConnection
() {
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostEmulationManager.java
24
import android.content.
ServiceConnection
;
413
private
ServiceConnection
mPaymentConnection = new
ServiceConnection
() {
433
private
ServiceConnection
mConnection = new
ServiceConnection
() {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/
ProjectionOffscreenActivity.java
24
import android.content.
ServiceConnection
;
120
protected final
ServiceConnection
mConnection = new
ServiceConnection
() {
/cts/tests/tests/app/src/android/app/cts/
ServiceTest.java
22
import android.content.
ServiceConnection
;
52
private static class EmptyConnection implements
ServiceConnection
{
62
private class TestConnection implements
ServiceConnection
{
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java
27
import android.content.
ServiceConnection
;
69
private final
ServiceConnection
mServiceConnection = new
ServiceConnection
() {
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java
27
import android.content.
ServiceConnection
;
69
private final
ServiceConnection
mServiceConnection = new
ServiceConnection
() {
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java
31
import android.content.
ServiceConnection
;
202
private
ServiceConnection
mConnection = new
ServiceConnection
() {
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java
27
import android.content.
ServiceConnection
;
69
private final
ServiceConnection
mServiceConnection = new
ServiceConnection
() {
Completed in 5164 milliseconds
1
2
3
4
5
6
7
8