Home
last modified time | relevance | path

Searched refs:ServiceContext (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/jni/BroadcastRadio/
DBroadcastRadioService.cpp78 struct ServiceContext { struct
79 ServiceContext() {} in ServiceContext() argument
84 DISALLOW_COPY_AND_ASSIGN(ServiceContext);
97 static ServiceContext& getNativeContext(jlong nativeContextHandle) { in getNativeContext()
98 auto nativeContext = reinterpret_cast<ServiceContext*>(nativeContextHandle); in getNativeContext()
107 auto nativeContext = new ServiceContext(); in nativeInit()
116 auto ctx = reinterpret_cast<ServiceContext*>(nativeContext); in nativeFinalize()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java200 public class ServiceContext extends BaseContext { class in BaseShortcutManagerTest
232 final ServiceContext mContext;
235 public ShortcutServiceTestable(ServiceContext context, Looper looper) { in ShortcutServiceTestable()
519 final ServiceContext mContext;
521 public LauncherAppImplTestable(ServiceContext context) { in LauncherAppImplTestable()
578 protected ServiceContext mServiceContext;
751 mServiceContext = spy(new ServiceContext()); in setUp()