HomeSort by relevance Sort by last modified time
    Searched defs:ServiceContext (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/jni/BroadcastRadio/
BroadcastRadioService.cpp 70 struct ServiceContext {
71 ServiceContext() {}
76 DISALLOW_COPY_AND_ASSIGN(ServiceContext);
89 static ServiceContext& getNativeContext(jlong nativeContextHandle) {
90 auto nativeContext = reinterpret_cast<ServiceContext*>(nativeContextHandle);
99 auto nativeContext = new ServiceContext();
108 auto ctx = reinterpret_cast<ServiceContext*>(nativeContext);
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
BaseShortcutManagerTest.java 191 public class ServiceContext extends BaseContext {
223 final ServiceContext mContext;
226 public ShortcutServiceTestable(ServiceContext context, Looper looper) {
493 final ServiceContext mContext;
495 public LauncherAppImplTestable(ServiceContext context) {
546 protected ServiceContext mServiceContext;
712 mServiceContext = spy(new ServiceContext());
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 1037 IN PVOID ServiceContext);
1043 IN PVOID ServiceContext,
    [all...]

Completed in 328 milliseconds