Home
last modified time | relevance | path

Searched refs:SERVICE_NAME (Results 1 – 21 of 21) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DVendorServiceInfoTest.java31 private static final String SERVICE_NAME = "com.andorid.car/.MyService"; field in VendorServiceInfoTest
45 VendorServiceInfo.parse(SERVICE_NAME + "#user=system#bind=bind"); in multipleHashTags()
51 VendorServiceInfo.parse(SERVICE_NAME + "#user=system,unknownKey=blah"); in unknownArg()
62 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME); in testServiceNameWithDefaults()
64 .isEqualTo(ComponentName.unflattenFromString(SERVICE_NAME)); in testServiceNameWithDefaults()
74 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#bind=start"); in startService()
78 .isEqualTo(ComponentName.unflattenFromString(SERVICE_NAME)); in startService()
83 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#bind=bind"); in bindService()
90 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#bind=startForeground"); in startServiceInForeground()
97 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#trigger=asap"); in triggerAsap()
[all …]
/packages/apps/Nfc/tests/src/com/android/nfc/snep/
DSnepValidationClientTests.java40 public static final String SERVICE_NAME = SnepValidationServerTests.SERVICE_NAME; field in SnepValidationClientTests
55 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "..."); in testNonFragmented()
80 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "..."); in testFragmented()
103 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "..."); in testMultipleNdef()
148 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "..."); in testUnavailable()
164 SnepClient client = new SnepClient(SERVICE_NAME, 100, FRAGMENT_LENGTH); in testUndeliverable()
166 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "..."); in testUndeliverable()
199 return new SnepClient(SERVICE_NAME, FRAGMENT_LENGTH); in getSnepClient()
DSnepValidationServerTests.java41 static final String SERVICE_NAME = "urn:nfc:xsn:nfc-forum.org:snep-validation"; field in SnepValidationServerTests
58 SnepServer server = new SnepServer(SERVICE_NAME, SERVICE_SAP, this); in testStartSnepServer()
DSnepCustomClientTests.java93 return new SnepClient(SnepValidationServerTests.SERVICE_NAME); in getSnepClient()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilitySlicePreferenceControllerTest.java53 private final String SERVICE_NAME = PACKAGE_NAME + "/" + CLASS_NAME; field in AccessibilitySlicePreferenceControllerTest
66 SERVICE_NAME); in setUp()
73 mController = new AccessibilitySlicePreferenceController(mContext, SERVICE_NAME); in setUp()
/packages/services/Car/procfs-inspector/client/src/com/android/car/procfsinspector/
DProcfsInspector.java29 private static final String SERVICE_NAME = "com.android.car.procfsinspector"; field in ProcfsInspector
39 ServiceManager.getService(SERVICE_NAME)); in tryGet()
/packages/services/Car/tools/keventreader/client/src/com/android/car/keventreader/
DEventReaderService.java26 private static final String SERVICE_NAME = "com.android.car.keventreader"; field in EventReaderService
35 return IEventProvider.Stub.asInterface(ServiceManager.getService(SERVICE_NAME)); in getService()
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
DNdefPushClient.java66 if (DBG) Log.d(TAG, "about to connect to service " + NdefPushServer.SERVICE_NAME); in connect()
67 sock.connectToService(NdefPushServer.SERVICE_NAME); in connect()
DNdefPushServer.java44 static final String SERVICE_NAME = "com.android.npp"; field in NdefPushServer
134 mServerSocket = mService.createLlcpServerSocket(mSap, SERVICE_NAME, in run()
/packages/services/Car/tools/keventreader/server/
Ddefines.h17 #define SERVICE_NAME "com.android.car.keventreader" macro
Dmain.cpp63 serviceManager->addService(String16(SERVICE_NAME), service.get()); in main()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientService.java54 private static final String SERVICE_NAME = "Phonebook Access PCE"; field in PbapClientService
158 mSdpHandle = sdpManager.createPbapPceRecord(SERVICE_NAME, in registerSdpRecord()
/packages/services/Car/procfs-inspector/server/
Dmain.cpp36 serviceManager->addService(String16(SERVICE_NAME), server.get()); in main()
Dserver.h21 #define SERVICE_NAME "com.android.car.procfsinspector" macro
/packages/apps/Dialer/java/com/android/voicemail/impl/
DVoicemailTranscriptionServiceGrpc.java46 …public static final String SERVICE_NAME = "google.internal.communications.voicemailtranscription.v… field in VoicemailTranscriptionServiceGrpc
451 return new io.grpc.ServiceDescriptor(SERVICE_NAME, in getServiceDescriptor()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostNfcFEmulationManager.java386 mServiceName.dumpDebug(proto, HostNfcFEmulationManagerProto.SERVICE_NAME); in dumpDebug()
DHostEmulationManager.java568 mServiceName.dumpDebug(proto, HostEmulationManagerProto.SERVICE_NAME); in dumpDebug()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DProcStatsData.java80 ServiceManager.getService(ProcessStats.SERVICE_NAME)); in ProcStatsData()
/packages/apps/Settings/src/com/android/settings/applications/
DProcStatsData.java80 ServiceManager.getService(ProcessStats.SERVICE_NAME)); in ProcStatsData()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java121 public static final String SERVICE_NAME = "nfc"; field in NfcService
560 ServiceManager.addService(SERVICE_NAME, mNfcAdapter); in NfcService()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java456 ServiceManager.getService(BatteryStats.SERVICE_NAME)); in onCreate()